Shades of Froly #D06D78
Tints of Froly #D06D78
RGB
CMYK
RGB Variations
Color information
#D06D78 (or 0xD06D78) is known color: Froly. HEX triplet: D0, 6D and 78. RGB value is (208,109,120). Sum of RGB (Red+Green+Blue) = 208+109+120=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 109 (42.97% from 255 or 24.94% from 437); Blue value is 120 (47.27% from 255 or 27.46% from 437); Max value from RGB is 208 - color contains mainly: red. Hex color #D06D78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06D78 is #2F9287. Grayscale: #8B8B8B. Windows color (decimal): -3117704 or 7892432. OLE color: 7892432.
HSL color Cylindrical-coordinate representation of color #D06D78: hue angle of 353.33º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D06D78 is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 109 | 120 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.18 |
| HSL | 353.33º | 0.51% | 0.62% | - |
| HSV(B) | 353.33º | 0.48% | 0.82% | - |
| XYZ | 34.87 | 25.7 | 20.89 | - |
| YUV | 139.86 | 116.8 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 109 | 120 | 0 | 0.48 | 0.42 | 0.18 | 353.33 | 0.51 | 0.62 |
| Hex | D0 | 6D | 78 | 0 | 30 | 2A | 12 | 161 | 33 | 3E |
| Octal | 320 | 155 | 170 | 0 | 60 | 52 | 22 | 541 | 63 | 76 |
| Binary | 11010000 | 1101101 | 1111000 | 0 | 110000 | 101010 | 10010 | 101100001 | 110011 | 111110 |
Color Harmonies of #D06D78
Complementary color
Monochromatic Colors of #D06D78
Black with #D06D78
Text Example
Text Example
White with #D06D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06D78; }
p { color: rgb(208,109,120); }
H1.HeaderClassName
{
color: #D06D78;
}
.AnyTagClassName
{
color: #D06D78;
}
</style>
background-color css
<style>
a { background-color: #D06D78; }
a { background-color: rgb(208,109,120); }
div.DivClassName
{
background-color: #D06D78;
}
.BgClassName
{
background-color: #D06D78;
}
</style>
border-color css
<style>
span { border-color: #D06D78; }
span { border-color: rgb(208,109,120); }
td.TdClassName
{
border-color: #D06D78;
}
.TagClassName
{
border-color: #D06D78;
}
</style>