Shades of Froly #D96670
Tints of Froly #D96670
RGB
CMYK
RGB Variations
Color information
#D96670 (or 0xD96670) is known color: Froly. HEX triplet: D9, 66 and 70. RGB value is (217,102,112). Sum of RGB (Red+Green+Blue) = 217+102+112=431 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.35% from 431); Green value is 102 (40.23% from 255 or 23.67% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 217 - color contains mainly: red. Hex color #D96670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96670 is #26998F. Grayscale: #898989. Windows color (decimal): -2529680 or 7366361. OLE color: 7366361.
HSL color Cylindrical-coordinate representation of color #D96670: hue angle of 354.78º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D96670 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
RGB | 217 | 102 | 112 | - |
CMYK | 0 | 0.53 | 0.48 | 0.15 |
HSL | 354.78º | 0.6% | 0.63% | - |
HSV(B) | 354.78º | 0.53% | 0.85% | - |
XYZ | 36.29 | 25.42 | 18.32 | - |
YUV | 137.53 | 113.6 | 184.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 102 | 112 | 0 | 0.53 | 0.48 | 0.15 | 354.78 | 0.6 | 0.63 |
Hex | D9 | 66 | 70 | 0 | 35 | 30 | F | 163 | 3C | 3F |
Octal | 331 | 146 | 160 | 0 | 65 | 60 | 17 | 543 | 74 | 77 |
Binary | 11011001 | 1100110 | 1110000 | 0 | 110101 | 110000 | 1111 | 101100011 | 111100 | 111111 |
Color Harmonies of #D96670
Complementary color
Monochromatic Colors of #D96670
Black with #D96670
Text Example
Text Example
White with #D96670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96670; }
p { color: rgb(217,102,112); }
H1.HeaderClassName
{
color: #D96670;
}
.AnyTagClassName
{
color: #D96670;
}
</style>
background-color css
<style>
a { background-color: #D96670; }
a { background-color: rgb(217,102,112); }
div.DivClassName
{
background-color: #D96670;
}
.BgClassName
{
background-color: #D96670;
}
</style>
border-color css
<style>
span { border-color: #D96670; }
span { border-color: rgb(217,102,112); }
td.TdClassName
{
border-color: #D96670;
}
.TagClassName
{
border-color: #D96670;
}
</style>