Shades of Froly #D26F70
Tints of Froly #D26F70
RGB
CMYK
RGB Variations
Color information
#D26F70 (or 0xD26F70) is known color: Froly. HEX triplet: D2, 6F and 70. RGB value is (210,111,112). Sum of RGB (Red+Green+Blue) = 210+111+112=433 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.50% from 433); Green value is 111 (43.75% from 255 or 25.64% from 433); Blue value is 112 (44.14% from 255 or 25.87% from 433); Max value from RGB is 210 - color contains mainly: red. Hex color #D26F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26F70 is #2D908F. Grayscale: #8C8C8C. Windows color (decimal): -2986128 or 7368658. OLE color: 7368658.
HSL color Cylindrical-coordinate representation of color #D26F70: hue angle of 359.39º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D26F70 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 111 | 112 | - |
| CMYK | 0 | 0.47 | 0.47 | 0.18 |
| HSL | 359.39º | 0.52% | 0.63% | - |
| HSV(B) | 359.39º | 0.47% | 0.82% | - |
| XYZ | 35.19 | 26.24 | 18.54 | - |
| YUV | 140.72 | 111.8 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 111 | 112 | 0 | 0.47 | 0.47 | 0.18 | 359.39 | 0.52 | 0.63 |
| Hex | D2 | 6F | 70 | 0 | 2F | 2F | 12 | 167 | 34 | 3F |
| Octal | 322 | 157 | 160 | 0 | 57 | 57 | 22 | 547 | 64 | 77 |
| Binary | 11010010 | 1101111 | 1110000 | 0 | 101111 | 101111 | 10010 | 101100111 | 110100 | 111111 |
Color Harmonies of #D26F70
Complementary color
Monochromatic Colors of #D26F70
Black with #D26F70
Text Example
Text Example
White with #D26F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26F70; }
p { color: rgb(210,111,112); }
H1.HeaderClassName
{
color: #D26F70;
}
.AnyTagClassName
{
color: #D26F70;
}
</style>
background-color css
<style>
a { background-color: #D26F70; }
a { background-color: rgb(210,111,112); }
div.DivClassName
{
background-color: #D26F70;
}
.BgClassName
{
background-color: #D26F70;
}
</style>
border-color css
<style>
span { border-color: #D26F70; }
span { border-color: rgb(210,111,112); }
td.TdClassName
{
border-color: #D26F70;
}
.TagClassName
{
border-color: #D26F70;
}
</style>