Shades of Froly #D96470
Tints of Froly #D96470
RGB
CMYK
RGB Variations
Color information
#D96470 (or 0xD96470) is known color: Froly. HEX triplet: D9, 64 and 70. RGB value is (217,100,112). Sum of RGB (Red+Green+Blue) = 217+100+112=429 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.58% from 429); Green value is 100 (39.45% from 255 or 23.31% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 217 - color contains mainly: red. Hex color #D96470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96470 is #269B8F. Grayscale: #888888. Windows color (decimal): -2530192 or 7365849. OLE color: 7365849.
HSL color Cylindrical-coordinate representation of color #D96470: hue angle of 353.85º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D96470 is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 100 | 112 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.15 |
| HSL | 353.85º | 0.61% | 0.62% | - |
| HSV(B) | 353.85º | 0.54% | 0.85% | - |
| XYZ | 36.1 | 25.04 | 18.26 | - |
| YUV | 136.35 | 114.26 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 100 | 112 | 0 | 0.54 | 0.48 | 0.15 | 353.85 | 0.61 | 0.62 |
| Hex | D9 | 64 | 70 | 0 | 36 | 30 | F | 162 | 3D | 3E |
| Octal | 331 | 144 | 160 | 0 | 66 | 60 | 17 | 542 | 75 | 76 |
| Binary | 11011001 | 1100100 | 1110000 | 0 | 110110 | 110000 | 1111 | 101100010 | 111101 | 111110 |
Color Harmonies of #D96470
Complementary color
Monochromatic Colors of #D96470
Black with #D96470
Text Example
Text Example
White with #D96470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96470; }
p { color: rgb(217,100,112); }
H1.HeaderClassName
{
color: #D96470;
}
.AnyTagClassName
{
color: #D96470;
}
</style>
background-color css
<style>
a { background-color: #D96470; }
a { background-color: rgb(217,100,112); }
div.DivClassName
{
background-color: #D96470;
}
.BgClassName
{
background-color: #D96470;
}
</style>
border-color css
<style>
span { border-color: #D96470; }
span { border-color: rgb(217,100,112); }
td.TdClassName
{
border-color: #D96470;
}
.TagClassName
{
border-color: #D96470;
}
</style>