Shades of Can Can #DB8D99
Tints of Can Can #DB8D99
RGB
CMYK
RGB Variations
Color information
#DB8D99 (or 0xDB8D99) is known color: Can Can. HEX triplet: DB, 8D and 99. RGB value is (219,141,153). Sum of RGB (Red+Green+Blue) = 219+141+153=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 141 (55.47% from 255 or 27.49% from 513); Blue value is 153 (60.16% from 255 or 29.82% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8D99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8D99 is #247266. Grayscale: #A5A5A5. Windows color (decimal): -2388583 or 10063323. OLE color: 10063323.
HSL color Cylindrical-coordinate representation of color #DB8D99: hue angle of 350.77º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB8D99 is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 141 | 153 | - |
| CMYK | 0 | 0.36 | 0.30 | 0.14 |
| HSL | 350.77º | 0.52% | 0.71% | - |
| HSV(B) | 350.77º | 0.36% | 0.86% | - |
| XYZ | 44.49 | 36.41 | 34.82 | - |
| YUV | 165.69 | 120.84 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 141 | 153 | 0 | 0.36 | 0.30 | 0.14 | 350.77 | 0.52 | 0.71 |
| Hex | DB | 8D | 99 | 0 | 24 | 1E | E | 15F | 34 | 47 |
| Octal | 333 | 215 | 231 | 0 | 44 | 36 | 16 | 537 | 64 | 107 |
| Binary | 11011011 | 10001101 | 10011001 | 0 | 100100 | 11110 | 1110 | 101011111 | 110100 | 1000111 |
Color Harmonies of #DB8D99
Complementary color
Monochromatic Colors of #DB8D99
Black with #DB8D99
Text Example
Text Example
White with #DB8D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8D99; }
p { color: rgb(219,141,153); }
H1.HeaderClassName
{
color: #DB8D99;
}
.AnyTagClassName
{
color: #DB8D99;
}
</style>
background-color css
<style>
a { background-color: #DB8D99; }
a { background-color: rgb(219,141,153); }
div.DivClassName
{
background-color: #DB8D99;
}
.BgClassName
{
background-color: #DB8D99;
}
</style>
border-color css
<style>
span { border-color: #DB8D99; }
span { border-color: rgb(219,141,153); }
td.TdClassName
{
border-color: #DB8D99;
}
.TagClassName
{
border-color: #DB8D99;
}
</style>