Shades of Can Can #DB909B
Tints of Can Can #DB909B
RGB
CMYK
RGB Variations
Color information
#DB909B (or 0xDB909B) is known color: Can Can. HEX triplet: DB, 90 and 9B. RGB value is (219,144,155). Sum of RGB (Red+Green+Blue) = 219+144+155=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 144 (56.64% from 255 or 27.80% from 518); Blue value is 155 (60.94% from 255 or 29.92% from 518); Max value from RGB is 219 - color contains mainly: red. Hex color #DB909B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB909B is #246F64. Grayscale: #A7A7A7. Windows color (decimal): -2387813 or 10195163. OLE color: 10195163.
HSL color Cylindrical-coordinate representation of color #DB909B: hue angle of 351.2º 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 #DB909B is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 155 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.14 |
| HSL | 351.2º | 0.51% | 0.71% | - |
| HSV(B) | 351.2º | 0.34% | 0.86% | - |
| XYZ | 45.1 | 37.37 | 35.85 | - |
| YUV | 167.68 | 120.85 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 155 | 0 | 0.34 | 0.29 | 0.14 | 351.2 | 0.51 | 0.71 |
| Hex | DB | 90 | 9B | 0 | 22 | 1D | E | 15F | 33 | 47 |
| Octal | 333 | 220 | 233 | 0 | 42 | 35 | 16 | 537 | 63 | 107 |
| Binary | 11011011 | 10010000 | 10011011 | 0 | 100010 | 11101 | 1110 | 101011111 | 110011 | 1000111 |
Color Harmonies of #DB909B
Complementary color
Monochromatic Colors of #DB909B
Black with #DB909B
Text Example
Text Example
White with #DB909B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB909B; }
p { color: rgb(219,144,155); }
H1.HeaderClassName
{
color: #DB909B;
}
.AnyTagClassName
{
color: #DB909B;
}
</style>
background-color css
<style>
a { background-color: #DB909B; }
a { background-color: rgb(219,144,155); }
div.DivClassName
{
background-color: #DB909B;
}
.BgClassName
{
background-color: #DB909B;
}
</style>
border-color css
<style>
span { border-color: #DB909B; }
span { border-color: rgb(219,144,155); }
td.TdClassName
{
border-color: #DB909B;
}
.TagClassName
{
border-color: #DB909B;
}
</style>