Shades of Charm #D06E89
Tints of Charm #D06E89
RGB
CMYK
RGB Variations
Color information
#D06E89 (or 0xD06E89) is known color: Charm. HEX triplet: D0, 6E and 89. RGB value is (208,110,137). Sum of RGB (Red+Green+Blue) = 208+110+137=455 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.71% from 455); Green value is 110 (43.36% from 255 or 24.18% from 455); Blue value is 137 (53.91% from 255 or 30.11% from 455); Max value from RGB is 208 - color contains mainly: red. Hex color #D06E89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06E89 is #2F9176. Grayscale: #8E8E8E. Windows color (decimal): -3117431 or 9006800. OLE color: 9006800.
HSL color Cylindrical-coordinate representation of color #D06E89: hue angle of 343.47º 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 #D06E89 is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 110 | 137 | - |
| CMYK | 0 | 0.47 | 0.34 | 0.18 |
| HSL | 343.47º | 0.51% | 0.62% | - |
| HSV(B) | 343.47º | 0.47% | 0.82% | - |
| XYZ | 36.1 | 26.37 | 26.85 | - |
| YUV | 142.38 | 124.97 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 110 | 137 | 0 | 0.47 | 0.34 | 0.18 | 343.47 | 0.51 | 0.62 |
| Hex | D0 | 6E | 89 | 0 | 2F | 22 | 12 | 157 | 33 | 3E |
| Octal | 320 | 156 | 211 | 0 | 57 | 42 | 22 | 527 | 63 | 76 |
| Binary | 11010000 | 1101110 | 10001001 | 0 | 101111 | 100010 | 10010 | 101010111 | 110011 | 111110 |
Color Harmonies of #D06E89
Complementary color
Monochromatic Colors of #D06E89
Black with #D06E89
Text Example
Text Example
White with #D06E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06E89; }
p { color: rgb(208,110,137); }
H1.HeaderClassName
{
color: #D06E89;
}
.AnyTagClassName
{
color: #D06E89;
}
</style>
background-color css
<style>
a { background-color: #D06E89; }
a { background-color: rgb(208,110,137); }
div.DivClassName
{
background-color: #D06E89;
}
.BgClassName
{
background-color: #D06E89;
}
</style>
border-color css
<style>
span { border-color: #D06E89; }
span { border-color: rgb(208,110,137); }
td.TdClassName
{
border-color: #D06E89;
}
.TagClassName
{
border-color: #D06E89;
}
</style>