Shades of Can Can #DB849A
Tints of Can Can #DB849A
RGB
CMYK
RGB Variations
Color information
#DB849A (or 0xDB849A) is known color: Can Can. HEX triplet: DB, 84 and 9A. RGB value is (219,132,154). Sum of RGB (Red+Green+Blue) = 219+132+154=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 132 (51.95% from 255 or 26.14% from 505); Blue value is 154 (60.55% from 255 or 30.50% from 505); Max value from RGB is 219 - color contains mainly: red. Hex color #DB849A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB849A is #247B65. Grayscale: #A0A0A0. Windows color (decimal): -2390886 or 10126555. OLE color: 10126555.
HSL color Cylindrical-coordinate representation of color #DB849A: hue angle of 344.83º 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 #DB849A is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 132 | 154 | - |
CMYK | 0 | 0.40 | 0.30 | 0.14 |
HSL | 344.83º | 0.55% | 0.69% | - |
HSV(B) | 344.83º | 0.4% | 0.86% | - |
XYZ | 43.3 | 33.9 | 34.83 | - |
YUV | 160.52 | 124.32 | 169.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 132 | 154 | 0 | 0.40 | 0.30 | 0.14 | 344.83 | 0.55 | 0.69 |
Hex | DB | 84 | 9A | 0 | 28 | 1E | E | 159 | 37 | 45 |
Octal | 333 | 204 | 232 | 0 | 50 | 36 | 16 | 531 | 67 | 105 |
Binary | 11011011 | 10000100 | 10011010 | 0 | 101000 | 11110 | 1110 | 101011001 | 110111 | 1000101 |
Color Harmonies of #DB849A
Complementary color
Monochromatic Colors of #DB849A
Black with #DB849A
Text Example
Text Example
White with #DB849A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB849A; }
p { color: rgb(219,132,154); }
H1.HeaderClassName
{
color: #DB849A;
}
.AnyTagClassName
{
color: #DB849A;
}
</style>
background-color css
<style>
a { background-color: #DB849A; }
a { background-color: rgb(219,132,154); }
div.DivClassName
{
background-color: #DB849A;
}
.BgClassName
{
background-color: #DB849A;
}
</style>
border-color css
<style>
span { border-color: #DB849A; }
span { border-color: rgb(219,132,154); }
td.TdClassName
{
border-color: #DB849A;
}
.TagClassName
{
border-color: #DB849A;
}
</style>