Shades of Can Can #DB8F95
Tints of Can Can #DB8F95
RGB
CMYK
RGB Variations
Color information
#DB8F95 (or 0xDB8F95) is known color: Can Can. HEX triplet: DB, 8F and 95. RGB value is (219,143,149). Sum of RGB (Red+Green+Blue) = 219+143+149=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 143 (56.25% from 255 or 27.98% from 511); Blue value is 149 (58.59% from 255 or 29.16% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8F95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8F95 is #24706A. Grayscale: #A6A6A6. Windows color (decimal): -2388075 or 9801691. OLE color: 9801691.
HSL color Cylindrical-coordinate representation of color #DB8F95: hue angle of 355.26º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DB8F95 is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 143 | 149 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.14 |
| HSL | 355.26º | 0.51% | 0.71% | - |
| HSV(B) | 355.26º | 0.35% | 0.86% | - |
| XYZ | 44.46 | 36.87 | 33.21 | - |
| YUV | 166.41 | 118.18 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 143 | 149 | 0 | 0.35 | 0.32 | 0.14 | 355.26 | 0.51 | 0.71 |
| Hex | DB | 8F | 95 | 0 | 23 | 20 | E | 163 | 33 | 47 |
| Octal | 333 | 217 | 225 | 0 | 43 | 40 | 16 | 543 | 63 | 107 |
| Binary | 11011011 | 10001111 | 10010101 | 0 | 100011 | 100000 | 1110 | 101100011 | 110011 | 1000111 |
Color Harmonies of #DB8F95
Complementary color
Monochromatic Colors of #DB8F95
Black with #DB8F95
Text Example
Text Example
White with #DB8F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8F95; }
p { color: rgb(219,143,149); }
H1.HeaderClassName
{
color: #DB8F95;
}
.AnyTagClassName
{
color: #DB8F95;
}
</style>
background-color css
<style>
a { background-color: #DB8F95; }
a { background-color: rgb(219,143,149); }
div.DivClassName
{
background-color: #DB8F95;
}
.BgClassName
{
background-color: #DB8F95;
}
</style>
border-color css
<style>
span { border-color: #DB8F95; }
span { border-color: rgb(219,143,149); }
td.TdClassName
{
border-color: #DB8F95;
}
.TagClassName
{
border-color: #DB8F95;
}
</style>