Shades of Froly #DF6066
Tints of Froly #DF6066
RGB
CMYK
RGB Variations
Color information
#DF6066 (or 0xDF6066) is known color: Froly. HEX triplet: DF, 60 and 66. RGB value is (223,96,102). Sum of RGB (Red+Green+Blue) = 223+96+102=421 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.97% from 421); Green value is 96 (37.89% from 255 or 22.80% from 421); Blue value is 102 (40.23% from 255 or 24.23% from 421); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6066 is #209F99. Grayscale: #868686. Windows color (decimal): -2138010 or 6709471. OLE color: 6709471.
HSL color Cylindrical-coordinate representation of color #DF6066: hue angle of 357.17º 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 #DF6066 is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 96 | 102 | - |
| CMYK | 0 | 0.57 | 0.54 | 0.13 |
| HSL | 357.17º | 0.66% | 0.63% | - |
| HSV(B) | 357.17º | 0.57% | 0.87% | - |
| XYZ | 37.01 | 25.01 | 15.45 | - |
| YUV | 134.66 | 109.58 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 96 | 102 | 0 | 0.57 | 0.54 | 0.13 | 357.17 | 0.66 | 0.63 |
| Hex | DF | 60 | 66 | 0 | 39 | 36 | D | 165 | 42 | 3F |
| Octal | 337 | 140 | 146 | 0 | 71 | 66 | 15 | 545 | 102 | 77 |
| Binary | 11011111 | 1100000 | 1100110 | 0 | 111001 | 110110 | 1101 | 101100101 | 1000010 | 111111 |
Color Harmonies of #DF6066
Complementary color
Monochromatic Colors of #DF6066
Black with #DF6066
Text Example
Text Example
White with #DF6066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6066; }
p { color: rgb(223,96,102); }
H1.HeaderClassName
{
color: #DF6066;
}
.AnyTagClassName
{
color: #DF6066;
}
</style>
background-color css
<style>
a { background-color: #DF6066; }
a { background-color: rgb(223,96,102); }
div.DivClassName
{
background-color: #DF6066;
}
.BgClassName
{
background-color: #DF6066;
}
</style>
border-color css
<style>
span { border-color: #DF6066; }
span { border-color: rgb(223,96,102); }
td.TdClassName
{
border-color: #DF6066;
}
.TagClassName
{
border-color: #DF6066;
}
</style>