Shades of Can Can #DB8C9F
Tints of Can Can #DB8C9F
RGB
CMYK
RGB Variations
Color information
#DB8C9F (or 0xDB8C9F) is known color: Can Can. HEX triplet: DB, 8C and 9F. RGB value is (219,140,159). Sum of RGB (Red+Green+Blue) = 219+140+159=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 140 (55.08% from 255 or 27.03% from 518); Blue value is 159 (62.5% from 255 or 30.69% from 518); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8C9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8C9F is #247360. Grayscale: #A5A5A5. Windows color (decimal): -2388833 or 10456283. OLE color: 10456283.
HSL color Cylindrical-coordinate representation of color #DB8C9F: hue angle of 345.57º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB8C9F is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 140 | 159 | - |
| CMYK | 0 | 0.36 | 0.27 | 0.14 |
| HSL | 345.57º | 0.52% | 0.7% | - |
| HSV(B) | 345.57º | 0.36% | 0.86% | - |
| XYZ | 44.85 | 36.32 | 37.45 | - |
| YUV | 165.79 | 124.17 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 140 | 159 | 0 | 0.36 | 0.27 | 0.14 | 345.57 | 0.52 | 0.7 |
| Hex | DB | 8C | 9F | 0 | 24 | 1B | E | 15A | 34 | 46 |
| Octal | 333 | 214 | 237 | 0 | 44 | 33 | 16 | 532 | 64 | 106 |
| Binary | 11011011 | 10001100 | 10011111 | 0 | 100100 | 11011 | 1110 | 101011010 | 110100 | 1000110 |
Color Harmonies of #DB8C9F
Complementary color
Monochromatic Colors of #DB8C9F
Black with #DB8C9F
Text Example
Text Example
White with #DB8C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8C9F; }
p { color: rgb(219,140,159); }
H1.HeaderClassName
{
color: #DB8C9F;
}
.AnyTagClassName
{
color: #DB8C9F;
}
</style>
background-color css
<style>
a { background-color: #DB8C9F; }
a { background-color: rgb(219,140,159); }
div.DivClassName
{
background-color: #DB8C9F;
}
.BgClassName
{
background-color: #DB8C9F;
}
</style>
border-color css
<style>
span { border-color: #DB8C9F; }
span { border-color: rgb(219,140,159); }
td.TdClassName
{
border-color: #DB8C9F;
}
.TagClassName
{
border-color: #DB8C9F;
}
</style>