Shades of Froly #D66978
Tints of Froly #D66978
RGB
CMYK
RGB Variations
Color information
#D66978 (or 0xD66978) is known color: Froly. HEX triplet: D6, 69 and 78. RGB value is (214,105,120). Sum of RGB (Red+Green+Blue) = 214+105+120=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 105 (41.41% from 255 or 23.92% from 439); Blue value is 120 (47.27% from 255 or 27.33% from 439); Max value from RGB is 214 - color contains mainly: red. Hex color #D66978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66978 is #299687. Grayscale: #8B8B8B. Windows color (decimal): -2725512 or 7891414. OLE color: 7891414.
HSL color Cylindrical-coordinate representation of color #D66978: hue angle of 351.74º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D66978 is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 105 | 120 | - |
| CMYK | 0 | 0.51 | 0.44 | 0.16 |
| HSL | 351.74º | 0.57% | 0.63% | - |
| HSV(B) | 351.74º | 0.51% | 0.84% | - |
| XYZ | 36.17 | 25.76 | 20.83 | - |
| YUV | 139.3 | 117.11 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 105 | 120 | 0 | 0.51 | 0.44 | 0.16 | 351.74 | 0.57 | 0.63 |
| Hex | D6 | 69 | 78 | 0 | 33 | 2C | 10 | 160 | 39 | 3F |
| Octal | 326 | 151 | 170 | 0 | 63 | 54 | 20 | 540 | 71 | 77 |
| Binary | 11010110 | 1101001 | 1111000 | 0 | 110011 | 101100 | 10000 | 101100000 | 111001 | 111111 |
Color Harmonies of #D66978
Complementary color
Monochromatic Colors of #D66978
Black with #D66978
Text Example
Text Example
White with #D66978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66978; }
p { color: rgb(214,105,120); }
H1.HeaderClassName
{
color: #D66978;
}
.AnyTagClassName
{
color: #D66978;
}
</style>
background-color css
<style>
a { background-color: #D66978; }
a { background-color: rgb(214,105,120); }
div.DivClassName
{
background-color: #D66978;
}
.BgClassName
{
background-color: #D66978;
}
</style>
border-color css
<style>
span { border-color: #D66978; }
span { border-color: rgb(214,105,120); }
td.TdClassName
{
border-color: #D66978;
}
.TagClassName
{
border-color: #D66978;
}
</style>