Shades of Froly #D06875
Tints of Froly #D06875
RGB
CMYK
RGB Variations
Color information
#D06875 (or 0xD06875) is known color: Froly. HEX triplet: D0, 68 and 75. RGB value is (208,104,117). Sum of RGB (Red+Green+Blue) = 208+104+117=429 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.48% from 429); Green value is 104 (41.02% from 255 or 24.24% from 429); Blue value is 117 (46.09% from 255 or 27.27% from 429); Max value from RGB is 208 - color contains mainly: red. Hex color #D06875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06875 is #2F978A. Grayscale: #888888. Windows color (decimal): -3118987 or 7694544. OLE color: 7694544.
HSL color Cylindrical-coordinate representation of color #D06875: hue angle of 352.5º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D06875 is Cyan = 0, Magento = 0.5, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 104 | 117 | - |
| CMYK | 0 | 0.5 | 0.44 | 0.18 |
| HSL | 352.5º | 0.53% | 0.61% | - |
| HSV(B) | 352.5º | 0.5% | 0.82% | - |
| XYZ | 34.17 | 24.59 | 19.78 | - |
| YUV | 136.58 | 116.96 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 104 | 117 | 0 | 0.5 | 0.44 | 0.18 | 352.5 | 0.53 | 0.61 |
| Hex | D0 | 68 | 75 | 0 | 32 | 2C | 12 | 160 | 35 | 3D |
| Octal | 320 | 150 | 165 | 0 | 62 | 54 | 22 | 540 | 65 | 75 |
| Binary | 11010000 | 1101000 | 1110101 | 0 | 110010 | 101100 | 10010 | 101100000 | 110101 | 111101 |
Color Harmonies of #D06875
Complementary color
Monochromatic Colors of #D06875
Black with #D06875
Text Example
Text Example
White with #D06875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06875; }
p { color: rgb(208,104,117); }
H1.HeaderClassName
{
color: #D06875;
}
.AnyTagClassName
{
color: #D06875;
}
</style>
background-color css
<style>
a { background-color: #D06875; }
a { background-color: rgb(208,104,117); }
div.DivClassName
{
background-color: #D06875;
}
.BgClassName
{
background-color: #D06875;
}
</style>
border-color css
<style>
span { border-color: #D06875; }
span { border-color: rgb(208,104,117); }
td.TdClassName
{
border-color: #D06875;
}
.TagClassName
{
border-color: #D06875;
}
</style>