Shades of Can Can #DB909D
Tints of Can Can #DB909D
RGB
CMYK
RGB Variations
Color information
#DB909D (or 0xDB909D) is known color: Can Can. HEX triplet: DB, 90 and 9D. RGB value is (219,144,157). Sum of RGB (Red+Green+Blue) = 219+144+157=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 144 (56.64% from 255 or 27.69% from 520); Blue value is 157 (61.72% from 255 or 30.19% from 520); Max value from RGB is 219 - color contains mainly: red. Hex color #DB909D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB909D is #246F62. Grayscale: #A7A7A7. Windows color (decimal): -2387811 or 10326235. OLE color: 10326235.
HSL color Cylindrical-coordinate representation of color #DB909D: hue angle of 349.6º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DB909D is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 157 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.14 |
| HSL | 349.6º | 0.51% | 0.71% | - |
| HSV(B) | 349.6º | 0.34% | 0.86% | - |
| XYZ | 45.27 | 37.44 | 36.74 | - |
| YUV | 167.91 | 121.85 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 157 | 0 | 0.34 | 0.28 | 0.14 | 349.6 | 0.51 | 0.71 |
| Hex | DB | 90 | 9D | 0 | 22 | 1C | E | 15E | 33 | 47 |
| Octal | 333 | 220 | 235 | 0 | 42 | 34 | 16 | 536 | 63 | 107 |
| Binary | 11011011 | 10010000 | 10011101 | 0 | 100010 | 11100 | 1110 | 101011110 | 110011 | 1000111 |
Color Harmonies of #DB909D
Complementary color
Monochromatic Colors of #DB909D
Black with #DB909D
Text Example
Text Example
White with #DB909D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB909D; }
p { color: rgb(219,144,157); }
H1.HeaderClassName
{
color: #DB909D;
}
.AnyTagClassName
{
color: #DB909D;
}
</style>
background-color css
<style>
a { background-color: #DB909D; }
a { background-color: rgb(219,144,157); }
div.DivClassName
{
background-color: #DB909D;
}
.BgClassName
{
background-color: #DB909D;
}
</style>
border-color css
<style>
span { border-color: #DB909D; }
span { border-color: rgb(219,144,157); }
td.TdClassName
{
border-color: #DB909D;
}
.TagClassName
{
border-color: #DB909D;
}
</style>