Shades of Can Can #DB869B
Tints of Can Can #DB869B
RGB
CMYK
RGB Variations
Color information
#DB869B (or 0xDB869B) is known color: Can Can. HEX triplet: DB, 86 and 9B. RGB value is (219,134,155). Sum of RGB (Red+Green+Blue) = 219+134+155=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 134 (52.73% from 255 or 26.38% from 508); Blue value is 155 (60.94% from 255 or 30.51% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DB869B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB869B is #247964. Grayscale: #A1A1A1. Windows color (decimal): -2390373 or 10192603. OLE color: 10192603.
HSL color Cylindrical-coordinate representation of color #DB869B: hue angle of 345.18º 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 #DB869B is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 134 | 155 | - |
| CMYK | 0 | 0.39 | 0.29 | 0.14 |
| HSL | 345.18º | 0.54% | 0.69% | - |
| HSV(B) | 345.18º | 0.39% | 0.86% | - |
| XYZ | 43.65 | 34.48 | 35.36 | - |
| YUV | 161.81 | 124.16 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 134 | 155 | 0 | 0.39 | 0.29 | 0.14 | 345.18 | 0.54 | 0.69 |
| Hex | DB | 86 | 9B | 0 | 27 | 1D | E | 159 | 36 | 45 |
| Octal | 333 | 206 | 233 | 0 | 47 | 35 | 16 | 531 | 66 | 105 |
| Binary | 11011011 | 10000110 | 10011011 | 0 | 100111 | 11101 | 1110 | 101011001 | 110110 | 1000101 |
Color Harmonies of #DB869B
Complementary color
Monochromatic Colors of #DB869B
Black with #DB869B
Text Example
Text Example
White with #DB869B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB869B; }
p { color: rgb(219,134,155); }
H1.HeaderClassName
{
color: #DB869B;
}
.AnyTagClassName
{
color: #DB869B;
}
</style>
background-color css
<style>
a { background-color: #DB869B; }
a { background-color: rgb(219,134,155); }
div.DivClassName
{
background-color: #DB869B;
}
.BgClassName
{
background-color: #DB869B;
}
</style>
border-color css
<style>
span { border-color: #DB869B; }
span { border-color: rgb(219,134,155); }
td.TdClassName
{
border-color: #DB869B;
}
.TagClassName
{
border-color: #DB869B;
}
</style>