Shades of Charm #D06887
Tints of Charm #D06887
RGB
CMYK
RGB Variations
Color information
#D06887 (or 0xD06887) is known color: Charm. HEX triplet: D0, 68 and 87. RGB value is (208,104,135). Sum of RGB (Red+Green+Blue) = 208+104+135=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 104 (41.02% from 255 or 23.27% from 447); Blue value is 135 (53.12% from 255 or 30.20% from 447); Max value from RGB is 208 - color contains mainly: red. Hex color #D06887 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06887 is #2F9778. Grayscale: #8A8A8A. Windows color (decimal): -3118969 or 8874192. OLE color: 8874192.
HSL color Cylindrical-coordinate representation of color #D06887: hue angle of 342.12º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D06887 is Cyan = 0, Magento = 0.5, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 104 | 135 | - |
| CMYK | 0 | 0.5 | 0.35 | 0.18 |
| HSL | 342.12º | 0.53% | 0.61% | - |
| HSV(B) | 342.12º | 0.5% | 0.82% | - |
| XYZ | 35.34 | 25.06 | 25.9 | - |
| YUV | 138.63 | 125.96 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 104 | 135 | 0 | 0.5 | 0.35 | 0.18 | 342.12 | 0.53 | 0.61 |
| Hex | D0 | 68 | 87 | 0 | 32 | 23 | 12 | 156 | 35 | 3D |
| Octal | 320 | 150 | 207 | 0 | 62 | 43 | 22 | 526 | 65 | 75 |
| Binary | 11010000 | 1101000 | 10000111 | 0 | 110010 | 100011 | 10010 | 101010110 | 110101 | 111101 |
Color Harmonies of #D06887
Complementary color
Monochromatic Colors of #D06887
Black with #D06887
Text Example
Text Example
White with #D06887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06887; }
p { color: rgb(208,104,135); }
H1.HeaderClassName
{
color: #D06887;
}
.AnyTagClassName
{
color: #D06887;
}
</style>
background-color css
<style>
a { background-color: #D06887; }
a { background-color: rgb(208,104,135); }
div.DivClassName
{
background-color: #D06887;
}
.BgClassName
{
background-color: #D06887;
}
</style>
border-color css
<style>
span { border-color: #D06887; }
span { border-color: rgb(208,104,135); }
td.TdClassName
{
border-color: #D06887;
}
.TagClassName
{
border-color: #D06887;
}
</style>