Shades of Can Can #DB8899
Tints of Can Can #DB8899
RGB
CMYK
RGB Variations
Color information
#DB8899 (or 0xDB8899) is known color: Can Can. HEX triplet: DB, 88 and 99. RGB value is (219,136,153). Sum of RGB (Red+Green+Blue) = 219+136+153=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 136 (53.52% from 255 or 26.77% from 508); Blue value is 153 (60.16% from 255 or 30.12% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8899 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8899 is #247766. Grayscale: #A2A2A2. Windows color (decimal): -2389863 or 10062043. OLE color: 10062043.
HSL color Cylindrical-coordinate representation of color #DB8899: hue angle of 347.71º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB8899 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 153 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.14 |
| HSL | 347.71º | 0.54% | 0.7% | - |
| HSV(B) | 347.71º | 0.38% | 0.86% | - |
| XYZ | 43.77 | 34.97 | 34.58 | - |
| YUV | 162.76 | 122.5 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 153 | 0 | 0.38 | 0.30 | 0.14 | 347.71 | 0.54 | 0.7 |
| Hex | DB | 88 | 99 | 0 | 26 | 1E | E | 15C | 36 | 46 |
| Octal | 333 | 210 | 231 | 0 | 46 | 36 | 16 | 534 | 66 | 106 |
| Binary | 11011011 | 10001000 | 10011001 | 0 | 100110 | 11110 | 1110 | 101011100 | 110110 | 1000110 |
Color Harmonies of #DB8899
Complementary color
Monochromatic Colors of #DB8899
Black with #DB8899
Text Example
Text Example
White with #DB8899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8899; }
p { color: rgb(219,136,153); }
H1.HeaderClassName
{
color: #DB8899;
}
.AnyTagClassName
{
color: #DB8899;
}
</style>
background-color css
<style>
a { background-color: #DB8899; }
a { background-color: rgb(219,136,153); }
div.DivClassName
{
background-color: #DB8899;
}
.BgClassName
{
background-color: #DB8899;
}
</style>
border-color css
<style>
span { border-color: #DB8899; }
span { border-color: rgb(219,136,153); }
td.TdClassName
{
border-color: #DB8899;
}
.TagClassName
{
border-color: #DB8899;
}
</style>