Shades of Can Can #DB80A3
Tints of Can Can #DB80A3
RGB
CMYK
RGB Variations
Color information
#DB80A3 (or 0xDB80A3) is known color: Can Can. HEX triplet: DB, 80 and A3. RGB value is (219,128,163). Sum of RGB (Red+Green+Blue) = 219+128+163=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 128 (50.39% from 255 or 25.10% from 510); Blue value is 163 (64.06% from 255 or 31.96% from 510); Max value from RGB is 219 - color contains mainly: red. Hex color #DB80A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB80A3 is #247F5C. Grayscale: #9F9F9F. Windows color (decimal): -2391901 or 10715355. OLE color: 10715355.
HSL color Cylindrical-coordinate representation of color #DB80A3: hue angle of 336.92º 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 #DB80A3 is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 163 | - |
| CMYK | 0 | 0.42 | 0.26 | 0.14 |
| HSL | 336.92º | 0.56% | 0.68% | - |
| HSV(B) | 336.92º | 0.42% | 0.86% | - |
| XYZ | 43.54 | 33.14 | 38.75 | - |
| YUV | 159.2 | 130.15 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 163 | 0 | 0.42 | 0.26 | 0.14 | 336.92 | 0.56 | 0.68 |
| Hex | DB | 80 | A3 | 0 | 2A | 1A | E | 151 | 38 | 44 |
| Octal | 333 | 200 | 243 | 0 | 52 | 32 | 16 | 521 | 70 | 104 |
| Binary | 11011011 | 10000000 | 10100011 | 0 | 101010 | 11010 | 1110 | 101010001 | 111000 | 1000100 |
Color Harmonies of #DB80A3
Complementary color
Monochromatic Colors of #DB80A3
Black with #DB80A3
Text Example
Text Example
White with #DB80A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB80A3; }
p { color: rgb(219,128,163); }
H1.HeaderClassName
{
color: #DB80A3;
}
.AnyTagClassName
{
color: #DB80A3;
}
</style>
background-color css
<style>
a { background-color: #DB80A3; }
a { background-color: rgb(219,128,163); }
div.DivClassName
{
background-color: #DB80A3;
}
.BgClassName
{
background-color: #DB80A3;
}
</style>
border-color css
<style>
span { border-color: #DB80A3; }
span { border-color: rgb(219,128,163); }
td.TdClassName
{
border-color: #DB80A3;
}
.TagClassName
{
border-color: #DB80A3;
}
</style>