Shades of Can Can #DB8B9E
Tints of Can Can #DB8B9E
RGB
CMYK
RGB Variations
Color information
#DB8B9E (or 0xDB8B9E) is known color: Can Can. HEX triplet: DB, 8B and 9E. RGB value is (219,139,158). Sum of RGB (Red+Green+Blue) = 219+139+158=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 139 (54.69% from 255 or 26.94% from 516); Blue value is 158 (62.11% from 255 or 30.62% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8B9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8B9E is #247461. Grayscale: #A5A5A5. Windows color (decimal): -2389090 or 10390491. OLE color: 10390491.
HSL color Cylindrical-coordinate representation of color #DB8B9E: hue angle of 345.75º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB8B9E is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 139 | 158 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.14 |
| HSL | 345.75º | 0.53% | 0.7% | - |
| HSV(B) | 345.75º | 0.37% | 0.86% | - |
| XYZ | 44.62 | 35.99 | 36.94 | - |
| YUV | 165.09 | 124 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 139 | 158 | 0 | 0.37 | 0.28 | 0.14 | 345.75 | 0.53 | 0.7 |
| Hex | DB | 8B | 9E | 0 | 25 | 1C | E | 15A | 35 | 46 |
| Octal | 333 | 213 | 236 | 0 | 45 | 34 | 16 | 532 | 65 | 106 |
| Binary | 11011011 | 10001011 | 10011110 | 0 | 100101 | 11100 | 1110 | 101011010 | 110101 | 1000110 |
Color Harmonies of #DB8B9E
Complementary color
Monochromatic Colors of #DB8B9E
Black with #DB8B9E
Text Example
Text Example
White with #DB8B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8B9E; }
p { color: rgb(219,139,158); }
H1.HeaderClassName
{
color: #DB8B9E;
}
.AnyTagClassName
{
color: #DB8B9E;
}
</style>
background-color css
<style>
a { background-color: #DB8B9E; }
a { background-color: rgb(219,139,158); }
div.DivClassName
{
background-color: #DB8B9E;
}
.BgClassName
{
background-color: #DB8B9E;
}
</style>
border-color css
<style>
span { border-color: #DB8B9E; }
span { border-color: rgb(219,139,158); }
td.TdClassName
{
border-color: #DB8B9E;
}
.TagClassName
{
border-color: #DB8B9E;
}
</style>