Shades of Froly #D26876
Tints of Froly #D26876
RGB
CMYK
RGB Variations
Color information
#D26876 (or 0xD26876) is known color: Froly. HEX triplet: D2, 68 and 76. RGB value is (210,104,118). Sum of RGB (Red+Green+Blue) = 210+104+118=432 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.61% from 432); Green value is 104 (41.02% from 255 or 24.07% from 432); Blue value is 118 (46.48% from 255 or 27.31% from 432); Max value from RGB is 210 - color contains mainly: red. Hex color #D26876 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26876 is #2D9789. Grayscale: #898989. Windows color (decimal): -2987914 or 7760082. OLE color: 7760082.
HSL color Cylindrical-coordinate representation of color #D26876: hue angle of 352.08º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D26876 is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 104 | 118 | - |
| CMYK | 0 | 0.50 | 0.44 | 0.18 |
| HSL | 352.08º | 0.54% | 0.62% | - |
| HSV(B) | 352.08º | 0.5% | 0.82% | - |
| XYZ | 34.8 | 24.91 | 20.11 | - |
| YUV | 137.29 | 117.12 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 104 | 118 | 0 | 0.50 | 0.44 | 0.18 | 352.08 | 0.54 | 0.62 |
| Hex | D2 | 68 | 76 | 0 | 32 | 2C | 12 | 160 | 36 | 3E |
| Octal | 322 | 150 | 166 | 0 | 62 | 54 | 22 | 540 | 66 | 76 |
| Binary | 11010010 | 1101000 | 1110110 | 0 | 110010 | 101100 | 10010 | 101100000 | 110110 | 111110 |
Color Harmonies of #D26876
Complementary color
Monochromatic Colors of #D26876
Black with #D26876
Text Example
Text Example
White with #D26876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26876; }
p { color: rgb(210,104,118); }
H1.HeaderClassName
{
color: #D26876;
}
.AnyTagClassName
{
color: #D26876;
}
</style>
background-color css
<style>
a { background-color: #D26876; }
a { background-color: rgb(210,104,118); }
div.DivClassName
{
background-color: #D26876;
}
.BgClassName
{
background-color: #D26876;
}
</style>
border-color css
<style>
span { border-color: #D26876; }
span { border-color: rgb(210,104,118); }
td.TdClassName
{
border-color: #D26876;
}
.TagClassName
{
border-color: #D26876;
}
</style>