Shades of Can Can #DB8E93
Tints of Can Can #DB8E93
RGB
CMYK
RGB Variations
Color information
#DB8E93 (or 0xDB8E93) is known color: Can Can. HEX triplet: DB, 8E and 93. RGB value is (219,142,147). Sum of RGB (Red+Green+Blue) = 219+142+147=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 142 (55.86% from 255 or 27.95% from 508); Blue value is 147 (57.81% from 255 or 28.94% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8E93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8E93 is #24716C. Grayscale: #A5A5A5. Windows color (decimal): -2388333 or 9670363. OLE color: 9670363.
HSL color Cylindrical-coordinate representation of color #DB8E93: hue angle of 356.1º 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 #DB8E93 is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 142 | 147 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.14 |
| HSL | 356.1º | 0.52% | 0.71% | - |
| HSV(B) | 356.1º | 0.35% | 0.86% | - |
| XYZ | 44.15 | 36.51 | 32.32 | - |
| YUV | 165.59 | 117.51 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 142 | 147 | 0 | 0.35 | 0.33 | 0.14 | 356.1 | 0.52 | 0.71 |
| Hex | DB | 8E | 93 | 0 | 23 | 21 | E | 164 | 34 | 47 |
| Octal | 333 | 216 | 223 | 0 | 43 | 41 | 16 | 544 | 64 | 107 |
| Binary | 11011011 | 10001110 | 10010011 | 0 | 100011 | 100001 | 1110 | 101100100 | 110100 | 1000111 |
Color Harmonies of #DB8E93
Complementary color
Monochromatic Colors of #DB8E93
Black with #DB8E93
Text Example
Text Example
White with #DB8E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8E93; }
p { color: rgb(219,142,147); }
H1.HeaderClassName
{
color: #DB8E93;
}
.AnyTagClassName
{
color: #DB8E93;
}
</style>
background-color css
<style>
a { background-color: #DB8E93; }
a { background-color: rgb(219,142,147); }
div.DivClassName
{
background-color: #DB8E93;
}
.BgClassName
{
background-color: #DB8E93;
}
</style>
border-color css
<style>
span { border-color: #DB8E93; }
span { border-color: rgb(219,142,147); }
td.TdClassName
{
border-color: #DB8E93;
}
.TagClassName
{
border-color: #DB8E93;
}
</style>