Shades of Can Can #DB8B98
Tints of Can Can #DB8B98
RGB
CMYK
RGB Variations
Color information
#DB8B98 (or 0xDB8B98) is known color: Can Can. HEX triplet: DB, 8B and 98. RGB value is (219,139,152). Sum of RGB (Red+Green+Blue) = 219+139+152=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 139 (54.69% from 255 or 27.25% from 510); Blue value is 152 (59.77% from 255 or 29.80% from 510); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8B98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8B98 is #247467. Grayscale: #A4A4A4. Windows color (decimal): -2389096 or 9997275. OLE color: 9997275.
HSL color Cylindrical-coordinate representation of color #DB8B98: hue angle of 350.25º 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 #DB8B98 is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 139 | 152 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.14 |
| HSL | 350.25º | 0.53% | 0.7% | - |
| HSV(B) | 350.25º | 0.37% | 0.86% | - |
| XYZ | 44.11 | 35.79 | 34.29 | - |
| YUV | 164.4 | 121 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 139 | 152 | 0 | 0.37 | 0.31 | 0.14 | 350.25 | 0.53 | 0.7 |
| Hex | DB | 8B | 98 | 0 | 25 | 1F | E | 15E | 35 | 46 |
| Octal | 333 | 213 | 230 | 0 | 45 | 37 | 16 | 536 | 65 | 106 |
| Binary | 11011011 | 10001011 | 10011000 | 0 | 100101 | 11111 | 1110 | 101011110 | 110101 | 1000110 |
Color Harmonies of #DB8B98
Complementary color
Monochromatic Colors of #DB8B98
Black with #DB8B98
Text Example
Text Example
White with #DB8B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8B98; }
p { color: rgb(219,139,152); }
H1.HeaderClassName
{
color: #DB8B98;
}
.AnyTagClassName
{
color: #DB8B98;
}
</style>
background-color css
<style>
a { background-color: #DB8B98; }
a { background-color: rgb(219,139,152); }
div.DivClassName
{
background-color: #DB8B98;
}
.BgClassName
{
background-color: #DB8B98;
}
</style>
border-color css
<style>
span { border-color: #DB8B98; }
span { border-color: rgb(219,139,152); }
td.TdClassName
{
border-color: #DB8B98;
}
.TagClassName
{
border-color: #DB8B98;
}
</style>