#DF606C

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

Shades of Froly #DF606C

Tints of Froly #DF606C

Color information

#DF606C (or 0xDF606C) is unknown color: approx Froly. HEX triplet: DF, 60 and 6C. RGB value is (223,96,108). Sum of RGB (Red+Green+Blue) = 223+96+108=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 96 (37.89% from 255 or 22.48% from 427); Blue value is 108 (42.58% from 255 or 25.29% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DF606C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF606C is #209F93. Grayscale: #878787. Windows color (decimal): -2138004 or 7102687. OLE color: 7102687.

HSL color Cylindrical-coordinate representation of color #DF606C: hue angle of 354.33º 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 #DF606C is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB22396108-
CMYK00.570.520.13
HSL354.33º66.49%62.55%-
HSV(B)354.33º56.95%87.45%-
XYZ37.3225.1417.07-
YUV135.34112.58190.52-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 52.22%
GREEN value IS 96 (37.89% from 255) = 22.48%
BLUE value IS 108 (42.58% from 255) = 25.29%
R=52.22%
G=22.48%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2239610800.570.520.13354.3366.4962.55
HexDF606C03934D162423f
Octal337140154071641554210277
Binary1101111111000001101100011100111010011011011000101000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF606C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF606C; }

 p { color: rgb(223,96,108); }

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

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

 a { background-color: rgb(223,96,108); }

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

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

 span { border-color: rgb(223,96,108); }

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