Shades of Froly #D26879
Tints of Froly #D26879
RGB
CMYK
RGB Variations
Color information
#D26879 (or 0xD26879) is known color: Froly. HEX triplet: D2, 68 and 79. RGB value is (210,104,121). Sum of RGB (Red+Green+Blue) = 210+104+121=435 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.28% from 435); Green value is 104 (41.02% from 255 or 23.91% from 435); Blue value is 121 (47.66% from 255 or 27.82% from 435); Max value from RGB is 210 - color contains mainly: red. Hex color #D26879 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26879 is #2D9786. Grayscale: #898989. Windows color (decimal): -2987911 or 7956690. OLE color: 7956690.
HSL color Cylindrical-coordinate representation of color #D26879: hue angle of 350.38º 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 #D26879 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 104 | 121 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.18 |
| HSL | 350.38º | 0.54% | 0.62% | - |
| HSV(B) | 350.38º | 0.5% | 0.82% | - |
| XYZ | 34.98 | 24.98 | 21.07 | - |
| YUV | 137.63 | 118.62 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 104 | 121 | 0 | 0.50 | 0.42 | 0.18 | 350.38 | 0.54 | 0.62 |
| Hex | D2 | 68 | 79 | 0 | 32 | 2A | 12 | 15E | 36 | 3E |
| Octal | 322 | 150 | 171 | 0 | 62 | 52 | 22 | 536 | 66 | 76 |
| Binary | 11010010 | 1101000 | 1111001 | 0 | 110010 | 101010 | 10010 | 101011110 | 110110 | 111110 |
Color Harmonies of #D26879
Complementary color
Monochromatic Colors of #D26879
Black with #D26879
Text Example
Text Example
White with #D26879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26879; }
p { color: rgb(210,104,121); }
H1.HeaderClassName
{
color: #D26879;
}
.AnyTagClassName
{
color: #D26879;
}
</style>
background-color css
<style>
a { background-color: #D26879; }
a { background-color: rgb(210,104,121); }
div.DivClassName
{
background-color: #D26879;
}
.BgClassName
{
background-color: #D26879;
}
</style>
border-color css
<style>
span { border-color: #D26879; }
span { border-color: rgb(210,104,121); }
td.TdClassName
{
border-color: #D26879;
}
.TagClassName
{
border-color: #D26879;
}
</style>