Shades of Can Can #DB8DA1
Tints of Can Can #DB8DA1
RGB
CMYK
RGB Variations
Color information
#DB8DA1 (or 0xDB8DA1) is known color: Can Can. HEX triplet: DB, 8D and A1. RGB value is (219,141,161). Sum of RGB (Red+Green+Blue) = 219+141+161=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 141 (55.47% from 255 or 27.06% from 521); Blue value is 161 (63.28% from 255 or 30.90% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8DA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8DA1 is #24725E. Grayscale: #A6A6A6. Windows color (decimal): -2388575 or 10587611. OLE color: 10587611.
HSL color Cylindrical-coordinate representation of color #DB8DA1: hue angle of 344.62º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB8DA1 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 141 | 161 | - |
| CMYK | 0 | 0.36 | 0.26 | 0.14 |
| HSL | 344.62º | 0.52% | 0.71% | - |
| HSV(B) | 344.62º | 0.36% | 0.86% | - |
| XYZ | 45.17 | 36.68 | 38.42 | - |
| YUV | 166.6 | 124.84 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 141 | 161 | 0 | 0.36 | 0.26 | 0.14 | 344.62 | 0.52 | 0.71 |
| Hex | DB | 8D | A1 | 0 | 24 | 1A | E | 159 | 34 | 47 |
| Octal | 333 | 215 | 241 | 0 | 44 | 32 | 16 | 531 | 64 | 107 |
| Binary | 11011011 | 10001101 | 10100001 | 0 | 100100 | 11010 | 1110 | 101011001 | 110100 | 1000111 |
Color Harmonies of #DB8DA1
Complementary color
Monochromatic Colors of #DB8DA1
Black with #DB8DA1
Text Example
Text Example
White with #DB8DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8DA1; }
p { color: rgb(219,141,161); }
H1.HeaderClassName
{
color: #DB8DA1;
}
.AnyTagClassName
{
color: #DB8DA1;
}
</style>
background-color css
<style>
a { background-color: #DB8DA1; }
a { background-color: rgb(219,141,161); }
div.DivClassName
{
background-color: #DB8DA1;
}
.BgClassName
{
background-color: #DB8DA1;
}
</style>
border-color css
<style>
span { border-color: #DB8DA1; }
span { border-color: rgb(219,141,161); }
td.TdClassName
{
border-color: #DB8DA1;
}
.TagClassName
{
border-color: #DB8DA1;
}
</style>