Shades of Can Can #DB85A2
Tints of Can Can #DB85A2
RGB
CMYK
RGB Variations
Color information
#DB85A2 (or 0xDB85A2) is known color: Can Can. HEX triplet: DB, 85 and A2. RGB value is (219,133,162). Sum of RGB (Red+Green+Blue) = 219+133+162=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 133 (52.34% from 255 or 25.88% from 514); Blue value is 162 (63.67% from 255 or 31.52% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DB85A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB85A2 is #247A5D. Grayscale: #A1A1A1. Windows color (decimal): -2390622 or 10651099. OLE color: 10651099.
HSL color Cylindrical-coordinate representation of color #DB85A2: hue angle of 339.77º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB85A2 is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 133 | 162 | - |
| CMYK | 0 | 0.39 | 0.26 | 0.14 |
| HSL | 339.77º | 0.54% | 0.69% | - |
| HSV(B) | 339.77º | 0.39% | 0.86% | - |
| XYZ | 44.12 | 34.44 | 38.51 | - |
| YUV | 162.02 | 127.99 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 162 | 0 | 0.39 | 0.26 | 0.14 | 339.77 | 0.54 | 0.69 |
| Hex | DB | 85 | A2 | 0 | 27 | 1A | E | 154 | 36 | 45 |
| Octal | 333 | 205 | 242 | 0 | 47 | 32 | 16 | 524 | 66 | 105 |
| Binary | 11011011 | 10000101 | 10100010 | 0 | 100111 | 11010 | 1110 | 101010100 | 110110 | 1000101 |
Color Harmonies of #DB85A2
Complementary color
Monochromatic Colors of #DB85A2
Black with #DB85A2
Text Example
Text Example
White with #DB85A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB85A2; }
p { color: rgb(219,133,162); }
H1.HeaderClassName
{
color: #DB85A2;
}
.AnyTagClassName
{
color: #DB85A2;
}
</style>
background-color css
<style>
a { background-color: #DB85A2; }
a { background-color: rgb(219,133,162); }
div.DivClassName
{
background-color: #DB85A2;
}
.BgClassName
{
background-color: #DB85A2;
}
</style>
border-color css
<style>
span { border-color: #DB85A2; }
span { border-color: rgb(219,133,162); }
td.TdClassName
{
border-color: #DB85A2;
}
.TagClassName
{
border-color: #DB85A2;
}
</style>