Shades of Can Can #DB859D
Tints of Can Can #DB859D
RGB
CMYK
RGB Variations
Color information
#DB859D (or 0xDB859D) is known color: Can Can. HEX triplet: DB, 85 and 9D. RGB value is (219,133,157). Sum of RGB (Red+Green+Blue) = 219+133+157=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 133 (52.34% from 255 or 26.13% from 509); Blue value is 157 (61.72% from 255 or 30.84% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DB859D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB859D is #247A62. Grayscale: #A1A1A1. Windows color (decimal): -2390627 or 10323419. OLE color: 10323419.
HSL color Cylindrical-coordinate representation of color #DB859D: hue angle of 343.26º 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 #DB859D is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 133 | 157 | - |
| CMYK | 0 | 0.39 | 0.28 | 0.14 |
| HSL | 343.26º | 0.54% | 0.69% | - |
| HSV(B) | 343.26º | 0.39% | 0.86% | - |
| XYZ | 43.69 | 34.27 | 36.21 | - |
| YUV | 161.45 | 125.49 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 157 | 0 | 0.39 | 0.28 | 0.14 | 343.26 | 0.54 | 0.69 |
| Hex | DB | 85 | 9D | 0 | 27 | 1C | E | 157 | 36 | 45 |
| Octal | 333 | 205 | 235 | 0 | 47 | 34 | 16 | 527 | 66 | 105 |
| Binary | 11011011 | 10000101 | 10011101 | 0 | 100111 | 11100 | 1110 | 101010111 | 110110 | 1000101 |
Color Harmonies of #DB859D
Complementary color
Monochromatic Colors of #DB859D
Black with #DB859D
Text Example
Text Example
White with #DB859D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB859D; }
p { color: rgb(219,133,157); }
H1.HeaderClassName
{
color: #DB859D;
}
.AnyTagClassName
{
color: #DB859D;
}
</style>
background-color css
<style>
a { background-color: #DB859D; }
a { background-color: rgb(219,133,157); }
div.DivClassName
{
background-color: #DB859D;
}
.BgClassName
{
background-color: #DB859D;
}
</style>
border-color css
<style>
span { border-color: #DB859D; }
span { border-color: rgb(219,133,157); }
td.TdClassName
{
border-color: #DB859D;
}
.TagClassName
{
border-color: #DB859D;
}
</style>