Shades of Froly #D26976
Tints of Froly #D26976
RGB
CMYK
RGB Variations
Color information
#D26976 (or 0xD26976) is known color: Froly. HEX triplet: D2, 69 and 76. RGB value is (210,105,118). Sum of RGB (Red+Green+Blue) = 210+105+118=433 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.50% from 433); Green value is 105 (41.41% from 255 or 24.25% from 433); Blue value is 118 (46.48% from 255 or 27.25% from 433); Max value from RGB is 210 - color contains mainly: red. Hex color #D26976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26976 is #2D9689. Grayscale: #898989. Windows color (decimal): -2987658 or 7760338. OLE color: 7760338.
HSL color Cylindrical-coordinate representation of color #D26976: hue angle of 352.57º 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 #D26976 is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 105 | 118 | - |
| CMYK | 0 | 0.50 | 0.44 | 0.18 |
| HSL | 352.57º | 0.54% | 0.62% | - |
| HSV(B) | 352.57º | 0.5% | 0.82% | - |
| XYZ | 34.9 | 25.11 | 20.15 | - |
| YUV | 137.88 | 116.79 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 105 | 118 | 0 | 0.50 | 0.44 | 0.18 | 352.57 | 0.54 | 0.62 |
| Hex | D2 | 69 | 76 | 0 | 32 | 2C | 12 | 161 | 36 | 3E |
| Octal | 322 | 151 | 166 | 0 | 62 | 54 | 22 | 541 | 66 | 76 |
| Binary | 11010010 | 1101001 | 1110110 | 0 | 110010 | 101100 | 10010 | 101100001 | 110110 | 111110 |
Color Harmonies of #D26976
Complementary color
Monochromatic Colors of #D26976
Black with #D26976
Text Example
Text Example
White with #D26976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26976; }
p { color: rgb(210,105,118); }
H1.HeaderClassName
{
color: #D26976;
}
.AnyTagClassName
{
color: #D26976;
}
</style>
background-color css
<style>
a { background-color: #D26976; }
a { background-color: rgb(210,105,118); }
div.DivClassName
{
background-color: #D26976;
}
.BgClassName
{
background-color: #D26976;
}
</style>
border-color css
<style>
span { border-color: #D26976; }
span { border-color: rgb(210,105,118); }
td.TdClassName
{
border-color: #D26976;
}
.TagClassName
{
border-color: #D26976;
}
</style>