Shades of Charm #D06F88
Tints of Charm #D06F88
RGB
CMYK
RGB Variations
Color information
#D06F88 (or 0xD06F88) is known color: Charm. HEX triplet: D0, 6F and 88. RGB value is (208,111,136). Sum of RGB (Red+Green+Blue) = 208+111+136=455 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.71% from 455); Green value is 111 (43.75% from 255 or 24.40% from 455); Blue value is 136 (53.52% from 255 or 29.89% from 455); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06F88 is #2F9077. Grayscale: #8E8E8E. Windows color (decimal): -3117176 or 8941520. OLE color: 8941520.
HSL color Cylindrical-coordinate representation of color #D06F88: hue angle of 344.54º 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 #D06F88 is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 111 | 136 | - |
| CMYK | 0 | 0.47 | 0.35 | 0.18 |
| HSL | 344.54º | 0.51% | 0.63% | - |
| HSV(B) | 344.54º | 0.47% | 0.82% | - |
| XYZ | 36.14 | 26.56 | 26.51 | - |
| YUV | 142.85 | 124.14 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 136 | 0 | 0.47 | 0.35 | 0.18 | 344.54 | 0.51 | 0.63 |
| Hex | D0 | 6F | 88 | 0 | 2F | 23 | 12 | 159 | 33 | 3F |
| Octal | 320 | 157 | 210 | 0 | 57 | 43 | 22 | 531 | 63 | 77 |
| Binary | 11010000 | 1101111 | 10001000 | 0 | 101111 | 100011 | 10010 | 101011001 | 110011 | 111111 |
Color Harmonies of #D06F88
Complementary color
Monochromatic Colors of #D06F88
Black with #D06F88
Text Example
Text Example
White with #D06F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06F88; }
p { color: rgb(208,111,136); }
H1.HeaderClassName
{
color: #D06F88;
}
.AnyTagClassName
{
color: #D06F88;
}
</style>
background-color css
<style>
a { background-color: #D06F88; }
a { background-color: rgb(208,111,136); }
div.DivClassName
{
background-color: #D06F88;
}
.BgClassName
{
background-color: #D06F88;
}
</style>
border-color css
<style>
span { border-color: #D06F88; }
span { border-color: rgb(208,111,136); }
td.TdClassName
{
border-color: #D06F88;
}
.TagClassName
{
border-color: #D06F88;
}
</style>