Shades of Froly #D06E78
Tints of Froly #D06E78
RGB
CMYK
RGB Variations
Color information
#D06E78 (or 0xD06E78) is known color: Froly. HEX triplet: D0, 6E and 78. RGB value is (208,110,120). Sum of RGB (Red+Green+Blue) = 208+110+120=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 110 (43.36% from 255 or 25.11% from 438); Blue value is 120 (47.27% from 255 or 27.40% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D06E78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06E78 is #2F9187. Grayscale: #8C8C8C. Windows color (decimal): -3117448 or 7892688. OLE color: 7892688.
HSL color Cylindrical-coordinate representation of color #D06E78: hue angle of 353.88º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D06E78 is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 110 | 120 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.18 |
| HSL | 353.88º | 0.51% | 0.62% | - |
| HSV(B) | 353.88º | 0.47% | 0.82% | - |
| XYZ | 34.98 | 25.92 | 20.93 | - |
| YUV | 140.44 | 116.47 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 110 | 120 | 0 | 0.47 | 0.42 | 0.18 | 353.88 | 0.51 | 0.62 |
| Hex | D0 | 6E | 78 | 0 | 2F | 2A | 12 | 162 | 33 | 3E |
| Octal | 320 | 156 | 170 | 0 | 57 | 52 | 22 | 542 | 63 | 76 |
| Binary | 11010000 | 1101110 | 1111000 | 0 | 101111 | 101010 | 10010 | 101100010 | 110011 | 111110 |
Color Harmonies of #D06E78
Complementary color
Monochromatic Colors of #D06E78
Black with #D06E78
Text Example
Text Example
White with #D06E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06E78; }
p { color: rgb(208,110,120); }
H1.HeaderClassName
{
color: #D06E78;
}
.AnyTagClassName
{
color: #D06E78;
}
</style>
background-color css
<style>
a { background-color: #D06E78; }
a { background-color: rgb(208,110,120); }
div.DivClassName
{
background-color: #D06E78;
}
.BgClassName
{
background-color: #D06E78;
}
</style>
border-color css
<style>
span { border-color: #D06E78; }
span { border-color: rgb(208,110,120); }
td.TdClassName
{
border-color: #D06E78;
}
.TagClassName
{
border-color: #D06E78;
}
</style>