Shades of Can Can #DB8E97
Tints of Can Can #DB8E97
RGB
CMYK
RGB Variations
Color information
#DB8E97 (or 0xDB8E97) is known color: Can Can. HEX triplet: DB, 8E and 97. RGB value is (219,142,151). Sum of RGB (Red+Green+Blue) = 219+142+151=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 142 (55.86% from 255 or 27.73% from 512); Blue value is 151 (59.38% from 255 or 29.49% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8E97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8E97 is #247168. Grayscale: #A6A6A6. Windows color (decimal): -2388329 or 9932507. OLE color: 9932507.
HSL color Cylindrical-coordinate representation of color #DB8E97: hue angle of 352.99º 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 #DB8E97 is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 142 | 151 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.14 |
| HSL | 352.99º | 0.52% | 0.71% | - |
| HSV(B) | 352.99º | 0.35% | 0.86% | - |
| XYZ | 44.47 | 36.64 | 34.01 | - |
| YUV | 166.05 | 119.51 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 142 | 151 | 0 | 0.35 | 0.31 | 0.14 | 352.99 | 0.52 | 0.71 |
| Hex | DB | 8E | 97 | 0 | 23 | 1F | E | 161 | 34 | 47 |
| Octal | 333 | 216 | 227 | 0 | 43 | 37 | 16 | 541 | 64 | 107 |
| Binary | 11011011 | 10001110 | 10010111 | 0 | 100011 | 11111 | 1110 | 101100001 | 110100 | 1000111 |
Color Harmonies of #DB8E97
Complementary color
Monochromatic Colors of #DB8E97
Black with #DB8E97
Text Example
Text Example
White with #DB8E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8E97; }
p { color: rgb(219,142,151); }
H1.HeaderClassName
{
color: #DB8E97;
}
.AnyTagClassName
{
color: #DB8E97;
}
</style>
background-color css
<style>
a { background-color: #DB8E97; }
a { background-color: rgb(219,142,151); }
div.DivClassName
{
background-color: #DB8E97;
}
.BgClassName
{
background-color: #DB8E97;
}
</style>
border-color css
<style>
span { border-color: #DB8E97; }
span { border-color: rgb(219,142,151); }
td.TdClassName
{
border-color: #DB8E97;
}
.TagClassName
{
border-color: #DB8E97;
}
</style>