#DF6170

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

Shades of Froly #DF6170

Tints of Froly #DF6170

Color information

#DF6170 (or 0xDF6170) is unknown color: approx Froly. HEX triplet: DF, 61 and 70. RGB value is (223,97,112). Sum of RGB (Red+Green+Blue) = 223+97+112=432 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.62% from 432); Green value is 97 (38.28% from 255 or 22.45% from 432); Blue value is 112 (44.14% from 255 or 25.93% from 432); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6170 is #209E8F. Grayscale: #888888. Windows color (decimal): -2137744 or 7365087. OLE color: 7365087.

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

Color convert

RGB22397112-
CMYK00.570.500.13
HSL352.86º66.32%62.75%-
HSV(B)352.86º56.5%87.45%-
XYZ37.6325.4118.25-
YUV136.38114.24189.78-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.62%
GREEN value IS 97 (38.28% from 255) = 22.45%
BLUE value IS 112 (44.14% from 255) = 25.93%
R=51.62%
G=22.45%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2239711200.570.500.13352.8666.3262.75
HexDF617003932D161423f
Octal337141160071621554110277
Binary1101111111000011110000011100111001011011011000011000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6170; }

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

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

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

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

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

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

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

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