Shades of Can Can #DE8A9E
Tints of Can Can #DE8A9E
RGB
CMYK
RGB Variations
Color information
#DE8A9E (or 0xDE8A9E) is known color: Can Can. HEX triplet: DE, 8A and 9E. RGB value is (222,138,158). Sum of RGB (Red+Green+Blue) = 222+138+158=518 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.86% from 518); Green value is 138 (54.30% from 255 or 26.64% from 518); Blue value is 158 (62.11% from 255 or 30.50% from 518); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8A9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8A9E is #217561. Grayscale: #A5A5A5. Windows color (decimal): -2192738 or 10390238. OLE color: 10390238.
HSL color Cylindrical-coordinate representation of color #DE8A9E: hue angle of 345.71º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DE8A9E is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 138 | 158 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.13 |
| HSL | 345.71º | 0.56% | 0.71% | - |
| HSV(B) | 345.71º | 0.38% | 0.87% | - |
| XYZ | 45.38 | 36.18 | 36.94 | - |
| YUV | 165.4 | 123.83 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 138 | 158 | 0 | 0.38 | 0.29 | 0.13 | 345.71 | 0.56 | 0.71 |
| Hex | DE | 8A | 9E | 0 | 26 | 1D | D | 15A | 38 | 47 |
| Octal | 336 | 212 | 236 | 0 | 46 | 35 | 15 | 532 | 70 | 107 |
| Binary | 11011110 | 10001010 | 10011110 | 0 | 100110 | 11101 | 1101 | 101011010 | 111000 | 1000111 |
Color Harmonies of #DE8A9E
Complementary color
Monochromatic Colors of #DE8A9E
Black with #DE8A9E
Text Example
Text Example
White with #DE8A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8A9E; }
p { color: rgb(222,138,158); }
H1.HeaderClassName
{
color: #DE8A9E;
}
.AnyTagClassName
{
color: #DE8A9E;
}
</style>
background-color css
<style>
a { background-color: #DE8A9E; }
a { background-color: rgb(222,138,158); }
div.DivClassName
{
background-color: #DE8A9E;
}
.BgClassName
{
background-color: #DE8A9E;
}
</style>
border-color css
<style>
span { border-color: #DE8A9E; }
span { border-color: rgb(222,138,158); }
td.TdClassName
{
border-color: #DE8A9E;
}
.TagClassName
{
border-color: #DE8A9E;
}
</style>