Shades of Can Can #DB859F
Tints of Can Can #DB859F
RGB
CMYK
RGB Variations
Color information
#DB859F (or 0xDB859F) is known color: Can Can. HEX triplet: DB, 85 and 9F. RGB value is (219,133,159). Sum of RGB (Red+Green+Blue) = 219+133+159=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 133 (52.34% from 255 or 26.03% from 511); Blue value is 159 (62.5% from 255 or 31.12% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DB859F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB859F is #247A60. Grayscale: #A1A1A1. Windows color (decimal): -2390625 or 10454491. OLE color: 10454491.
HSL color Cylindrical-coordinate representation of color #DB859F: hue angle of 341.86º 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 #DB859F is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 133 | 159 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.14 |
| HSL | 341.86º | 0.54% | 0.69% | - |
| HSV(B) | 341.86º | 0.39% | 0.86% | - |
| XYZ | 43.86 | 34.34 | 37.12 | - |
| YUV | 161.68 | 126.49 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 159 | 0 | 0.39 | 0.27 | 0.14 | 341.86 | 0.54 | 0.69 |
| Hex | DB | 85 | 9F | 0 | 27 | 1B | E | 156 | 36 | 45 |
| Octal | 333 | 205 | 237 | 0 | 47 | 33 | 16 | 526 | 66 | 105 |
| Binary | 11011011 | 10000101 | 10011111 | 0 | 100111 | 11011 | 1110 | 101010110 | 110110 | 1000101 |
Color Harmonies of #DB859F
Complementary color
Monochromatic Colors of #DB859F
Black with #DB859F
Text Example
Text Example
White with #DB859F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB859F; }
p { color: rgb(219,133,159); }
H1.HeaderClassName
{
color: #DB859F;
}
.AnyTagClassName
{
color: #DB859F;
}
</style>
background-color css
<style>
a { background-color: #DB859F; }
a { background-color: rgb(219,133,159); }
div.DivClassName
{
background-color: #DB859F;
}
.BgClassName
{
background-color: #DB859F;
}
</style>
border-color css
<style>
span { border-color: #DB859F; }
span { border-color: rgb(219,133,159); }
td.TdClassName
{
border-color: #DB859F;
}
.TagClassName
{
border-color: #DB859F;
}
</style>