Shades of Froly #D26875
Tints of Froly #D26875
RGB
CMYK
RGB Variations
Color information
#D26875 (or 0xD26875) is known color: Froly. HEX triplet: D2, 68 and 75. RGB value is (210,104,117). Sum of RGB (Red+Green+Blue) = 210+104+117=431 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.72% from 431); Green value is 104 (41.02% from 255 or 24.13% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 210 - color contains mainly: red. Hex color #D26875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26875 is #2D978A. Grayscale: #898989. Windows color (decimal): -2987915 or 7694546. OLE color: 7694546.
HSL color Cylindrical-coordinate representation of color #D26875: hue angle of 352.64º 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 #D26875 is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 104 | 117 | - |
| CMYK | 0 | 0.50 | 0.44 | 0.18 |
| HSL | 352.64º | 0.54% | 0.62% | - |
| HSV(B) | 352.64º | 0.5% | 0.82% | - |
| XYZ | 34.74 | 24.89 | 19.8 | - |
| YUV | 137.18 | 116.62 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 104 | 117 | 0 | 0.50 | 0.44 | 0.18 | 352.64 | 0.54 | 0.62 |
| Hex | D2 | 68 | 75 | 0 | 32 | 2C | 12 | 161 | 36 | 3E |
| Octal | 322 | 150 | 165 | 0 | 62 | 54 | 22 | 541 | 66 | 76 |
| Binary | 11010010 | 1101000 | 1110101 | 0 | 110010 | 101100 | 10010 | 101100001 | 110110 | 111110 |
Color Harmonies of #D26875
Complementary color
Monochromatic Colors of #D26875
Black with #D26875
Text Example
Text Example
White with #D26875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26875; }
p { color: rgb(210,104,117); }
H1.HeaderClassName
{
color: #D26875;
}
.AnyTagClassName
{
color: #D26875;
}
</style>
background-color css
<style>
a { background-color: #D26875; }
a { background-color: rgb(210,104,117); }
div.DivClassName
{
background-color: #D26875;
}
.BgClassName
{
background-color: #D26875;
}
</style>
border-color css
<style>
span { border-color: #D26875; }
span { border-color: rgb(210,104,117); }
td.TdClassName
{
border-color: #D26875;
}
.TagClassName
{
border-color: #D26875;
}
</style>