Shades of Froly #D06A78
Tints of Froly #D06A78
RGB
CMYK
RGB Variations
Color information
#D06A78 (or 0xD06A78) is known color: Froly. HEX triplet: D0, 6A and 78. RGB value is (208,106,120). Sum of RGB (Red+Green+Blue) = 208+106+120=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 106 (41.80% from 255 or 24.42% from 434); Blue value is 120 (47.27% from 255 or 27.65% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D06A78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06A78 is #2F9587. Grayscale: #8A8A8A. Windows color (decimal): -3118472 or 7891664. OLE color: 7891664.
HSL color Cylindrical-coordinate representation of color #D06A78: hue angle of 351.76º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D06A78 is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 106 | 120 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.18 |
| HSL | 351.76º | 0.52% | 0.62% | - |
| HSV(B) | 351.76º | 0.49% | 0.82% | - |
| XYZ | 34.56 | 25.07 | 20.79 | - |
| YUV | 138.09 | 117.79 | 177.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 106 | 120 | 0 | 0.49 | 0.42 | 0.18 | 351.76 | 0.52 | 0.62 |
| Hex | D0 | 6A | 78 | 0 | 31 | 2A | 12 | 160 | 34 | 3E |
| Octal | 320 | 152 | 170 | 0 | 61 | 52 | 22 | 540 | 64 | 76 |
| Binary | 11010000 | 1101010 | 1111000 | 0 | 110001 | 101010 | 10010 | 101100000 | 110100 | 111110 |
Color Harmonies of #D06A78
Complementary color
Monochromatic Colors of #D06A78
Black with #D06A78
Text Example
Text Example
White with #D06A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06A78; }
p { color: rgb(208,106,120); }
H1.HeaderClassName
{
color: #D06A78;
}
.AnyTagClassName
{
color: #D06A78;
}
</style>
background-color css
<style>
a { background-color: #D06A78; }
a { background-color: rgb(208,106,120); }
div.DivClassName
{
background-color: #D06A78;
}
.BgClassName
{
background-color: #D06A78;
}
</style>
border-color css
<style>
span { border-color: #D06A78; }
span { border-color: rgb(208,106,120); }
td.TdClassName
{
border-color: #D06A78;
}
.TagClassName
{
border-color: #D06A78;
}
</style>