Shades of Can Can #DE8D9D
Tints of Can Can #DE8D9D
RGB
CMYK
RGB Variations
Color information
#DE8D9D (or 0xDE8D9D) is known color: Can Can. HEX triplet: DE, 8D and 9D. RGB value is (222,141,157). Sum of RGB (Red+Green+Blue) = 222+141+157=520 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.69% from 520); Green value is 141 (55.47% from 255 or 27.12% from 520); Blue value is 157 (61.72% from 255 or 30.19% from 520); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8D9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8D9D is #217262. Grayscale: #A7A7A7. Windows color (decimal): -2191971 or 10325470. OLE color: 10325470.
HSL color Cylindrical-coordinate representation of color #DE8D9D: hue angle of 348.15º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DE8D9D is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 141 | 157 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.13 |
| HSL | 348.15º | 0.55% | 0.71% | - |
| HSV(B) | 348.15º | 0.36% | 0.87% | - |
| XYZ | 45.73 | 37.01 | 36.63 | - |
| YUV | 167.04 | 122.34 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 141 | 157 | 0 | 0.36 | 0.29 | 0.13 | 348.15 | 0.55 | 0.71 |
| Hex | DE | 8D | 9D | 0 | 24 | 1D | D | 15C | 37 | 47 |
| Octal | 336 | 215 | 235 | 0 | 44 | 35 | 15 | 534 | 67 | 107 |
| Binary | 11011110 | 10001101 | 10011101 | 0 | 100100 | 11101 | 1101 | 101011100 | 110111 | 1000111 |
Color Harmonies of #DE8D9D
Complementary color
Monochromatic Colors of #DE8D9D
Black with #DE8D9D
Text Example
Text Example
White with #DE8D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8D9D; }
p { color: rgb(222,141,157); }
H1.HeaderClassName
{
color: #DE8D9D;
}
.AnyTagClassName
{
color: #DE8D9D;
}
</style>
background-color css
<style>
a { background-color: #DE8D9D; }
a { background-color: rgb(222,141,157); }
div.DivClassName
{
background-color: #DE8D9D;
}
.BgClassName
{
background-color: #DE8D9D;
}
</style>
border-color css
<style>
span { border-color: #DE8D9D; }
span { border-color: rgb(222,141,157); }
td.TdClassName
{
border-color: #DE8D9D;
}
.TagClassName
{
border-color: #DE8D9D;
}
</style>