Shades of Can Can #DB949F
Tints of Can Can #DB949F
RGB
CMYK
RGB Variations
Color information
#DB949F (or 0xDB949F) is known color: Can Can. HEX triplet: DB, 94 and 9F. RGB value is (219,148,159). Sum of RGB (Red+Green+Blue) = 219+148+159=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 148 (58.20% from 255 or 28.14% from 526); Blue value is 159 (62.5% from 255 or 30.23% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DB949F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB949F is #246B60. Grayscale: #AAAAAA. Windows color (decimal): -2386785 or 10458331. OLE color: 10458331.
HSL color Cylindrical-coordinate representation of color #DB949F: hue angle of 350.7º degrees, saturation: 0.5, 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 #DB949F is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 148 | 159 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.14 |
| HSL | 350.7º | 0.5% | 0.72% | - |
| HSV(B) | 350.7º | 0.32% | 0.86% | - |
| XYZ | 46.06 | 38.74 | 37.85 | - |
| YUV | 170.48 | 121.52 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 159 | 0 | 0.32 | 0.27 | 0.14 | 350.7 | 0.5 | 0.72 |
| Hex | DB | 94 | 9F | 0 | 20 | 1B | E | 15F | 32 | 48 |
| Octal | 333 | 224 | 237 | 0 | 40 | 33 | 16 | 537 | 62 | 110 |
| Binary | 11011011 | 10010100 | 10011111 | 0 | 100000 | 11011 | 1110 | 101011111 | 110010 | 1001000 |
Color Harmonies of #DB949F
Complementary color
Monochromatic Colors of #DB949F
Black with #DB949F
Text Example
Text Example
White with #DB949F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB949F; }
p { color: rgb(219,148,159); }
H1.HeaderClassName
{
color: #DB949F;
}
.AnyTagClassName
{
color: #DB949F;
}
</style>
background-color css
<style>
a { background-color: #DB949F; }
a { background-color: rgb(219,148,159); }
div.DivClassName
{
background-color: #DB949F;
}
.BgClassName
{
background-color: #DB949F;
}
</style>
border-color css
<style>
span { border-color: #DB949F; }
span { border-color: rgb(219,148,159); }
td.TdClassName
{
border-color: #DB949F;
}
.TagClassName
{
border-color: #DB949F;
}
</style>