Shades of Can Can #DB84A3
Tints of Can Can #DB84A3
RGB
CMYK
RGB Variations
Color information
#DB84A3 (or 0xDB84A3) is known color: Can Can. HEX triplet: DB, 84 and A3. RGB value is (219,132,163). Sum of RGB (Red+Green+Blue) = 219+132+163=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 132 (51.95% from 255 or 25.68% from 514); Blue value is 163 (64.06% from 255 or 31.71% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DB84A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB84A3 is #247B5C. Grayscale: #A1A1A1. Windows color (decimal): -2390877 or 10716379. OLE color: 10716379.
HSL color Cylindrical-coordinate representation of color #DB84A3: hue angle of 338.62º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB84A3 is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 132 | 163 | - |
| CMYK | 0 | 0.40 | 0.26 | 0.14 |
| HSL | 338.62º | 0.55% | 0.69% | - |
| HSV(B) | 338.62º | 0.4% | 0.86% | - |
| XYZ | 44.08 | 34.21 | 38.93 | - |
| YUV | 161.55 | 128.82 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 163 | 0 | 0.40 | 0.26 | 0.14 | 338.62 | 0.55 | 0.69 |
| Hex | DB | 84 | A3 | 0 | 28 | 1A | E | 153 | 37 | 45 |
| Octal | 333 | 204 | 243 | 0 | 50 | 32 | 16 | 523 | 67 | 105 |
| Binary | 11011011 | 10000100 | 10100011 | 0 | 101000 | 11010 | 1110 | 101010011 | 110111 | 1000101 |
Color Harmonies of #DB84A3
Complementary color
Monochromatic Colors of #DB84A3
Black with #DB84A3
Text Example
Text Example
White with #DB84A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB84A3; }
p { color: rgb(219,132,163); }
H1.HeaderClassName
{
color: #DB84A3;
}
.AnyTagClassName
{
color: #DB84A3;
}
</style>
background-color css
<style>
a { background-color: #DB84A3; }
a { background-color: rgb(219,132,163); }
div.DivClassName
{
background-color: #DB84A3;
}
.BgClassName
{
background-color: #DB84A3;
}
</style>
border-color css
<style>
span { border-color: #DB84A3; }
span { border-color: rgb(219,132,163); }
td.TdClassName
{
border-color: #DB84A3;
}
.TagClassName
{
border-color: #DB84A3;
}
</style>