Shades of Can Can #DB87A0
Tints of Can Can #DB87A0
RGB
CMYK
RGB Variations
Color information
#DB87A0 (or 0xDB87A0) is known color: Can Can. HEX triplet: DB, 87 and A0. RGB value is (219,135,160). Sum of RGB (Red+Green+Blue) = 219+135+160=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 135 (53.12% from 255 or 26.26% from 514); Blue value is 160 (62.89% from 255 or 31.13% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DB87A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB87A0 is #24785F. Grayscale: #A2A2A2. Windows color (decimal): -2390112 or 10520539. OLE color: 10520539.
HSL color Cylindrical-coordinate representation of color #DB87A0: hue angle of 342.14º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB87A0 is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 135 | 160 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.14 |
| HSL | 342.14º | 0.54% | 0.69% | - |
| HSV(B) | 342.14º | 0.38% | 0.86% | - |
| XYZ | 44.22 | 34.93 | 37.67 | - |
| YUV | 162.97 | 126.33 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 135 | 160 | 0 | 0.38 | 0.27 | 0.14 | 342.14 | 0.54 | 0.69 |
| Hex | DB | 87 | A0 | 0 | 26 | 1B | E | 156 | 36 | 45 |
| Octal | 333 | 207 | 240 | 0 | 46 | 33 | 16 | 526 | 66 | 105 |
| Binary | 11011011 | 10000111 | 10100000 | 0 | 100110 | 11011 | 1110 | 101010110 | 110110 | 1000101 |
Color Harmonies of #DB87A0
Complementary color
Monochromatic Colors of #DB87A0
Black with #DB87A0
Text Example
Text Example
White with #DB87A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB87A0; }
p { color: rgb(219,135,160); }
H1.HeaderClassName
{
color: #DB87A0;
}
.AnyTagClassName
{
color: #DB87A0;
}
</style>
background-color css
<style>
a { background-color: #DB87A0; }
a { background-color: rgb(219,135,160); }
div.DivClassName
{
background-color: #DB87A0;
}
.BgClassName
{
background-color: #DB87A0;
}
</style>
border-color css
<style>
span { border-color: #DB87A0; }
span { border-color: rgb(219,135,160); }
td.TdClassName
{
border-color: #DB87A0;
}
.TagClassName
{
border-color: #DB87A0;
}
</style>