Shades of Charm #D06E87
Tints of Charm #D06E87
RGB
CMYK
RGB Variations
Color information
#D06E87 (or 0xD06E87) is known color: Charm. HEX triplet: D0, 6E and 87. RGB value is (208,110,135). Sum of RGB (Red+Green+Blue) = 208+110+135=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 110 (43.36% from 255 or 24.28% from 453); Blue value is 135 (53.12% from 255 or 29.80% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D06E87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06E87 is #2F9178. Grayscale: #8E8E8E. Windows color (decimal): -3117433 or 8875728. OLE color: 8875728.
HSL color Cylindrical-coordinate representation of color #D06E87: hue angle of 344.69º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D06E87 is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 110 | 135 | - |
| CMYK | 0 | 0.47 | 0.35 | 0.18 |
| HSL | 344.69º | 0.51% | 0.62% | - |
| HSV(B) | 344.69º | 0.47% | 0.82% | - |
| XYZ | 35.96 | 26.31 | 26.1 | - |
| YUV | 142.15 | 123.97 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 110 | 135 | 0 | 0.47 | 0.35 | 0.18 | 344.69 | 0.51 | 0.62 |
| Hex | D0 | 6E | 87 | 0 | 2F | 23 | 12 | 159 | 33 | 3E |
| Octal | 320 | 156 | 207 | 0 | 57 | 43 | 22 | 531 | 63 | 76 |
| Binary | 11010000 | 1101110 | 10000111 | 0 | 101111 | 100011 | 10010 | 101011001 | 110011 | 111110 |
Color Harmonies of #D06E87
Complementary color
Monochromatic Colors of #D06E87
Black with #D06E87
Text Example
Text Example
White with #D06E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06E87; }
p { color: rgb(208,110,135); }
H1.HeaderClassName
{
color: #D06E87;
}
.AnyTagClassName
{
color: #D06E87;
}
</style>
background-color css
<style>
a { background-color: #D06E87; }
a { background-color: rgb(208,110,135); }
div.DivClassName
{
background-color: #D06E87;
}
.BgClassName
{
background-color: #D06E87;
}
</style>
border-color css
<style>
span { border-color: #D06E87; }
span { border-color: rgb(208,110,135); }
td.TdClassName
{
border-color: #D06E87;
}
.TagClassName
{
border-color: #D06E87;
}
</style>