Shades of Charm #D06E7D
Tints of Charm #D06E7D
RGB
CMYK
RGB Variations
Color information
#D06E7D (or 0xD06E7D) is known color: Charm. HEX triplet: D0, 6E and 7D. RGB value is (208,110,125). Sum of RGB (Red+Green+Blue) = 208+110+125=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 110 (43.36% from 255 or 24.83% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D06E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06E7D is #2F9182. Grayscale: #8D8D8D. Windows color (decimal): -3117443 or 8220368. OLE color: 8220368.
HSL color Cylindrical-coordinate representation of color #D06E7D: hue angle of 350.82º 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 #D06E7D is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 110 | 125 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.18 |
| HSL | 350.82º | 0.51% | 0.62% | - |
| HSV(B) | 350.82º | 0.47% | 0.82% | - |
| XYZ | 35.29 | 26.04 | 22.57 | - |
| YUV | 141.01 | 118.97 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 110 | 125 | 0 | 0.47 | 0.40 | 0.18 | 350.82 | 0.51 | 0.62 |
| Hex | D0 | 6E | 7D | 0 | 2F | 28 | 12 | 15F | 33 | 3E |
| Octal | 320 | 156 | 175 | 0 | 57 | 50 | 22 | 537 | 63 | 76 |
| Binary | 11010000 | 1101110 | 1111101 | 0 | 101111 | 101000 | 10010 | 101011111 | 110011 | 111110 |
Color Harmonies of #D06E7D
Complementary color
Monochromatic Colors of #D06E7D
Black with #D06E7D
Text Example
Text Example
White with #D06E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06E7D; }
p { color: rgb(208,110,125); }
H1.HeaderClassName
{
color: #D06E7D;
}
.AnyTagClassName
{
color: #D06E7D;
}
</style>
background-color css
<style>
a { background-color: #D06E7D; }
a { background-color: rgb(208,110,125); }
div.DivClassName
{
background-color: #D06E7D;
}
.BgClassName
{
background-color: #D06E7D;
}
</style>
border-color css
<style>
span { border-color: #D06E7D; }
span { border-color: rgb(208,110,125); }
td.TdClassName
{
border-color: #D06E7D;
}
.TagClassName
{
border-color: #D06E7D;
}
</style>