Shades of Can Can #DB8D94
Tints of Can Can #DB8D94
RGB
CMYK
RGB Variations
Color information
#DB8D94 (or 0xDB8D94) is known color: Can Can. HEX triplet: DB, 8D and 94. RGB value is (219,141,148). Sum of RGB (Red+Green+Blue) = 219+141+148=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 141 (55.47% from 255 or 27.76% from 508); Blue value is 148 (58.20% from 255 or 29.13% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8D94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8D94 is #24726B. Grayscale: #A5A5A5. Windows color (decimal): -2388588 or 9735643. OLE color: 9735643.
HSL color Cylindrical-coordinate representation of color #DB8D94: hue angle of 354.62º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB8D94 is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 141 | 148 | - |
| CMYK | 0 | 0.36 | 0.32 | 0.14 |
| HSL | 354.62º | 0.52% | 0.71% | - |
| HSV(B) | 354.62º | 0.36% | 0.86% | - |
| XYZ | 44.08 | 36.25 | 32.69 | - |
| YUV | 165.12 | 118.34 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 141 | 148 | 0 | 0.36 | 0.32 | 0.14 | 354.62 | 0.52 | 0.71 |
| Hex | DB | 8D | 94 | 0 | 24 | 20 | E | 163 | 34 | 47 |
| Octal | 333 | 215 | 224 | 0 | 44 | 40 | 16 | 543 | 64 | 107 |
| Binary | 11011011 | 10001101 | 10010100 | 0 | 100100 | 100000 | 1110 | 101100011 | 110100 | 1000111 |
Color Harmonies of #DB8D94
Complementary color
Monochromatic Colors of #DB8D94
Black with #DB8D94
Text Example
Text Example
White with #DB8D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8D94; }
p { color: rgb(219,141,148); }
H1.HeaderClassName
{
color: #DB8D94;
}
.AnyTagClassName
{
color: #DB8D94;
}
</style>
background-color css
<style>
a { background-color: #DB8D94; }
a { background-color: rgb(219,141,148); }
div.DivClassName
{
background-color: #DB8D94;
}
.BgClassName
{
background-color: #DB8D94;
}
</style>
border-color css
<style>
span { border-color: #DB8D94; }
span { border-color: rgb(219,141,148); }
td.TdClassName
{
border-color: #DB8D94;
}
.TagClassName
{
border-color: #DB8D94;
}
</style>