Shades of Can Can #DB909C
Tints of Can Can #DB909C
RGB
CMYK
RGB Variations
Color information
#DB909C (or 0xDB909C) is known color: Can Can. HEX triplet: DB, 90 and 9C. RGB value is (219,144,156). Sum of RGB (Red+Green+Blue) = 219+144+156=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 144 (56.64% from 255 or 27.75% from 519); Blue value is 156 (61.33% from 255 or 30.06% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DB909C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB909C is #246F63. Grayscale: #A7A7A7. Windows color (decimal): -2387812 or 10260699. OLE color: 10260699.
HSL color Cylindrical-coordinate representation of color #DB909C: hue angle of 350.4º 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 #DB909C is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 156 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.14 |
| HSL | 350.4º | 0.51% | 0.71% | - |
| HSV(B) | 350.4º | 0.34% | 0.86% | - |
| XYZ | 45.19 | 37.41 | 36.29 | - |
| YUV | 167.79 | 121.35 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 156 | 0 | 0.34 | 0.29 | 0.14 | 350.4 | 0.51 | 0.71 |
| Hex | DB | 90 | 9C | 0 | 22 | 1D | E | 15E | 33 | 47 |
| Octal | 333 | 220 | 234 | 0 | 42 | 35 | 16 | 536 | 63 | 107 |
| Binary | 11011011 | 10010000 | 10011100 | 0 | 100010 | 11101 | 1110 | 101011110 | 110011 | 1000111 |
Color Harmonies of #DB909C
Complementary color
Monochromatic Colors of #DB909C
Black with #DB909C
Text Example
Text Example
White with #DB909C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB909C; }
p { color: rgb(219,144,156); }
H1.HeaderClassName
{
color: #DB909C;
}
.AnyTagClassName
{
color: #DB909C;
}
</style>
background-color css
<style>
a { background-color: #DB909C; }
a { background-color: rgb(219,144,156); }
div.DivClassName
{
background-color: #DB909C;
}
.BgClassName
{
background-color: #DB909C;
}
</style>
border-color css
<style>
span { border-color: #DB909C; }
span { border-color: rgb(219,144,156); }
td.TdClassName
{
border-color: #DB909C;
}
.TagClassName
{
border-color: #DB909C;
}
</style>