Shades of Plum #DE8ECE
Tints of Plum #DE8ECE
RGB
CMYK
RGB Variations
Color information
#DE8ECE (or 0xDE8ECE) is known color: Plum. HEX triplet: DE, 8E and CE. RGB value is (222,142,206). Sum of RGB (Red+Green+Blue) = 222+142+206=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 142 (55.86% from 255 or 24.91% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8ECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE8ECE is #217131. Grayscale: #ADADAD. Windows color (decimal): -2191666 or 13536990. OLE color: 13536990.
HSL color Cylindrical-coordinate representation of color #DE8ECE: hue angle of 312º 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 #DE8ECE is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 142 | 206 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.13 |
| HSL | 312º | 0.55% | 0.71% | - |
| HSV(B) | 312º | 0.36% | 0.87% | - |
| XYZ | 50.94 | 39.33 | 63.3 | - |
| YUV | 173.22 | 146.5 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 142 | 206 | 0 | 0.36 | 0.07 | 0.13 | 312 | 0.55 | 0.71 |
| Hex | DE | 8E | CE | 0 | 24 | 7 | D | 138 | 37 | 47 |
| Octal | 336 | 216 | 316 | 0 | 44 | 7 | 15 | 470 | 67 | 107 |
| Binary | 11011110 | 10001110 | 11001110 | 0 | 100100 | 111 | 1101 | 100111000 | 110111 | 1000111 |
Color Harmonies of #DE8ECE
Complementary color
Monochromatic Colors of #DE8ECE
Black with #DE8ECE
Text Example
Text Example
White with #DE8ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8ECE; }
p { color: rgb(222,142,206); }
H1.HeaderClassName
{
color: #DE8ECE;
}
.AnyTagClassName
{
color: #DE8ECE;
}
</style>
background-color css
<style>
a { background-color: #DE8ECE; }
a { background-color: rgb(222,142,206); }
div.DivClassName
{
background-color: #DE8ECE;
}
.BgClassName
{
background-color: #DE8ECE;
}
</style>
border-color css
<style>
span { border-color: #DE8ECE; }
span { border-color: rgb(222,142,206); }
td.TdClassName
{
border-color: #DE8ECE;
}
.TagClassName
{
border-color: #DE8ECE;
}
</style>