Shades of Can Can #DB819C
Tints of Can Can #DB819C
RGB
CMYK
RGB Variations
Color information
#DB819C (or 0xDB819C) is known color: Can Can. HEX triplet: DB, 81 and 9C. RGB value is (219,129,156). Sum of RGB (Red+Green+Blue) = 219+129+156=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 129 (50.78% from 255 or 25.60% from 504); Blue value is 156 (61.33% from 255 or 30.95% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DB819C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB819C is #247E63. Grayscale: #9E9E9E. Windows color (decimal): -2391652 or 10256859. OLE color: 10256859.
HSL color Cylindrical-coordinate representation of color #DB819C: hue angle of 342º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB819C is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 129 | 156 | - |
| CMYK | 0 | 0.41 | 0.29 | 0.14 |
| HSL | 342º | 0.56% | 0.68% | - |
| HSV(B) | 342º | 0.41% | 0.86% | - |
| XYZ | 43.06 | 33.16 | 35.58 | - |
| YUV | 158.99 | 126.32 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 129 | 156 | 0 | 0.41 | 0.29 | 0.14 | 342 | 0.56 | 0.68 |
| Hex | DB | 81 | 9C | 0 | 29 | 1D | E | 156 | 38 | 44 |
| Octal | 333 | 201 | 234 | 0 | 51 | 35 | 16 | 526 | 70 | 104 |
| Binary | 11011011 | 10000001 | 10011100 | 0 | 101001 | 11101 | 1110 | 101010110 | 111000 | 1000100 |
Color Harmonies of #DB819C
Complementary color
Monochromatic Colors of #DB819C
Black with #DB819C
Text Example
Text Example
White with #DB819C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB819C; }
p { color: rgb(219,129,156); }
H1.HeaderClassName
{
color: #DB819C;
}
.AnyTagClassName
{
color: #DB819C;
}
</style>
background-color css
<style>
a { background-color: #DB819C; }
a { background-color: rgb(219,129,156); }
div.DivClassName
{
background-color: #DB819C;
}
.BgClassName
{
background-color: #DB819C;
}
</style>
border-color css
<style>
span { border-color: #DB819C; }
span { border-color: rgb(219,129,156); }
td.TdClassName
{
border-color: #DB819C;
}
.TagClassName
{
border-color: #DB819C;
}
</style>