Shades of Froly #D66870
Tints of Froly #D66870
RGB
CMYK
RGB Variations
Color information
#D66870 (or 0xD66870) is known color: Froly. HEX triplet: D6, 68 and 70. RGB value is (214,104,112). Sum of RGB (Red+Green+Blue) = 214+104+112=430 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.77% from 430); Green value is 104 (41.02% from 255 or 24.19% from 430); Blue value is 112 (44.14% from 255 or 26.05% from 430); Max value from RGB is 214 - color contains mainly: red. Hex color #D66870 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66870 is #29978F. Grayscale: #898989. Windows color (decimal): -2725776 or 7366870. OLE color: 7366870.
HSL color Cylindrical-coordinate representation of color #D66870: hue angle of 355.64º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D66870 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 104 | 112 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.16 |
| HSL | 355.64º | 0.57% | 0.62% | - |
| HSV(B) | 355.64º | 0.51% | 0.84% | - |
| XYZ | 35.61 | 25.37 | 18.35 | - |
| YUV | 137.8 | 113.44 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 104 | 112 | 0 | 0.51 | 0.48 | 0.16 | 355.64 | 0.57 | 0.62 |
| Hex | D6 | 68 | 70 | 0 | 33 | 30 | 10 | 164 | 39 | 3E |
| Octal | 326 | 150 | 160 | 0 | 63 | 60 | 20 | 544 | 71 | 76 |
| Binary | 11010110 | 1101000 | 1110000 | 0 | 110011 | 110000 | 10000 | 101100100 | 111001 | 111110 |
Color Harmonies of #D66870
Complementary color
Monochromatic Colors of #D66870
Black with #D66870
Text Example
Text Example
White with #D66870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66870; }
p { color: rgb(214,104,112); }
H1.HeaderClassName
{
color: #D66870;
}
.AnyTagClassName
{
color: #D66870;
}
</style>
background-color css
<style>
a { background-color: #D66870; }
a { background-color: rgb(214,104,112); }
div.DivClassName
{
background-color: #D66870;
}
.BgClassName
{
background-color: #D66870;
}
</style>
border-color css
<style>
span { border-color: #D66870; }
span { border-color: rgb(214,104,112); }
td.TdClassName
{
border-color: #D66870;
}
.TagClassName
{
border-color: #D66870;
}
</style>