#DF6361

Color #DF6361 Roman (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roman #DF6361

Tints of Roman #DF6361

Color information

#DF6361 (or 0xDF6361) is unknown color: approx Roman. HEX triplet: DF, 63 and 61. RGB value is (223,99,97). Sum of RGB (Red+Green+Blue) = 223+99+97=419 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.22% from 419); Green value is 99 (39.06% from 255 or 23.63% from 419); Blue value is 97 (38.28% from 255 or 23.15% from 419); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6361 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6361 is #209C9E. Grayscale: #878787. Windows color (decimal): -2137247 or 6382559. OLE color: 6382559.

HSL color Cylindrical-coordinate representation of color #DF6361: hue angle of 0.95º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF6361 is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB2239997-
CMYK00.560.570.13
HSL0.95º66.32%62.75%-
HSV(B)0.95º56.5%87.45%-
XYZ37.0525.4714.27-
YUV135.85106.08190.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 53.22%
GREEN value IS 99 (39.06% from 255) = 23.63%
BLUE value IS 97 (38.28% from 255) = 23.15%
R=53.22%
G=23.63%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223999700.560.570.130.9566.3262.75
HexDF636103839D1423f
Octal3371431410707115110277
Binary11011111110001111000010111000111001110111000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6361; }

 p { color: rgb(223,99,97); }

 H1.HeaderClassName
 {
   color: #DF6361;
 }
 .AnyTagClassName
 {
   color: #DF6361;
 }
</style>
background-color css

<style>
 a { background-color: #DF6361; }

 a { background-color: rgb(223,99,97); }

 div.DivClassName
 {
   background-color: #DF6361;
 }
 .BgClassName
 {
   background-color: #DF6361;
 }
</style>
border-color css

<style>
 span { border-color: #DF6361; }

 span { border-color: rgb(223,99,97); }

 td.TdClassName
 {
   border-color: #DF6361;
 }
 .TagClassName
 {
   border-color: #DF6361;
 }
</style>