Shades of Can Can #DB859E
Tints of Can Can #DB859E
RGB
CMYK
RGB Variations
Color information
#DB859E (or 0xDB859E) is known color: Can Can. HEX triplet: DB, 85 and 9E. RGB value is (219,133,158). Sum of RGB (Red+Green+Blue) = 219+133+158=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 133 (52.34% from 255 or 26.08% from 510); Blue value is 158 (62.11% from 255 or 30.98% from 510); Max value from RGB is 219 - color contains mainly: red. Hex color #DB859E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB859E is #247A61. Grayscale: #A1A1A1. Windows color (decimal): -2390626 or 10388955. OLE color: 10388955.
HSL color Cylindrical-coordinate representation of color #DB859E: hue angle of 342.56º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB859E is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 133 | 158 | - |
| CMYK | 0 | 0.39 | 0.28 | 0.14 |
| HSL | 342.56º | 0.54% | 0.69% | - |
| HSV(B) | 342.56º | 0.39% | 0.86% | - |
| XYZ | 43.77 | 34.3 | 36.66 | - |
| YUV | 161.56 | 125.99 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 158 | 0 | 0.39 | 0.28 | 0.14 | 342.56 | 0.54 | 0.69 |
| Hex | DB | 85 | 9E | 0 | 27 | 1C | E | 157 | 36 | 45 |
| Octal | 333 | 205 | 236 | 0 | 47 | 34 | 16 | 527 | 66 | 105 |
| Binary | 11011011 | 10000101 | 10011110 | 0 | 100111 | 11100 | 1110 | 101010111 | 110110 | 1000101 |
Color Harmonies of #DB859E
Complementary color
Monochromatic Colors of #DB859E
Black with #DB859E
Text Example
Text Example
White with #DB859E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB859E; }
p { color: rgb(219,133,158); }
H1.HeaderClassName
{
color: #DB859E;
}
.AnyTagClassName
{
color: #DB859E;
}
</style>
background-color css
<style>
a { background-color: #DB859E; }
a { background-color: rgb(219,133,158); }
div.DivClassName
{
background-color: #DB859E;
}
.BgClassName
{
background-color: #DB859E;
}
</style>
border-color css
<style>
span { border-color: #DB859E; }
span { border-color: rgb(219,133,158); }
td.TdClassName
{
border-color: #DB859E;
}
.TagClassName
{
border-color: #DB859E;
}
</style>