Shades of Can Can #DB8A9C
Tints of Can Can #DB8A9C
RGB
CMYK
RGB Variations
Color information
#DB8A9C (or 0xDB8A9C) is known color: Can Can. HEX triplet: DB, 8A and 9C. RGB value is (219,138,156). Sum of RGB (Red+Green+Blue) = 219+138+156=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 138 (54.30% from 255 or 26.90% from 513); Blue value is 156 (61.33% from 255 or 30.41% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8A9C is #247563. Grayscale: #A4A4A4. Windows color (decimal): -2389348 or 10259163. OLE color: 10259163.
HSL color Cylindrical-coordinate representation of color #DB8A9C: hue angle of 346.67º 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 #DB8A9C is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 138 | 156 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.14 |
| HSL | 346.67º | 0.53% | 0.7% | - |
| HSV(B) | 346.67º | 0.37% | 0.86% | - |
| XYZ | 44.3 | 35.64 | 36 | - |
| YUV | 164.27 | 123.34 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 138 | 156 | 0 | 0.37 | 0.29 | 0.14 | 346.67 | 0.53 | 0.7 |
| Hex | DB | 8A | 9C | 0 | 25 | 1D | E | 15B | 35 | 46 |
| Octal | 333 | 212 | 234 | 0 | 45 | 35 | 16 | 533 | 65 | 106 |
| Binary | 11011011 | 10001010 | 10011100 | 0 | 100101 | 11101 | 1110 | 101011011 | 110101 | 1000110 |
Color Harmonies of #DB8A9C
Complementary color
Monochromatic Colors of #DB8A9C
Black with #DB8A9C
Text Example
Text Example
White with #DB8A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8A9C; }
p { color: rgb(219,138,156); }
H1.HeaderClassName
{
color: #DB8A9C;
}
.AnyTagClassName
{
color: #DB8A9C;
}
</style>
background-color css
<style>
a { background-color: #DB8A9C; }
a { background-color: rgb(219,138,156); }
div.DivClassName
{
background-color: #DB8A9C;
}
.BgClassName
{
background-color: #DB8A9C;
}
</style>
border-color css
<style>
span { border-color: #DB8A9C; }
span { border-color: rgb(219,138,156); }
td.TdClassName
{
border-color: #DB8A9C;
}
.TagClassName
{
border-color: #DB8A9C;
}
</style>