Shades of Froly #D66570
Tints of Froly #D66570
RGB
CMYK
RGB Variations
Color information
#D66570 (or 0xD66570) is known color: Froly. HEX triplet: D6, 65 and 70. RGB value is (214,101,112). Sum of RGB (Red+Green+Blue) = 214+101+112=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 101 (39.84% from 255 or 23.65% from 427); Blue value is 112 (44.14% from 255 or 26.23% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D66570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66570 is #299A8F. Grayscale: #888888. Windows color (decimal): -2726544 or 7366102. OLE color: 7366102.
HSL color Cylindrical-coordinate representation of color #D66570: hue angle of 354.16º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D66570 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 101 | 112 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.16 |
| HSL | 354.16º | 0.58% | 0.62% | - |
| HSV(B) | 354.16º | 0.53% | 0.84% | - |
| XYZ | 35.31 | 24.77 | 18.25 | - |
| YUV | 136.04 | 114.44 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 101 | 112 | 0 | 0.53 | 0.48 | 0.16 | 354.16 | 0.58 | 0.62 |
| Hex | D6 | 65 | 70 | 0 | 35 | 30 | 10 | 162 | 3A | 3E |
| Octal | 326 | 145 | 160 | 0 | 65 | 60 | 20 | 542 | 72 | 76 |
| Binary | 11010110 | 1100101 | 1110000 | 0 | 110101 | 110000 | 10000 | 101100010 | 111010 | 111110 |
Color Harmonies of #D66570
Complementary color
Monochromatic Colors of #D66570
Black with #D66570
Text Example
Text Example
White with #D66570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66570; }
p { color: rgb(214,101,112); }
H1.HeaderClassName
{
color: #D66570;
}
.AnyTagClassName
{
color: #D66570;
}
</style>
background-color css
<style>
a { background-color: #D66570; }
a { background-color: rgb(214,101,112); }
div.DivClassName
{
background-color: #D66570;
}
.BgClassName
{
background-color: #D66570;
}
</style>
border-color css
<style>
span { border-color: #D66570; }
span { border-color: rgb(214,101,112); }
td.TdClassName
{
border-color: #D66570;
}
.TagClassName
{
border-color: #D66570;
}
</style>