Shades of Can Can #DB849F
Tints of Can Can #DB849F
RGB
CMYK
RGB Variations
Color information
#DB849F (or 0xDB849F) is known color: Can Can. HEX triplet: DB, 84 and 9F. RGB value is (219,132,159). Sum of RGB (Red+Green+Blue) = 219+132+159=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 132 (51.95% from 255 or 25.88% from 510); Blue value is 159 (62.5% from 255 or 31.18% from 510); Max value from RGB is 219 - color contains mainly: red. Hex color #DB849F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB849F is #247B60. Grayscale: #A1A1A1. Windows color (decimal): -2390881 or 10454235. OLE color: 10454235.
HSL color Cylindrical-coordinate representation of color #DB849F: hue angle of 341.38º 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 #DB849F is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 132 | 159 | - |
| CMYK | 0 | 0.40 | 0.27 | 0.14 |
| HSL | 341.38º | 0.55% | 0.69% | - |
| HSV(B) | 341.38º | 0.4% | 0.86% | - |
| XYZ | 43.72 | 34.07 | 37.07 | - |
| YUV | 161.09 | 126.82 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 159 | 0 | 0.40 | 0.27 | 0.14 | 341.38 | 0.55 | 0.69 |
| Hex | DB | 84 | 9F | 0 | 28 | 1B | E | 155 | 37 | 45 |
| Octal | 333 | 204 | 237 | 0 | 50 | 33 | 16 | 525 | 67 | 105 |
| Binary | 11011011 | 10000100 | 10011111 | 0 | 101000 | 11011 | 1110 | 101010101 | 110111 | 1000101 |
Color Harmonies of #DB849F
Complementary color
Monochromatic Colors of #DB849F
Black with #DB849F
Text Example
Text Example
White with #DB849F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB849F; }
p { color: rgb(219,132,159); }
H1.HeaderClassName
{
color: #DB849F;
}
.AnyTagClassName
{
color: #DB849F;
}
</style>
background-color css
<style>
a { background-color: #DB849F; }
a { background-color: rgb(219,132,159); }
div.DivClassName
{
background-color: #DB849F;
}
.BgClassName
{
background-color: #DB849F;
}
</style>
border-color css
<style>
span { border-color: #DB849F; }
span { border-color: rgb(219,132,159); }
td.TdClassName
{
border-color: #DB849F;
}
.TagClassName
{
border-color: #DB849F;
}
</style>