Shades of Can Can #DB929D
Tints of Can Can #DB929D
RGB
CMYK
RGB Variations
Color information
#DB929D (or 0xDB929D) is known color: Can Can. HEX triplet: DB, 92 and 9D. RGB value is (219,146,157). Sum of RGB (Red+Green+Blue) = 219+146+157=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 146 (57.42% from 255 or 27.97% from 522); Blue value is 157 (61.72% from 255 or 30.08% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DB929D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB929D is #246D62. Grayscale: #A9A9A9. Windows color (decimal): -2387299 or 10326747. OLE color: 10326747.
HSL color Cylindrical-coordinate representation of color #DB929D: hue angle of 350.96º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DB929D is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 146 | 157 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.14 |
| HSL | 350.96º | 0.5% | 0.72% | - |
| HSV(B) | 350.96º | 0.33% | 0.86% | - |
| XYZ | 45.58 | 38.05 | 36.84 | - |
| YUV | 169.08 | 121.18 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 157 | 0 | 0.33 | 0.28 | 0.14 | 350.96 | 0.5 | 0.72 |
| Hex | DB | 92 | 9D | 0 | 21 | 1C | E | 15F | 32 | 48 |
| Octal | 333 | 222 | 235 | 0 | 41 | 34 | 16 | 537 | 62 | 110 |
| Binary | 11011011 | 10010010 | 10011101 | 0 | 100001 | 11100 | 1110 | 101011111 | 110010 | 1001000 |
Color Harmonies of #DB929D
Complementary color
Monochromatic Colors of #DB929D
Black with #DB929D
Text Example
Text Example
White with #DB929D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB929D; }
p { color: rgb(219,146,157); }
H1.HeaderClassName
{
color: #DB929D;
}
.AnyTagClassName
{
color: #DB929D;
}
</style>
background-color css
<style>
a { background-color: #DB929D; }
a { background-color: rgb(219,146,157); }
div.DivClassName
{
background-color: #DB929D;
}
.BgClassName
{
background-color: #DB929D;
}
</style>
border-color css
<style>
span { border-color: #DB929D; }
span { border-color: rgb(219,146,157); }
td.TdClassName
{
border-color: #DB929D;
}
.TagClassName
{
border-color: #DB929D;
}
</style>