Shades of Can Can #DB8A9F
Tints of Can Can #DB8A9F
RGB
CMYK
RGB Variations
Color information
#DB8A9F (or 0xDB8A9F) is known color: Can Can. HEX triplet: DB, 8A and 9F. RGB value is (219,138,159). Sum of RGB (Red+Green+Blue) = 219+138+159=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 138 (54.30% from 255 or 26.74% from 516); Blue value is 159 (62.5% from 255 or 30.81% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8A9F is #247560. Grayscale: #A4A4A4. Windows color (decimal): -2389345 or 10455771. OLE color: 10455771.
HSL color Cylindrical-coordinate representation of color #DB8A9F: hue angle of 344.44º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB8A9F is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 138 | 159 | - |
| CMYK | 0 | 0.37 | 0.27 | 0.14 |
| HSL | 344.44º | 0.53% | 0.7% | - |
| HSV(B) | 344.44º | 0.37% | 0.86% | - |
| XYZ | 44.56 | 35.74 | 37.35 | - |
| YUV | 164.61 | 124.84 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 138 | 159 | 0 | 0.37 | 0.27 | 0.14 | 344.44 | 0.53 | 0.7 |
| Hex | DB | 8A | 9F | 0 | 25 | 1B | E | 158 | 35 | 46 |
| Octal | 333 | 212 | 237 | 0 | 45 | 33 | 16 | 530 | 65 | 106 |
| Binary | 11011011 | 10001010 | 10011111 | 0 | 100101 | 11011 | 1110 | 101011000 | 110101 | 1000110 |
Color Harmonies of #DB8A9F
Complementary color
Monochromatic Colors of #DB8A9F
Black with #DB8A9F
Text Example
Text Example
White with #DB8A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8A9F; }
p { color: rgb(219,138,159); }
H1.HeaderClassName
{
color: #DB8A9F;
}
.AnyTagClassName
{
color: #DB8A9F;
}
</style>
background-color css
<style>
a { background-color: #DB8A9F; }
a { background-color: rgb(219,138,159); }
div.DivClassName
{
background-color: #DB8A9F;
}
.BgClassName
{
background-color: #DB8A9F;
}
</style>
border-color css
<style>
span { border-color: #DB8A9F; }
span { border-color: rgb(219,138,159); }
td.TdClassName
{
border-color: #DB8A9F;
}
.TagClassName
{
border-color: #DB8A9F;
}
</style>