Shades of Can Can #DB9198
Tints of Can Can #DB9198
RGB
CMYK
RGB Variations
Color information
#DB9198 (or 0xDB9198) is known color: Can Can. HEX triplet: DB, 91 and 98. RGB value is (219,145,152). Sum of RGB (Red+Green+Blue) = 219+145+152=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 145 (57.03% from 255 or 28.10% from 516); Blue value is 152 (59.77% from 255 or 29.46% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9198 is #246E67. Grayscale: #A7A7A7. Windows color (decimal): -2387560 or 9998811. OLE color: 9998811.
HSL color Cylindrical-coordinate representation of color #DB9198: hue angle of 354.32º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DB9198 is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 145 | 152 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.14 |
| HSL | 354.32º | 0.51% | 0.71% | - |
| HSV(B) | 354.32º | 0.34% | 0.86% | - |
| XYZ | 45.01 | 37.58 | 34.59 | - |
| YUV | 167.92 | 119.02 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 152 | 0 | 0.34 | 0.31 | 0.14 | 354.32 | 0.51 | 0.71 |
| Hex | DB | 91 | 98 | 0 | 22 | 1F | E | 162 | 33 | 47 |
| Octal | 333 | 221 | 230 | 0 | 42 | 37 | 16 | 542 | 63 | 107 |
| Binary | 11011011 | 10010001 | 10011000 | 0 | 100010 | 11111 | 1110 | 101100010 | 110011 | 1000111 |
Color Harmonies of #DB9198
Complementary color
Monochromatic Colors of #DB9198
Black with #DB9198
Text Example
Text Example
White with #DB9198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9198; }
p { color: rgb(219,145,152); }
H1.HeaderClassName
{
color: #DB9198;
}
.AnyTagClassName
{
color: #DB9198;
}
</style>
background-color css
<style>
a { background-color: #DB9198; }
a { background-color: rgb(219,145,152); }
div.DivClassName
{
background-color: #DB9198;
}
.BgClassName
{
background-color: #DB9198;
}
</style>
border-color css
<style>
span { border-color: #DB9198; }
span { border-color: rgb(219,145,152); }
td.TdClassName
{
border-color: #DB9198;
}
.TagClassName
{
border-color: #DB9198;
}
</style>