Shades of Can Can #DB909A
Tints of Can Can #DB909A
RGB
CMYK
RGB Variations
Color information
#DB909A (or 0xDB909A) is known color: Can Can. HEX triplet: DB, 90 and 9A. RGB value is (219,144,154). Sum of RGB (Red+Green+Blue) = 219+144+154=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 144 (56.64% from 255 or 27.85% from 517); Blue value is 154 (60.55% from 255 or 29.79% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DB909A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB909A is #246F65. Grayscale: #A7A7A7. Windows color (decimal): -2387814 or 10129627. OLE color: 10129627.
HSL color Cylindrical-coordinate representation of color #DB909A: hue angle of 352º 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 #DB909A is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 154 | - |
| CMYK | 0 | 0.34 | 0.30 | 0.14 |
| HSL | 352º | 0.51% | 0.71% | - |
| HSV(B) | 352º | 0.34% | 0.86% | - |
| XYZ | 45.02 | 37.34 | 35.41 | - |
| YUV | 167.57 | 120.35 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 154 | 0 | 0.34 | 0.30 | 0.14 | 352 | 0.51 | 0.71 |
| Hex | DB | 90 | 9A | 0 | 22 | 1E | E | 160 | 33 | 47 |
| Octal | 333 | 220 | 232 | 0 | 42 | 36 | 16 | 540 | 63 | 107 |
| Binary | 11011011 | 10010000 | 10011010 | 0 | 100010 | 11110 | 1110 | 101100000 | 110011 | 1000111 |
Color Harmonies of #DB909A
Complementary color
Monochromatic Colors of #DB909A
Black with #DB909A
Text Example
Text Example
White with #DB909A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB909A; }
p { color: rgb(219,144,154); }
H1.HeaderClassName
{
color: #DB909A;
}
.AnyTagClassName
{
color: #DB909A;
}
</style>
background-color css
<style>
a { background-color: #DB909A; }
a { background-color: rgb(219,144,154); }
div.DivClassName
{
background-color: #DB909A;
}
.BgClassName
{
background-color: #DB909A;
}
</style>
border-color css
<style>
span { border-color: #DB909A; }
span { border-color: rgb(219,144,154); }
td.TdClassName
{
border-color: #DB909A;
}
.TagClassName
{
border-color: #DB909A;
}
</style>