Shades of Charm #D06A87
Tints of Charm #D06A87
RGB
CMYK
RGB Variations
Color information
#D06A87 (or 0xD06A87) is known color: Charm. HEX triplet: D0, 6A and 87. RGB value is (208,106,135). Sum of RGB (Red+Green+Blue) = 208+106+135=449 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.33% from 449); Green value is 106 (41.80% from 255 or 23.61% from 449); Blue value is 135 (53.12% from 255 or 30.07% from 449); Max value from RGB is 208 - color contains mainly: red. Hex color #D06A87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06A87 is #2F9578. Grayscale: #8B8B8B. Windows color (decimal): -3118457 or 8874704. OLE color: 8874704.
HSL color Cylindrical-coordinate representation of color #D06A87: hue angle of 342.94º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D06A87 is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 106 | 135 | - |
| CMYK | 0 | 0.49 | 0.35 | 0.18 |
| HSL | 342.94º | 0.52% | 0.62% | - |
| HSV(B) | 342.94º | 0.49% | 0.82% | - |
| XYZ | 35.54 | 25.47 | 25.96 | - |
| YUV | 139.8 | 125.29 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 106 | 135 | 0 | 0.49 | 0.35 | 0.18 | 342.94 | 0.52 | 0.62 |
| Hex | D0 | 6A | 87 | 0 | 31 | 23 | 12 | 157 | 34 | 3E |
| Octal | 320 | 152 | 207 | 0 | 61 | 43 | 22 | 527 | 64 | 76 |
| Binary | 11010000 | 1101010 | 10000111 | 0 | 110001 | 100011 | 10010 | 101010111 | 110100 | 111110 |
Color Harmonies of #D06A87
Complementary color
Monochromatic Colors of #D06A87
Black with #D06A87
Text Example
Text Example
White with #D06A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06A87; }
p { color: rgb(208,106,135); }
H1.HeaderClassName
{
color: #D06A87;
}
.AnyTagClassName
{
color: #D06A87;
}
</style>
background-color css
<style>
a { background-color: #D06A87; }
a { background-color: rgb(208,106,135); }
div.DivClassName
{
background-color: #D06A87;
}
.BgClassName
{
background-color: #D06A87;
}
</style>
border-color css
<style>
span { border-color: #D06A87; }
span { border-color: rgb(208,106,135); }
td.TdClassName
{
border-color: #D06A87;
}
.TagClassName
{
border-color: #D06A87;
}
</style>