Shades of Can Can #DB8C9D
Tints of Can Can #DB8C9D
RGB
CMYK
RGB Variations
Color information
#DB8C9D (or 0xDB8C9D) is known color: Can Can. HEX triplet: DB, 8C and 9D. RGB value is (219,140,157). Sum of RGB (Red+Green+Blue) = 219+140+157=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 140 (55.08% from 255 or 27.13% from 516); Blue value is 157 (61.72% from 255 or 30.43% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8C9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8C9D is #247362. Grayscale: #A5A5A5. Windows color (decimal): -2388835 or 10325211. OLE color: 10325211.
HSL color Cylindrical-coordinate representation of color #DB8C9D: hue angle of 347.09º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB8C9D is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 140 | 157 | - |
| CMYK | 0 | 0.36 | 0.28 | 0.14 |
| HSL | 347.09º | 0.52% | 0.7% | - |
| HSV(B) | 347.09º | 0.36% | 0.86% | - |
| XYZ | 44.68 | 36.25 | 36.54 | - |
| YUV | 165.56 | 123.17 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 140 | 157 | 0 | 0.36 | 0.28 | 0.14 | 347.09 | 0.52 | 0.7 |
| Hex | DB | 8C | 9D | 0 | 24 | 1C | E | 15B | 34 | 46 |
| Octal | 333 | 214 | 235 | 0 | 44 | 34 | 16 | 533 | 64 | 106 |
| Binary | 11011011 | 10001100 | 10011101 | 0 | 100100 | 11100 | 1110 | 101011011 | 110100 | 1000110 |
Color Harmonies of #DB8C9D
Complementary color
Monochromatic Colors of #DB8C9D
Black with #DB8C9D
Text Example
Text Example
White with #DB8C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8C9D; }
p { color: rgb(219,140,157); }
H1.HeaderClassName
{
color: #DB8C9D;
}
.AnyTagClassName
{
color: #DB8C9D;
}
</style>
background-color css
<style>
a { background-color: #DB8C9D; }
a { background-color: rgb(219,140,157); }
div.DivClassName
{
background-color: #DB8C9D;
}
.BgClassName
{
background-color: #DB8C9D;
}
</style>
border-color css
<style>
span { border-color: #DB8C9D; }
span { border-color: rgb(219,140,157); }
td.TdClassName
{
border-color: #DB8C9D;
}
.TagClassName
{
border-color: #DB8C9D;
}
</style>