Shades of Can Can #DB889D
Tints of Can Can #DB889D
RGB
CMYK
RGB Variations
Color information
#DB889D (or 0xDB889D) is known color: Can Can. HEX triplet: DB, 88 and 9D. RGB value is (219,136,157). Sum of RGB (Red+Green+Blue) = 219+136+157=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 136 (53.52% from 255 or 26.56% from 512); Blue value is 157 (61.72% from 255 or 30.66% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DB889D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB889D is #247762. Grayscale: #A3A3A3. Windows color (decimal): -2389859 or 10324187. OLE color: 10324187.
HSL color Cylindrical-coordinate representation of color #DB889D: hue angle of 344.82º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB889D is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 157 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.14 |
| HSL | 344.82º | 0.54% | 0.7% | - |
| HSV(B) | 344.82º | 0.38% | 0.86% | - |
| XYZ | 44.1 | 35.1 | 36.35 | - |
| YUV | 163.21 | 124.5 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 157 | 0 | 0.38 | 0.28 | 0.14 | 344.82 | 0.54 | 0.7 |
| Hex | DB | 88 | 9D | 0 | 26 | 1C | E | 159 | 36 | 46 |
| Octal | 333 | 210 | 235 | 0 | 46 | 34 | 16 | 531 | 66 | 106 |
| Binary | 11011011 | 10001000 | 10011101 | 0 | 100110 | 11100 | 1110 | 101011001 | 110110 | 1000110 |
Color Harmonies of #DB889D
Complementary color
Monochromatic Colors of #DB889D
Black with #DB889D
Text Example
Text Example
White with #DB889D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB889D; }
p { color: rgb(219,136,157); }
H1.HeaderClassName
{
color: #DB889D;
}
.AnyTagClassName
{
color: #DB889D;
}
</style>
background-color css
<style>
a { background-color: #DB889D; }
a { background-color: rgb(219,136,157); }
div.DivClassName
{
background-color: #DB889D;
}
.BgClassName
{
background-color: #DB889D;
}
</style>
border-color css
<style>
span { border-color: #DB889D; }
span { border-color: rgb(219,136,157); }
td.TdClassName
{
border-color: #DB889D;
}
.TagClassName
{
border-color: #DB889D;
}
</style>