Shades of Charm #D06E7A
Tints of Charm #D06E7A
RGB
CMYK
RGB Variations
Color information
#D06E7A (or 0xD06E7A) is known color: Charm. HEX triplet: D0, 6E and 7A. RGB value is (208,110,122). Sum of RGB (Red+Green+Blue) = 208+110+122=440 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.27% from 440); Green value is 110 (43.36% from 255 or 25% from 440); Blue value is 122 (48.05% from 255 or 27.73% from 440); Max value from RGB is 208 - color contains mainly: red. Hex color #D06E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06E7A is #2F9185. Grayscale: #8C8C8C. Windows color (decimal): -3117446 or 8023760. OLE color: 8023760.
HSL color Cylindrical-coordinate representation of color #D06E7A: hue angle of 352.65º 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 #D06E7A is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 110 | 122 | - |
| CMYK | 0 | 0.47 | 0.41 | 0.18 |
| HSL | 352.65º | 0.51% | 0.62% | - |
| HSV(B) | 352.65º | 0.47% | 0.82% | - |
| XYZ | 35.1 | 25.97 | 21.57 | - |
| YUV | 140.67 | 117.47 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 110 | 122 | 0 | 0.47 | 0.41 | 0.18 | 352.65 | 0.51 | 0.62 |
| Hex | D0 | 6E | 7A | 0 | 2F | 29 | 12 | 161 | 33 | 3E |
| Octal | 320 | 156 | 172 | 0 | 57 | 51 | 22 | 541 | 63 | 76 |
| Binary | 11010000 | 1101110 | 1111010 | 0 | 101111 | 101001 | 10010 | 101100001 | 110011 | 111110 |
Color Harmonies of #D06E7A
Complementary color
Monochromatic Colors of #D06E7A
Black with #D06E7A
Text Example
Text Example
White with #D06E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06E7A; }
p { color: rgb(208,110,122); }
H1.HeaderClassName
{
color: #D06E7A;
}
.AnyTagClassName
{
color: #D06E7A;
}
</style>
background-color css
<style>
a { background-color: #D06E7A; }
a { background-color: rgb(208,110,122); }
div.DivClassName
{
background-color: #D06E7A;
}
.BgClassName
{
background-color: #D06E7A;
}
</style>
border-color css
<style>
span { border-color: #D06E7A; }
span { border-color: rgb(208,110,122); }
td.TdClassName
{
border-color: #D06E7A;
}
.TagClassName
{
border-color: #D06E7A;
}
</style>