Shades of Can Can #DE85A0
Tints of Can Can #DE85A0
RGB
CMYK
RGB Variations
Color information
#DE85A0 (or 0xDE85A0) is known color: Can Can. HEX triplet: DE, 85 and A0. RGB value is (222,133,160). Sum of RGB (Red+Green+Blue) = 222+133+160=515 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.11% from 515); Green value is 133 (52.34% from 255 or 25.83% from 515); Blue value is 160 (62.89% from 255 or 31.07% from 515); Max value from RGB is 222 - color contains mainly: red. Hex color #DE85A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE85A0 is #217A5F. Grayscale: #A2A2A2. Windows color (decimal): -2194016 or 10520030. OLE color: 10520030.
HSL color Cylindrical-coordinate representation of color #DE85A0: hue angle of 341.8º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DE85A0 is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 133 | 160 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.13 |
| HSL | 341.8º | 0.57% | 0.7% | - |
| HSV(B) | 341.8º | 0.4% | 0.87% | - |
| XYZ | 44.86 | 34.84 | 37.62 | - |
| YUV | 162.69 | 126.49 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 133 | 160 | 0 | 0.40 | 0.28 | 0.13 | 341.8 | 0.57 | 0.7 |
| Hex | DE | 85 | A0 | 0 | 28 | 1C | D | 156 | 39 | 46 |
| Octal | 336 | 205 | 240 | 0 | 50 | 34 | 15 | 526 | 71 | 106 |
| Binary | 11011110 | 10000101 | 10100000 | 0 | 101000 | 11100 | 1101 | 101010110 | 111001 | 1000110 |
Color Harmonies of #DE85A0
Complementary color
Monochromatic Colors of #DE85A0
Black with #DE85A0
Text Example
Text Example
White with #DE85A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE85A0; }
p { color: rgb(222,133,160); }
H1.HeaderClassName
{
color: #DE85A0;
}
.AnyTagClassName
{
color: #DE85A0;
}
</style>
background-color css
<style>
a { background-color: #DE85A0; }
a { background-color: rgb(222,133,160); }
div.DivClassName
{
background-color: #DE85A0;
}
.BgClassName
{
background-color: #DE85A0;
}
</style>
border-color css
<style>
span { border-color: #DE85A0; }
span { border-color: rgb(222,133,160); }
td.TdClassName
{
border-color: #DE85A0;
}
.TagClassName
{
border-color: #DE85A0;
}
</style>