Shades of Can Can #DB81A0
Tints of Can Can #DB81A0
RGB
CMYK
RGB Variations
Color information
#DB81A0 (or 0xDB81A0) is known color: Can Can. HEX triplet: DB, 81 and A0. RGB value is (219,129,160). Sum of RGB (Red+Green+Blue) = 219+129+160=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 129 (50.78% from 255 or 25.39% from 508); Blue value is 160 (62.89% from 255 or 31.50% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DB81A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB81A0 is #247E5F. Grayscale: #9F9F9F. Windows color (decimal): -2391648 or 10519003. OLE color: 10519003.
HSL color Cylindrical-coordinate representation of color #DB81A0: hue angle of 339.33º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB81A0 is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 129 | 160 | - |
| CMYK | 0 | 0.41 | 0.27 | 0.14 |
| HSL | 339.33º | 0.56% | 0.68% | - |
| HSV(B) | 339.33º | 0.41% | 0.86% | - |
| XYZ | 43.41 | 33.3 | 37.4 | - |
| YUV | 159.44 | 128.32 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 129 | 160 | 0 | 0.41 | 0.27 | 0.14 | 339.33 | 0.56 | 0.68 |
| Hex | DB | 81 | A0 | 0 | 29 | 1B | E | 153 | 38 | 44 |
| Octal | 333 | 201 | 240 | 0 | 51 | 33 | 16 | 523 | 70 | 104 |
| Binary | 11011011 | 10000001 | 10100000 | 0 | 101001 | 11011 | 1110 | 101010011 | 111000 | 1000100 |
Color Harmonies of #DB81A0
Complementary color
Monochromatic Colors of #DB81A0
Black with #DB81A0
Text Example
Text Example
White with #DB81A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB81A0; }
p { color: rgb(219,129,160); }
H1.HeaderClassName
{
color: #DB81A0;
}
.AnyTagClassName
{
color: #DB81A0;
}
</style>
background-color css
<style>
a { background-color: #DB81A0; }
a { background-color: rgb(219,129,160); }
div.DivClassName
{
background-color: #DB81A0;
}
.BgClassName
{
background-color: #DB81A0;
}
</style>
border-color css
<style>
span { border-color: #DB81A0; }
span { border-color: rgb(219,129,160); }
td.TdClassName
{
border-color: #DB81A0;
}
.TagClassName
{
border-color: #DB81A0;
}
</style>