Shades of Can Can #DB889F
Tints of Can Can #DB889F
RGB
CMYK
RGB Variations
Color information
#DB889F (or 0xDB889F) is known color: Can Can. HEX triplet: DB, 88 and 9F. RGB value is (219,136,159). Sum of RGB (Red+Green+Blue) = 219+136+159=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 136 (53.52% from 255 or 26.46% from 514); Blue value is 159 (62.5% from 255 or 30.93% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DB889F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB889F is #247760. Grayscale: #A3A3A3. Windows color (decimal): -2389857 or 10455259. OLE color: 10455259.
HSL color Cylindrical-coordinate representation of color #DB889F: hue angle of 343.37º 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 #DB889F is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 159 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.14 |
| HSL | 343.37º | 0.54% | 0.7% | - |
| HSV(B) | 343.37º | 0.38% | 0.86% | - |
| XYZ | 44.28 | 35.17 | 37.26 | - |
| YUV | 163.44 | 125.5 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 159 | 0 | 0.38 | 0.27 | 0.14 | 343.37 | 0.54 | 0.7 |
| Hex | DB | 88 | 9F | 0 | 26 | 1B | E | 157 | 36 | 46 |
| Octal | 333 | 210 | 237 | 0 | 46 | 33 | 16 | 527 | 66 | 106 |
| Binary | 11011011 | 10001000 | 10011111 | 0 | 100110 | 11011 | 1110 | 101010111 | 110110 | 1000110 |
Color Harmonies of #DB889F
Complementary color
Monochromatic Colors of #DB889F
Black with #DB889F
Text Example
Text Example
White with #DB889F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB889F; }
p { color: rgb(219,136,159); }
H1.HeaderClassName
{
color: #DB889F;
}
.AnyTagClassName
{
color: #DB889F;
}
</style>
background-color css
<style>
a { background-color: #DB889F; }
a { background-color: rgb(219,136,159); }
div.DivClassName
{
background-color: #DB889F;
}
.BgClassName
{
background-color: #DB889F;
}
</style>
border-color css
<style>
span { border-color: #DB889F; }
span { border-color: rgb(219,136,159); }
td.TdClassName
{
border-color: #DB889F;
}
.TagClassName
{
border-color: #DB889F;
}
</style>