Shades of Froly #D26871
Tints of Froly #D26871
RGB
CMYK
RGB Variations
Color information
#D26871 (or 0xD26871) is known color: Froly. HEX triplet: D2, 68 and 71. RGB value is (210,104,113). Sum of RGB (Red+Green+Blue) = 210+104+113=427 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.18% from 427); Green value is 104 (41.02% from 255 or 24.36% from 427); Blue value is 113 (44.53% from 255 or 26.46% from 427); Max value from RGB is 210 - color contains mainly: red. Hex color #D26871 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26871 is #2D978E. Grayscale: #888888. Windows color (decimal): -2987919 or 7432402. OLE color: 7432402.
HSL color Cylindrical-coordinate representation of color #D26871: hue angle of 354.91º 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 #D26871 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 104 | 113 | - |
| CMYK | 0 | 0.50 | 0.46 | 0.18 |
| HSL | 354.91º | 0.54% | 0.62% | - |
| HSV(B) | 354.91º | 0.5% | 0.82% | - |
| XYZ | 34.51 | 24.79 | 18.59 | - |
| YUV | 136.72 | 114.62 | 180.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 104 | 113 | 0 | 0.50 | 0.46 | 0.18 | 354.91 | 0.54 | 0.62 |
| Hex | D2 | 68 | 71 | 0 | 32 | 2E | 12 | 163 | 36 | 3E |
| Octal | 322 | 150 | 161 | 0 | 62 | 56 | 22 | 543 | 66 | 76 |
| Binary | 11010010 | 1101000 | 1110001 | 0 | 110010 | 101110 | 10010 | 101100011 | 110110 | 111110 |
Color Harmonies of #D26871
Complementary color
Monochromatic Colors of #D26871
Black with #D26871
Text Example
Text Example
White with #D26871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26871; }
p { color: rgb(210,104,113); }
H1.HeaderClassName
{
color: #D26871;
}
.AnyTagClassName
{
color: #D26871;
}
</style>
background-color css
<style>
a { background-color: #D26871; }
a { background-color: rgb(210,104,113); }
div.DivClassName
{
background-color: #D26871;
}
.BgClassName
{
background-color: #D26871;
}
</style>
border-color css
<style>
span { border-color: #D26871; }
span { border-color: rgb(210,104,113); }
td.TdClassName
{
border-color: #D26871;
}
.TagClassName
{
border-color: #D26871;
}
</style>