Shades of Can Can #DB8E9E
Tints of Can Can #DB8E9E
RGB
CMYK
RGB Variations
Color information
#DB8E9E (or 0xDB8E9E) is known color: Can Can. HEX triplet: DB, 8E and 9E. RGB value is (219,142,158). Sum of RGB (Red+Green+Blue) = 219+142+158=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 142 (55.86% from 255 or 27.36% from 519); Blue value is 158 (62.11% from 255 or 30.44% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8E9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8E9E is #247161. Grayscale: #A6A6A6. Windows color (decimal): -2388322 or 10391259. OLE color: 10391259.
HSL color Cylindrical-coordinate representation of color #DB8E9E: hue angle of 347.53º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DB8E9E is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 142 | 158 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.14 |
| HSL | 347.53º | 0.52% | 0.71% | - |
| HSV(B) | 347.53º | 0.35% | 0.86% | - |
| XYZ | 45.06 | 36.87 | 37.09 | - |
| YUV | 166.85 | 123.01 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 142 | 158 | 0 | 0.35 | 0.28 | 0.14 | 347.53 | 0.52 | 0.71 |
| Hex | DB | 8E | 9E | 0 | 23 | 1C | E | 15C | 34 | 47 |
| Octal | 333 | 216 | 236 | 0 | 43 | 34 | 16 | 534 | 64 | 107 |
| Binary | 11011011 | 10001110 | 10011110 | 0 | 100011 | 11100 | 1110 | 101011100 | 110100 | 1000111 |
Color Harmonies of #DB8E9E
Complementary color
Monochromatic Colors of #DB8E9E
Black with #DB8E9E
Text Example
Text Example
White with #DB8E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8E9E; }
p { color: rgb(219,142,158); }
H1.HeaderClassName
{
color: #DB8E9E;
}
.AnyTagClassName
{
color: #DB8E9E;
}
</style>
background-color css
<style>
a { background-color: #DB8E9E; }
a { background-color: rgb(219,142,158); }
div.DivClassName
{
background-color: #DB8E9E;
}
.BgClassName
{
background-color: #DB8E9E;
}
</style>
border-color css
<style>
span { border-color: #DB8E9E; }
span { border-color: rgb(219,142,158); }
td.TdClassName
{
border-color: #DB8E9E;
}
.TagClassName
{
border-color: #DB8E9E;
}
</style>