Shades of Charm #D06F7E
Tints of Charm #D06F7E
RGB
CMYK
RGB Variations
Color information
#D06F7E (or 0xD06F7E) is known color: Charm. HEX triplet: D0, 6F and 7E. RGB value is (208,111,126). Sum of RGB (Red+Green+Blue) = 208+111+126=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 111 (43.75% from 255 or 24.94% from 445); Blue value is 126 (49.61% from 255 or 28.31% from 445); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06F7E is #2F9081. Grayscale: #8D8D8D. Windows color (decimal): -3117186 or 8286160. OLE color: 8286160.
HSL color Cylindrical-coordinate representation of color #D06F7E: hue angle of 350.72º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D06F7E is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 111 | 126 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.18 |
| HSL | 350.72º | 0.51% | 0.63% | - |
| HSV(B) | 350.72º | 0.47% | 0.82% | - |
| XYZ | 35.46 | 26.29 | 22.94 | - |
| YUV | 141.71 | 119.14 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 126 | 0 | 0.47 | 0.39 | 0.18 | 350.72 | 0.51 | 0.63 |
| Hex | D0 | 6F | 7E | 0 | 2F | 27 | 12 | 15F | 33 | 3F |
| Octal | 320 | 157 | 176 | 0 | 57 | 47 | 22 | 537 | 63 | 77 |
| Binary | 11010000 | 1101111 | 1111110 | 0 | 101111 | 100111 | 10010 | 101011111 | 110011 | 111111 |
Color Harmonies of #D06F7E
Complementary color
Monochromatic Colors of #D06F7E
Black with #D06F7E
Text Example
Text Example
White with #D06F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06F7E; }
p { color: rgb(208,111,126); }
H1.HeaderClassName
{
color: #D06F7E;
}
.AnyTagClassName
{
color: #D06F7E;
}
</style>
background-color css
<style>
a { background-color: #D06F7E; }
a { background-color: rgb(208,111,126); }
div.DivClassName
{
background-color: #D06F7E;
}
.BgClassName
{
background-color: #D06F7E;
}
</style>
border-color css
<style>
span { border-color: #D06F7E; }
span { border-color: rgb(208,111,126); }
td.TdClassName
{
border-color: #D06F7E;
}
.TagClassName
{
border-color: #D06F7E;
}
</style>