Shades of Froly #D66670
Tints of Froly #D66670
RGB
CMYK
RGB Variations
Color information
#D66670 (or 0xD66670) is known color: Froly. HEX triplet: D6, 66 and 70. RGB value is (214,102,112). Sum of RGB (Red+Green+Blue) = 214+102+112=428 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50% from 428); Green value is 102 (40.23% from 255 or 23.83% from 428); Blue value is 112 (44.14% from 255 or 26.17% from 428); Max value from RGB is 214 - color contains mainly: red. Hex color #D66670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66670 is #29998F. Grayscale: #888888. Windows color (decimal): -2726288 or 7366358. OLE color: 7366358.
HSL color Cylindrical-coordinate representation of color #D66670: hue angle of 354.64º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D66670 is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 102 | 112 | - |
| CMYK | 0 | 0.52 | 0.48 | 0.16 |
| HSL | 354.64º | 0.58% | 0.62% | - |
| HSV(B) | 354.64º | 0.52% | 0.84% | - |
| XYZ | 35.41 | 24.97 | 18.28 | - |
| YUV | 136.63 | 114.11 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 102 | 112 | 0 | 0.52 | 0.48 | 0.16 | 354.64 | 0.58 | 0.62 |
| Hex | D6 | 66 | 70 | 0 | 34 | 30 | 10 | 163 | 3A | 3E |
| Octal | 326 | 146 | 160 | 0 | 64 | 60 | 20 | 543 | 72 | 76 |
| Binary | 11010110 | 1100110 | 1110000 | 0 | 110100 | 110000 | 10000 | 101100011 | 111010 | 111110 |
Color Harmonies of #D66670
Complementary color
Monochromatic Colors of #D66670
Black with #D66670
Text Example
Text Example
White with #D66670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66670; }
p { color: rgb(214,102,112); }
H1.HeaderClassName
{
color: #D66670;
}
.AnyTagClassName
{
color: #D66670;
}
</style>
background-color css
<style>
a { background-color: #D66670; }
a { background-color: rgb(214,102,112); }
div.DivClassName
{
background-color: #D66670;
}
.BgClassName
{
background-color: #D66670;
}
</style>
border-color css
<style>
span { border-color: #D66670; }
span { border-color: rgb(214,102,112); }
td.TdClassName
{
border-color: #D66670;
}
.TagClassName
{
border-color: #D66670;
}
</style>