Shades of Can Can #DB809E
Tints of Can Can #DB809E
RGB
CMYK
RGB Variations
Color information
#DB809E (or 0xDB809E) is known color: Can Can. HEX triplet: DB, 80 and 9E. RGB value is (219,128,158). Sum of RGB (Red+Green+Blue) = 219+128+158=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 128 (50.39% from 255 or 25.35% from 505); Blue value is 158 (62.11% from 255 or 31.29% from 505); Max value from RGB is 219 - color contains mainly: red. Hex color #DB809E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB809E is #247F61. Grayscale: #9E9E9E. Windows color (decimal): -2391906 or 10387675. OLE color: 10387675.
HSL color Cylindrical-coordinate representation of color #DB809E: hue angle of 340.22º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB809E is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 158 | - |
| CMYK | 0 | 0.42 | 0.28 | 0.14 |
| HSL | 340.22º | 0.56% | 0.68% | - |
| HSV(B) | 340.22º | 0.42% | 0.86% | - |
| XYZ | 43.1 | 32.97 | 36.44 | - |
| YUV | 158.63 | 127.65 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 158 | 0 | 0.42 | 0.28 | 0.14 | 340.22 | 0.56 | 0.68 |
| Hex | DB | 80 | 9E | 0 | 2A | 1C | E | 154 | 38 | 44 |
| Octal | 333 | 200 | 236 | 0 | 52 | 34 | 16 | 524 | 70 | 104 |
| Binary | 11011011 | 10000000 | 10011110 | 0 | 101010 | 11100 | 1110 | 101010100 | 111000 | 1000100 |
Color Harmonies of #DB809E
Complementary color
Monochromatic Colors of #DB809E
Black with #DB809E
Text Example
Text Example
White with #DB809E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB809E; }
p { color: rgb(219,128,158); }
H1.HeaderClassName
{
color: #DB809E;
}
.AnyTagClassName
{
color: #DB809E;
}
</style>
background-color css
<style>
a { background-color: #DB809E; }
a { background-color: rgb(219,128,158); }
div.DivClassName
{
background-color: #DB809E;
}
.BgClassName
{
background-color: #DB809E;
}
</style>
border-color css
<style>
span { border-color: #DB809E; }
span { border-color: rgb(219,128,158); }
td.TdClassName
{
border-color: #DB809E;
}
.TagClassName
{
border-color: #DB809E;
}
</style>