Shades of Can Can #DB8B9A
Tints of Can Can #DB8B9A
RGB
CMYK
RGB Variations
Color information
#DB8B9A (or 0xDB8B9A) is known color: Can Can. HEX triplet: DB, 8B and 9A. RGB value is (219,139,154). Sum of RGB (Red+Green+Blue) = 219+139+154=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 139 (54.69% from 255 or 27.15% from 512); Blue value is 154 (60.55% from 255 or 30.08% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8B9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8B9A is #247465. Grayscale: #A4A4A4. Windows color (decimal): -2389094 or 10128347. OLE color: 10128347.
HSL color Cylindrical-coordinate representation of color #DB8B9A: hue angle of 348.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 #DB8B9A is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 139 | 154 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.14 |
| HSL | 348.75º | 0.53% | 0.7% | - |
| HSV(B) | 348.75º | 0.37% | 0.86% | - |
| XYZ | 44.28 | 35.86 | 35.16 | - |
| YUV | 164.63 | 122 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 139 | 154 | 0 | 0.37 | 0.30 | 0.14 | 348.75 | 0.53 | 0.7 |
| Hex | DB | 8B | 9A | 0 | 25 | 1E | E | 15D | 35 | 46 |
| Octal | 333 | 213 | 232 | 0 | 45 | 36 | 16 | 535 | 65 | 106 |
| Binary | 11011011 | 10001011 | 10011010 | 0 | 100101 | 11110 | 1110 | 101011101 | 110101 | 1000110 |
Color Harmonies of #DB8B9A
Complementary color
Monochromatic Colors of #DB8B9A
Black with #DB8B9A
Text Example
Text Example
White with #DB8B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8B9A; }
p { color: rgb(219,139,154); }
H1.HeaderClassName
{
color: #DB8B9A;
}
.AnyTagClassName
{
color: #DB8B9A;
}
</style>
background-color css
<style>
a { background-color: #DB8B9A; }
a { background-color: rgb(219,139,154); }
div.DivClassName
{
background-color: #DB8B9A;
}
.BgClassName
{
background-color: #DB8B9A;
}
</style>
border-color css
<style>
span { border-color: #DB8B9A; }
span { border-color: rgb(219,139,154); }
td.TdClassName
{
border-color: #DB8B9A;
}
.TagClassName
{
border-color: #DB8B9A;
}
</style>