Shades of Froly #D66770
Tints of Froly #D66770
RGB
CMYK
RGB Variations
Color information
#D66770 (or 0xD66770) is known color: Froly. HEX triplet: D6, 67 and 70. RGB value is (214,103,112). Sum of RGB (Red+Green+Blue) = 214+103+112=429 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.88% from 429); Green value is 103 (40.62% from 255 or 24.01% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 214 - color contains mainly: red. Hex color #D66770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66770 is #29988F. Grayscale: #898989. Windows color (decimal): -2726032 or 7366614. OLE color: 7366614.
HSL color Cylindrical-coordinate representation of color #D66770: hue angle of 355.14º 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 #D66770 is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 103 | 112 | - |
| CMYK | 0 | 0.52 | 0.48 | 0.16 |
| HSL | 355.14º | 0.58% | 0.62% | - |
| HSV(B) | 355.14º | 0.52% | 0.84% | - |
| XYZ | 35.51 | 25.17 | 18.32 | - |
| YUV | 137.22 | 113.77 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 103 | 112 | 0 | 0.52 | 0.48 | 0.16 | 355.14 | 0.58 | 0.62 |
| Hex | D6 | 67 | 70 | 0 | 34 | 30 | 10 | 163 | 3A | 3E |
| Octal | 326 | 147 | 160 | 0 | 64 | 60 | 20 | 543 | 72 | 76 |
| Binary | 11010110 | 1100111 | 1110000 | 0 | 110100 | 110000 | 10000 | 101100011 | 111010 | 111110 |
Color Harmonies of #D66770
Complementary color
Monochromatic Colors of #D66770
Black with #D66770
Text Example
Text Example
White with #D66770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66770; }
p { color: rgb(214,103,112); }
H1.HeaderClassName
{
color: #D66770;
}
.AnyTagClassName
{
color: #D66770;
}
</style>
background-color css
<style>
a { background-color: #D66770; }
a { background-color: rgb(214,103,112); }
div.DivClassName
{
background-color: #D66770;
}
.BgClassName
{
background-color: #D66770;
}
</style>
border-color css
<style>
span { border-color: #D66770; }
span { border-color: rgb(214,103,112); }
td.TdClassName
{
border-color: #D66770;
}
.TagClassName
{
border-color: #D66770;
}
</style>