Shades of Can Can #DB9399
Tints of Can Can #DB9399
RGB
CMYK
RGB Variations
Color information
#DB9399 (or 0xDB9399) is known color: Can Can. HEX triplet: DB, 93 and 99. RGB value is (219,147,153). Sum of RGB (Red+Green+Blue) = 219+147+153=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 147 (57.81% from 255 or 28.32% from 519); Blue value is 153 (60.16% from 255 or 29.48% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9399 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9399 is #246C66. Grayscale: #A9A9A9. Windows color (decimal): -2387047 or 10064859. OLE color: 10064859.
HSL color Cylindrical-coordinate representation of color #DB9399: hue angle of 355º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DB9399 is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 147 | 153 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.14 |
| HSL | 355º | 0.5% | 0.72% | - |
| HSV(B) | 355º | 0.33% | 0.86% | - |
| XYZ | 45.4 | 38.23 | 35.12 | - |
| YUV | 169.21 | 118.85 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 147 | 153 | 0 | 0.33 | 0.30 | 0.14 | 355 | 0.5 | 0.72 |
| Hex | DB | 93 | 99 | 0 | 21 | 1E | E | 163 | 32 | 48 |
| Octal | 333 | 223 | 231 | 0 | 41 | 36 | 16 | 543 | 62 | 110 |
| Binary | 11011011 | 10010011 | 10011001 | 0 | 100001 | 11110 | 1110 | 101100011 | 110010 | 1001000 |
Color Harmonies of #DB9399
Complementary color
Monochromatic Colors of #DB9399
Black with #DB9399
Text Example
Text Example
White with #DB9399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9399; }
p { color: rgb(219,147,153); }
H1.HeaderClassName
{
color: #DB9399;
}
.AnyTagClassName
{
color: #DB9399;
}
</style>
background-color css
<style>
a { background-color: #DB9399; }
a { background-color: rgb(219,147,153); }
div.DivClassName
{
background-color: #DB9399;
}
.BgClassName
{
background-color: #DB9399;
}
</style>
border-color css
<style>
span { border-color: #DB9399; }
span { border-color: rgb(219,147,153); }
td.TdClassName
{
border-color: #DB9399;
}
.TagClassName
{
border-color: #DB9399;
}
</style>