Shades of Can Can #DB869E
Tints of Can Can #DB869E
RGB
CMYK
RGB Variations
Color information
#DB869E (or 0xDB869E) is known color: Can Can. HEX triplet: DB, 86 and 9E. RGB value is (219,134,158). Sum of RGB (Red+Green+Blue) = 219+134+158=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 134 (52.73% from 255 or 26.22% from 511); Blue value is 158 (62.11% from 255 or 30.92% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DB869E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB869E is #247961. Grayscale: #A2A2A2. Windows color (decimal): -2390370 or 10389211. OLE color: 10389211.
HSL color Cylindrical-coordinate representation of color #DB869E: hue angle of 343.06º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB869E is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 134 | 158 | - |
| CMYK | 0 | 0.39 | 0.28 | 0.14 |
| HSL | 343.06º | 0.54% | 0.69% | - |
| HSV(B) | 343.06º | 0.39% | 0.86% | - |
| XYZ | 43.91 | 34.58 | 36.71 | - |
| YUV | 162.15 | 125.66 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 134 | 158 | 0 | 0.39 | 0.28 | 0.14 | 343.06 | 0.54 | 0.69 |
| Hex | DB | 86 | 9E | 0 | 27 | 1C | E | 157 | 36 | 45 |
| Octal | 333 | 206 | 236 | 0 | 47 | 34 | 16 | 527 | 66 | 105 |
| Binary | 11011011 | 10000110 | 10011110 | 0 | 100111 | 11100 | 1110 | 101010111 | 110110 | 1000101 |
Color Harmonies of #DB869E
Complementary color
Monochromatic Colors of #DB869E
Black with #DB869E
Text Example
Text Example
White with #DB869E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB869E; }
p { color: rgb(219,134,158); }
H1.HeaderClassName
{
color: #DB869E;
}
.AnyTagClassName
{
color: #DB869E;
}
</style>
background-color css
<style>
a { background-color: #DB869E; }
a { background-color: rgb(219,134,158); }
div.DivClassName
{
background-color: #DB869E;
}
.BgClassName
{
background-color: #DB869E;
}
</style>
border-color css
<style>
span { border-color: #DB869E; }
span { border-color: rgb(219,134,158); }
td.TdClassName
{
border-color: #DB869E;
}
.TagClassName
{
border-color: #DB869E;
}
</style>