Shades of Froly #DF606E
Tints of Froly #DF606E
RGB
CMYK
RGB Variations
Color information
#DF606E (or 0xDF606E) is known color: Froly. HEX triplet: DF, 60 and 6E. RGB value is (223,96,110). Sum of RGB (Red+Green+Blue) = 223+96+110=429 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.98% from 429); Green value is 96 (37.89% from 255 or 22.38% from 429); Blue value is 110 (43.36% from 255 or 25.64% from 429); Max value from RGB is 223 - color contains mainly: red. Hex color #DF606E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF606E is #209F91. Grayscale: #878787. Windows color (decimal): -2138002 or 7233759. OLE color: 7233759.
HSL color Cylindrical-coordinate representation of color #DF606E: hue angle of 353.39º 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 #DF606E is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 96 | 110 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.13 |
| HSL | 353.39º | 0.66% | 0.63% | - |
| HSV(B) | 353.39º | 0.57% | 0.87% | - |
| XYZ | 37.43 | 25.18 | 17.64 | - |
| YUV | 135.57 | 113.58 | 190.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 96 | 110 | 0 | 0.57 | 0.51 | 0.13 | 353.39 | 0.66 | 0.63 |
| Hex | DF | 60 | 6E | 0 | 39 | 33 | D | 161 | 42 | 3F |
| Octal | 337 | 140 | 156 | 0 | 71 | 63 | 15 | 541 | 102 | 77 |
| Binary | 11011111 | 1100000 | 1101110 | 0 | 111001 | 110011 | 1101 | 101100001 | 1000010 | 111111 |
Color Harmonies of #DF606E
Complementary color
Monochromatic Colors of #DF606E
Black with #DF606E
Text Example
Text Example
White with #DF606E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF606E; }
p { color: rgb(223,96,110); }
H1.HeaderClassName
{
color: #DF606E;
}
.AnyTagClassName
{
color: #DF606E;
}
</style>
background-color css
<style>
a { background-color: #DF606E; }
a { background-color: rgb(223,96,110); }
div.DivClassName
{
background-color: #DF606E;
}
.BgClassName
{
background-color: #DF606E;
}
</style>
border-color css
<style>
span { border-color: #DF606E; }
span { border-color: rgb(223,96,110); }
td.TdClassName
{
border-color: #DF606E;
}
.TagClassName
{
border-color: #DF606E;
}
</style>