Shades of Charm #D06880
Tints of Charm #D06880
RGB
CMYK
RGB Variations
Color information
#D06880 (or 0xD06880) is known color: Charm. HEX triplet: D0, 68 and 80. RGB value is (208,104,128). Sum of RGB (Red+Green+Blue) = 208+104+128=440 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.27% from 440); Green value is 104 (41.02% from 255 or 23.64% from 440); Blue value is 128 (50.39% from 255 or 29.09% from 440); Max value from RGB is 208 - color contains mainly: red. Hex color #D06880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06880 is #2F977F. Grayscale: #898989. Windows color (decimal): -3118976 or 8415440. OLE color: 8415440.
HSL color Cylindrical-coordinate representation of color #D06880: hue angle of 346.15º 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 #D06880 is Cyan = 0, Magento = 0.5, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 104 | 128 | - |
| CMYK | 0 | 0.5 | 0.38 | 0.18 |
| HSL | 346.15º | 0.53% | 0.61% | - |
| HSV(B) | 346.15º | 0.5% | 0.82% | - |
| XYZ | 34.86 | 24.87 | 23.39 | - |
| YUV | 137.83 | 122.46 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 104 | 128 | 0 | 0.5 | 0.38 | 0.18 | 346.15 | 0.53 | 0.61 |
| Hex | D0 | 68 | 80 | 0 | 32 | 26 | 12 | 15A | 35 | 3D |
| Octal | 320 | 150 | 200 | 0 | 62 | 46 | 22 | 532 | 65 | 75 |
| Binary | 11010000 | 1101000 | 10000000 | 0 | 110010 | 100110 | 10010 | 101011010 | 110101 | 111101 |
Color Harmonies of #D06880
Complementary color
Monochromatic Colors of #D06880
Black with #D06880
Text Example
Text Example
White with #D06880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06880; }
p { color: rgb(208,104,128); }
H1.HeaderClassName
{
color: #D06880;
}
.AnyTagClassName
{
color: #D06880;
}
</style>
background-color css
<style>
a { background-color: #D06880; }
a { background-color: rgb(208,104,128); }
div.DivClassName
{
background-color: #D06880;
}
.BgClassName
{
background-color: #D06880;
}
</style>
border-color css
<style>
span { border-color: #D06880; }
span { border-color: rgb(208,104,128); }
td.TdClassName
{
border-color: #D06880;
}
.TagClassName
{
border-color: #D06880;
}
</style>