Shades of Froly #D66871
Tints of Froly #D66871
RGB
CMYK
RGB Variations
Color information
#D66871 (or 0xD66871) is known color: Froly. HEX triplet: D6, 68 and 71. RGB value is (214,104,113). Sum of RGB (Red+Green+Blue) = 214+104+113=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 104 (41.02% from 255 or 24.13% from 431); Blue value is 113 (44.53% from 255 or 26.22% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D66871 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66871 is #29978E. Grayscale: #898989. Windows color (decimal): -2725775 or 7432406. OLE color: 7432406.
HSL color Cylindrical-coordinate representation of color #D66871: hue angle of 355.09º 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 #D66871 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 104 | 113 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.16 |
| HSL | 355.09º | 0.57% | 0.62% | - |
| HSV(B) | 355.09º | 0.51% | 0.84% | - |
| XYZ | 35.66 | 25.39 | 18.64 | - |
| YUV | 137.92 | 113.94 | 182.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 104 | 113 | 0 | 0.51 | 0.47 | 0.16 | 355.09 | 0.57 | 0.62 |
| Hex | D6 | 68 | 71 | 0 | 33 | 2F | 10 | 163 | 39 | 3E |
| Octal | 326 | 150 | 161 | 0 | 63 | 57 | 20 | 543 | 71 | 76 |
| Binary | 11010110 | 1101000 | 1110001 | 0 | 110011 | 101111 | 10000 | 101100011 | 111001 | 111110 |
Color Harmonies of #D66871
Complementary color
Monochromatic Colors of #D66871
Black with #D66871
Text Example
Text Example
White with #D66871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66871; }
p { color: rgb(214,104,113); }
H1.HeaderClassName
{
color: #D66871;
}
.AnyTagClassName
{
color: #D66871;
}
</style>
background-color css
<style>
a { background-color: #D66871; }
a { background-color: rgb(214,104,113); }
div.DivClassName
{
background-color: #D66871;
}
.BgClassName
{
background-color: #D66871;
}
</style>
border-color css
<style>
span { border-color: #D66871; }
span { border-color: rgb(214,104,113); }
td.TdClassName
{
border-color: #D66871;
}
.TagClassName
{
border-color: #D66871;
}
</style>