Shades of Can Can #DB849D
Tints of Can Can #DB849D
RGB
CMYK
RGB Variations
Color information
#DB849D (or 0xDB849D) is known color: Can Can. HEX triplet: DB, 84 and 9D. RGB value is (219,132,157). Sum of RGB (Red+Green+Blue) = 219+132+157=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 132 (51.95% from 255 or 25.98% from 508); Blue value is 157 (61.72% from 255 or 30.91% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DB849D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB849D is #247B62. Grayscale: #A0A0A0. Windows color (decimal): -2390883 or 10323163. OLE color: 10323163.
HSL color Cylindrical-coordinate representation of color #DB849D: hue angle of 342.76º 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 #DB849D is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 132 | 157 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.14 |
| HSL | 342.76º | 0.55% | 0.69% | - |
| HSV(B) | 342.76º | 0.4% | 0.86% | - |
| XYZ | 43.55 | 34 | 36.16 | - |
| YUV | 160.86 | 125.82 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 157 | 0 | 0.40 | 0.28 | 0.14 | 342.76 | 0.55 | 0.69 |
| Hex | DB | 84 | 9D | 0 | 28 | 1C | E | 157 | 37 | 45 |
| Octal | 333 | 204 | 235 | 0 | 50 | 34 | 16 | 527 | 67 | 105 |
| Binary | 11011011 | 10000100 | 10011101 | 0 | 101000 | 11100 | 1110 | 101010111 | 110111 | 1000101 |
Color Harmonies of #DB849D
Complementary color
Monochromatic Colors of #DB849D
Black with #DB849D
Text Example
Text Example
White with #DB849D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB849D; }
p { color: rgb(219,132,157); }
H1.HeaderClassName
{
color: #DB849D;
}
.AnyTagClassName
{
color: #DB849D;
}
</style>
background-color css
<style>
a { background-color: #DB849D; }
a { background-color: rgb(219,132,157); }
div.DivClassName
{
background-color: #DB849D;
}
.BgClassName
{
background-color: #DB849D;
}
</style>
border-color css
<style>
span { border-color: #DB849D; }
span { border-color: rgb(219,132,157); }
td.TdClassName
{
border-color: #DB849D;
}
.TagClassName
{
border-color: #DB849D;
}
</style>