Shades of Can Can #DB959F
Tints of Can Can #DB959F
RGB
CMYK
RGB Variations
Color information
#DB959F (or 0xDB959F) is known color: Can Can. HEX triplet: DB, 95 and 9F. RGB value is (219,149,159). Sum of RGB (Red+Green+Blue) = 219+149+159=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 149 (58.59% from 255 or 28.27% from 527); Blue value is 159 (62.5% from 255 or 30.17% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DB959F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB959F is #246A60. Grayscale: #ABABAB. Windows color (decimal): -2386529 or 10458587. OLE color: 10458587.
HSL color Cylindrical-coordinate representation of color #DB959F: hue angle of 351.43º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DB959F is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 159 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.14 |
| HSL | 351.43º | 0.49% | 0.72% | - |
| HSV(B) | 351.43º | 0.32% | 0.86% | - |
| XYZ | 46.22 | 39.06 | 37.9 | - |
| YUV | 171.07 | 121.19 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 159 | 0 | 0.32 | 0.27 | 0.14 | 351.43 | 0.49 | 0.72 |
| Hex | DB | 95 | 9F | 0 | 20 | 1B | E | 15F | 31 | 48 |
| Octal | 333 | 225 | 237 | 0 | 40 | 33 | 16 | 537 | 61 | 110 |
| Binary | 11011011 | 10010101 | 10011111 | 0 | 100000 | 11011 | 1110 | 101011111 | 110001 | 1001000 |
Color Harmonies of #DB959F
Complementary color
Monochromatic Colors of #DB959F
Black with #DB959F
Text Example
Text Example
White with #DB959F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB959F; }
p { color: rgb(219,149,159); }
H1.HeaderClassName
{
color: #DB959F;
}
.AnyTagClassName
{
color: #DB959F;
}
</style>
background-color css
<style>
a { background-color: #DB959F; }
a { background-color: rgb(219,149,159); }
div.DivClassName
{
background-color: #DB959F;
}
.BgClassName
{
background-color: #DB959F;
}
</style>
border-color css
<style>
span { border-color: #DB959F; }
span { border-color: rgb(219,149,159); }
td.TdClassName
{
border-color: #DB959F;
}
.TagClassName
{
border-color: #DB959F;
}
</style>