Shades of Froly #D26873
Tints of Froly #D26873
RGB
CMYK
RGB Variations
Color information
#D26873 (or 0xD26873) is known color: Froly. HEX triplet: D2, 68 and 73. RGB value is (210,104,115). Sum of RGB (Red+Green+Blue) = 210+104+115=429 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.95% from 429); Green value is 104 (41.02% from 255 or 24.24% from 429); Blue value is 115 (45.31% from 255 or 26.81% from 429); Max value from RGB is 210 - color contains mainly: red. Hex color #D26873 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26873 is #2D978C. Grayscale: #898989. Windows color (decimal): -2987917 or 7563474. OLE color: 7563474.
HSL color Cylindrical-coordinate representation of color #D26873: hue angle of 353.77º 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 #D26873 is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 104 | 115 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.18 |
| HSL | 353.77º | 0.54% | 0.62% | - |
| HSV(B) | 353.77º | 0.5% | 0.82% | - |
| XYZ | 34.62 | 24.84 | 19.19 | - |
| YUV | 136.95 | 115.62 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 104 | 115 | 0 | 0.50 | 0.45 | 0.18 | 353.77 | 0.54 | 0.62 |
| Hex | D2 | 68 | 73 | 0 | 32 | 2D | 12 | 162 | 36 | 3E |
| Octal | 322 | 150 | 163 | 0 | 62 | 55 | 22 | 542 | 66 | 76 |
| Binary | 11010010 | 1101000 | 1110011 | 0 | 110010 | 101101 | 10010 | 101100010 | 110110 | 111110 |
Color Harmonies of #D26873
Complementary color
Monochromatic Colors of #D26873
Black with #D26873
Text Example
Text Example
White with #D26873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26873; }
p { color: rgb(210,104,115); }
H1.HeaderClassName
{
color: #D26873;
}
.AnyTagClassName
{
color: #D26873;
}
</style>
background-color css
<style>
a { background-color: #D26873; }
a { background-color: rgb(210,104,115); }
div.DivClassName
{
background-color: #D26873;
}
.BgClassName
{
background-color: #D26873;
}
</style>
border-color css
<style>
span { border-color: #D26873; }
span { border-color: rgb(210,104,115); }
td.TdClassName
{
border-color: #D26873;
}
.TagClassName
{
border-color: #D26873;
}
</style>