Shades of Can Can #DB8A97
Tints of Can Can #DB8A97
RGB
CMYK
RGB Variations
Color information
#DB8A97 (or 0xDB8A97) is known color: Can Can. HEX triplet: DB, 8A and 97. RGB value is (219,138,151). Sum of RGB (Red+Green+Blue) = 219+138+151=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 138 (54.30% from 255 or 27.17% from 508); Blue value is 151 (59.38% from 255 or 29.72% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8A97 is #247568. Grayscale: #A3A3A3. Windows color (decimal): -2389353 or 9931483. OLE color: 9931483.
HSL color Cylindrical-coordinate representation of color #DB8A97: hue angle of 350.37º 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 #DB8A97 is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 138 | 151 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.14 |
| HSL | 350.37º | 0.53% | 0.7% | - |
| HSV(B) | 350.37º | 0.37% | 0.86% | - |
| XYZ | 43.89 | 35.47 | 33.81 | - |
| YUV | 163.7 | 120.84 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 138 | 151 | 0 | 0.37 | 0.31 | 0.14 | 350.37 | 0.53 | 0.7 |
| Hex | DB | 8A | 97 | 0 | 25 | 1F | E | 15E | 35 | 46 |
| Octal | 333 | 212 | 227 | 0 | 45 | 37 | 16 | 536 | 65 | 106 |
| Binary | 11011011 | 10001010 | 10010111 | 0 | 100101 | 11111 | 1110 | 101011110 | 110101 | 1000110 |
Color Harmonies of #DB8A97
Complementary color
Monochromatic Colors of #DB8A97
Black with #DB8A97
Text Example
Text Example
White with #DB8A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8A97; }
p { color: rgb(219,138,151); }
H1.HeaderClassName
{
color: #DB8A97;
}
.AnyTagClassName
{
color: #DB8A97;
}
</style>
background-color css
<style>
a { background-color: #DB8A97; }
a { background-color: rgb(219,138,151); }
div.DivClassName
{
background-color: #DB8A97;
}
.BgClassName
{
background-color: #DB8A97;
}
</style>
border-color css
<style>
span { border-color: #DB8A97; }
span { border-color: rgb(219,138,151); }
td.TdClassName
{
border-color: #DB8A97;
}
.TagClassName
{
border-color: #DB8A97;
}
</style>