Shades of Can Can #DB80A1
Tints of Can Can #DB80A1
RGB
CMYK
RGB Variations
Color information
#DB80A1 (or 0xDB80A1) is known color: Can Can. HEX triplet: DB, 80 and A1. RGB value is (219,128,161). Sum of RGB (Red+Green+Blue) = 219+128+161=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 128 (50.39% from 255 or 25.20% from 508); Blue value is 161 (63.28% from 255 or 31.69% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DB80A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB80A1 is #247F5E. Grayscale: #9E9E9E. Windows color (decimal): -2391903 or 10584283. OLE color: 10584283.
HSL color Cylindrical-coordinate representation of color #DB80A1: hue angle of 338.24º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB80A1 is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 161 | - |
| CMYK | 0 | 0.42 | 0.26 | 0.14 |
| HSL | 338.24º | 0.56% | 0.68% | - |
| HSV(B) | 338.24º | 0.42% | 0.86% | - |
| XYZ | 43.37 | 33.07 | 37.82 | - |
| YUV | 158.97 | 129.15 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 161 | 0 | 0.42 | 0.26 | 0.14 | 338.24 | 0.56 | 0.68 |
| Hex | DB | 80 | A1 | 0 | 2A | 1A | E | 152 | 38 | 44 |
| Octal | 333 | 200 | 241 | 0 | 52 | 32 | 16 | 522 | 70 | 104 |
| Binary | 11011011 | 10000000 | 10100001 | 0 | 101010 | 11010 | 1110 | 101010010 | 111000 | 1000100 |
Color Harmonies of #DB80A1
Complementary color
Monochromatic Colors of #DB80A1
Black with #DB80A1
Text Example
Text Example
White with #DB80A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB80A1; }
p { color: rgb(219,128,161); }
H1.HeaderClassName
{
color: #DB80A1;
}
.AnyTagClassName
{
color: #DB80A1;
}
</style>
background-color css
<style>
a { background-color: #DB80A1; }
a { background-color: rgb(219,128,161); }
div.DivClassName
{
background-color: #DB80A1;
}
.BgClassName
{
background-color: #DB80A1;
}
</style>
border-color css
<style>
span { border-color: #DB80A1; }
span { border-color: rgb(219,128,161); }
td.TdClassName
{
border-color: #DB80A1;
}
.TagClassName
{
border-color: #DB80A1;
}
</style>