Shades of Can Can #DB8AA1
Tints of Can Can #DB8AA1
RGB
CMYK
RGB Variations
Color information
#DB8AA1 (or 0xDB8AA1) is known color: Can Can. HEX triplet: DB, 8A and A1. RGB value is (219,138,161). Sum of RGB (Red+Green+Blue) = 219+138+161=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 138 (54.30% from 255 or 26.64% from 518); Blue value is 161 (63.28% from 255 or 31.08% from 518); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8AA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8AA1 is #24755E. Grayscale: #A4A4A4. Windows color (decimal): -2389343 or 10586843. OLE color: 10586843.
HSL color Cylindrical-coordinate representation of color #DB8AA1: hue angle of 342.96º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB8AA1 is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 138 | 161 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.14 |
| HSL | 342.96º | 0.53% | 0.7% | - |
| HSV(B) | 342.96º | 0.37% | 0.86% | - |
| XYZ | 44.73 | 35.81 | 38.27 | - |
| YUV | 164.84 | 125.84 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 138 | 161 | 0 | 0.37 | 0.26 | 0.14 | 342.96 | 0.53 | 0.7 |
| Hex | DB | 8A | A1 | 0 | 25 | 1A | E | 157 | 35 | 46 |
| Octal | 333 | 212 | 241 | 0 | 45 | 32 | 16 | 527 | 65 | 106 |
| Binary | 11011011 | 10001010 | 10100001 | 0 | 100101 | 11010 | 1110 | 101010111 | 110101 | 1000110 |
Color Harmonies of #DB8AA1
Complementary color
Monochromatic Colors of #DB8AA1
Black with #DB8AA1
Text Example
Text Example
White with #DB8AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8AA1; }
p { color: rgb(219,138,161); }
H1.HeaderClassName
{
color: #DB8AA1;
}
.AnyTagClassName
{
color: #DB8AA1;
}
</style>
background-color css
<style>
a { background-color: #DB8AA1; }
a { background-color: rgb(219,138,161); }
div.DivClassName
{
background-color: #DB8AA1;
}
.BgClassName
{
background-color: #DB8AA1;
}
</style>
border-color css
<style>
span { border-color: #DB8AA1; }
span { border-color: rgb(219,138,161); }
td.TdClassName
{
border-color: #DB8AA1;
}
.TagClassName
{
border-color: #DB8AA1;
}
</style>