Shades of Charm #D06F80
Tints of Charm #D06F80
RGB
CMYK
RGB Variations
Color information
#D06F80 (or 0xD06F80) is known color: Charm. HEX triplet: D0, 6F and 80. RGB value is (208,111,128). Sum of RGB (Red+Green+Blue) = 208+111+128=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 111 (43.75% from 255 or 24.83% from 447); Blue value is 128 (50.39% from 255 or 28.64% from 447); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06F80 is #2F907F. Grayscale: #8D8D8D. Windows color (decimal): -3117184 or 8417232. OLE color: 8417232.
HSL color Cylindrical-coordinate representation of color #D06F80: hue angle of 349.48º 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 #D06F80 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 111 | 128 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.18 |
| HSL | 349.48º | 0.51% | 0.63% | - |
| HSV(B) | 349.48º | 0.47% | 0.82% | - |
| XYZ | 35.59 | 26.34 | 23.63 | - |
| YUV | 141.94 | 120.14 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 128 | 0 | 0.47 | 0.38 | 0.18 | 349.48 | 0.51 | 0.63 |
| Hex | D0 | 6F | 80 | 0 | 2F | 26 | 12 | 15D | 33 | 3F |
| Octal | 320 | 157 | 200 | 0 | 57 | 46 | 22 | 535 | 63 | 77 |
| Binary | 11010000 | 1101111 | 10000000 | 0 | 101111 | 100110 | 10010 | 101011101 | 110011 | 111111 |
Color Harmonies of #D06F80
Complementary color
Monochromatic Colors of #D06F80
Black with #D06F80
Text Example
Text Example
White with #D06F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06F80; }
p { color: rgb(208,111,128); }
H1.HeaderClassName
{
color: #D06F80;
}
.AnyTagClassName
{
color: #D06F80;
}
</style>
background-color css
<style>
a { background-color: #D06F80; }
a { background-color: rgb(208,111,128); }
div.DivClassName
{
background-color: #D06F80;
}
.BgClassName
{
background-color: #D06F80;
}
</style>
border-color css
<style>
span { border-color: #D06F80; }
span { border-color: rgb(208,111,128); }
td.TdClassName
{
border-color: #D06F80;
}
.TagClassName
{
border-color: #D06F80;
}
</style>