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