Shades of Can Can #DB82A2
Tints of Can Can #DB82A2
RGB
CMYK
RGB Variations
Color information
#DB82A2 (or 0xDB82A2) is known color: Can Can. HEX triplet: DB, 82 and A2. RGB value is (219,130,162). Sum of RGB (Red+Green+Blue) = 219+130+162=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 130 (51.17% from 255 or 25.44% from 511); Blue value is 162 (63.67% from 255 or 31.70% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DB82A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB82A2 is #247D5D. Grayscale: #A0A0A0. Windows color (decimal): -2391390 or 10650331. OLE color: 10650331.
HSL color Cylindrical-coordinate representation of color #DB82A2: hue angle of 338.43º degrees, saturation: 0.55, 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 #DB82A2 is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 130 | 162 | - |
| CMYK | 0 | 0.41 | 0.26 | 0.14 |
| HSL | 338.43º | 0.55% | 0.68% | - |
| HSV(B) | 338.43º | 0.41% | 0.86% | - |
| XYZ | 43.72 | 33.63 | 38.37 | - |
| YUV | 160.26 | 128.99 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 130 | 162 | 0 | 0.41 | 0.26 | 0.14 | 338.43 | 0.55 | 0.68 |
| Hex | DB | 82 | A2 | 0 | 29 | 1A | E | 152 | 37 | 44 |
| Octal | 333 | 202 | 242 | 0 | 51 | 32 | 16 | 522 | 67 | 104 |
| Binary | 11011011 | 10000010 | 10100010 | 0 | 101001 | 11010 | 1110 | 101010010 | 110111 | 1000100 |
Color Harmonies of #DB82A2
Complementary color
Monochromatic Colors of #DB82A2
Black with #DB82A2
Text Example
Text Example
White with #DB82A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB82A2; }
p { color: rgb(219,130,162); }
H1.HeaderClassName
{
color: #DB82A2;
}
.AnyTagClassName
{
color: #DB82A2;
}
</style>
background-color css
<style>
a { background-color: #DB82A2; }
a { background-color: rgb(219,130,162); }
div.DivClassName
{
background-color: #DB82A2;
}
.BgClassName
{
background-color: #DB82A2;
}
</style>
border-color css
<style>
span { border-color: #DB82A2; }
span { border-color: rgb(219,130,162); }
td.TdClassName
{
border-color: #DB82A2;
}
.TagClassName
{
border-color: #DB82A2;
}
</style>