Shades of Charm #D06E8C
Tints of Charm #D06E8C
RGB
CMYK
RGB Variations
Color information
#D06E8C (or 0xD06E8C) is known color: Charm. HEX triplet: D0, 6E and 8C. RGB value is (208,110,140). Sum of RGB (Red+Green+Blue) = 208+110+140=458 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.41% from 458); Green value is 110 (43.36% from 255 or 24.02% from 458); Blue value is 140 (55.08% from 255 or 30.57% from 458); Max value from RGB is 208 - color contains mainly: red. Hex color #D06E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06E8C is #2F9173. Grayscale: #8E8E8E. Windows color (decimal): -3117428 or 9203408. OLE color: 9203408.
HSL color Cylindrical-coordinate representation of color #D06E8C: hue angle of 341.63º 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 #D06E8C is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 110 | 140 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.18 |
| HSL | 341.63º | 0.51% | 0.62% | - |
| HSV(B) | 341.63º | 0.47% | 0.82% | - |
| XYZ | 36.32 | 26.46 | 28 | - |
| YUV | 142.72 | 126.47 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 110 | 140 | 0 | 0.47 | 0.33 | 0.18 | 341.63 | 0.51 | 0.62 |
| Hex | D0 | 6E | 8C | 0 | 2F | 21 | 12 | 156 | 33 | 3E |
| Octal | 320 | 156 | 214 | 0 | 57 | 41 | 22 | 526 | 63 | 76 |
| Binary | 11010000 | 1101110 | 10001100 | 0 | 101111 | 100001 | 10010 | 101010110 | 110011 | 111110 |
Color Harmonies of #D06E8C
Complementary color
Monochromatic Colors of #D06E8C
Black with #D06E8C
Text Example
Text Example
White with #D06E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06E8C; }
p { color: rgb(208,110,140); }
H1.HeaderClassName
{
color: #D06E8C;
}
.AnyTagClassName
{
color: #D06E8C;
}
</style>
background-color css
<style>
a { background-color: #D06E8C; }
a { background-color: rgb(208,110,140); }
div.DivClassName
{
background-color: #D06E8C;
}
.BgClassName
{
background-color: #D06E8C;
}
</style>
border-color css
<style>
span { border-color: #D06E8C; }
span { border-color: rgb(208,110,140); }
td.TdClassName
{
border-color: #D06E8C;
}
.TagClassName
{
border-color: #D06E8C;
}
</style>