Shades of Can Can #DB849E
Tints of Can Can #DB849E
RGB
CMYK
RGB Variations
Color information
#DB849E (or 0xDB849E) is known color: Can Can. HEX triplet: DB, 84 and 9E. RGB value is (219,132,158). Sum of RGB (Red+Green+Blue) = 219+132+158=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 132 (51.95% from 255 or 25.93% from 509); Blue value is 158 (62.11% from 255 or 31.04% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DB849E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB849E is #247B61. Grayscale: #A0A0A0. Windows color (decimal): -2390882 or 10388699. OLE color: 10388699.
HSL color Cylindrical-coordinate representation of color #DB849E: hue angle of 342.07º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB849E is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 132 | 158 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.14 |
| HSL | 342.07º | 0.55% | 0.69% | - |
| HSV(B) | 342.07º | 0.4% | 0.86% | - |
| XYZ | 43.64 | 34.03 | 36.62 | - |
| YUV | 160.98 | 126.32 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 158 | 0 | 0.40 | 0.28 | 0.14 | 342.07 | 0.55 | 0.69 |
| Hex | DB | 84 | 9E | 0 | 28 | 1C | E | 156 | 37 | 45 |
| Octal | 333 | 204 | 236 | 0 | 50 | 34 | 16 | 526 | 67 | 105 |
| Binary | 11011011 | 10000100 | 10011110 | 0 | 101000 | 11100 | 1110 | 101010110 | 110111 | 1000101 |
Color Harmonies of #DB849E
Complementary color
Monochromatic Colors of #DB849E
Black with #DB849E
Text Example
Text Example
White with #DB849E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB849E; }
p { color: rgb(219,132,158); }
H1.HeaderClassName
{
color: #DB849E;
}
.AnyTagClassName
{
color: #DB849E;
}
</style>
background-color css
<style>
a { background-color: #DB849E; }
a { background-color: rgb(219,132,158); }
div.DivClassName
{
background-color: #DB849E;
}
.BgClassName
{
background-color: #DB849E;
}
</style>
border-color css
<style>
span { border-color: #DB849E; }
span { border-color: rgb(219,132,158); }
td.TdClassName
{
border-color: #DB849E;
}
.TagClassName
{
border-color: #DB849E;
}
</style>