Shades of Plum #DE8EDA
Tints of Plum #DE8EDA
RGB
CMYK
RGB Variations
Color information
#DE8EDA (or 0xDE8EDA) is known color: Plum. HEX triplet: DE, 8E and DA. RGB value is (222,142,218). Sum of RGB (Red+Green+Blue) = 222+142+218=582 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.14% from 582); Green value is 142 (55.86% from 255 or 24.40% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE8EDA is #217125. Grayscale: #AEAEAE. Windows color (decimal): -2191654 or 14323422. OLE color: 14323422.
HSL color Cylindrical-coordinate representation of color #DE8EDA: hue angle of 303º 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 #DE8EDA is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 142 | 218 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.13 |
| HSL | 303º | 0.55% | 0.71% | - |
| HSV(B) | 303º | 0.36% | 0.87% | - |
| XYZ | 52.45 | 39.94 | 71.27 | - |
| YUV | 174.58 | 152.5 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 142 | 218 | 0 | 0.36 | 0.02 | 0.13 | 303 | 0.55 | 0.71 |
| Hex | DE | 8E | DA | 0 | 24 | 2 | D | 12F | 37 | 47 |
| Octal | 336 | 216 | 332 | 0 | 44 | 2 | 15 | 457 | 67 | 107 |
| Binary | 11011110 | 10001110 | 11011010 | 0 | 100100 | 10 | 1101 | 100101111 | 110111 | 1000111 |
Color Harmonies of #DE8EDA
Complementary color
Monochromatic Colors of #DE8EDA
Black with #DE8EDA
Text Example
Text Example
White with #DE8EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8EDA; }
p { color: rgb(222,142,218); }
H1.HeaderClassName
{
color: #DE8EDA;
}
.AnyTagClassName
{
color: #DE8EDA;
}
</style>
background-color css
<style>
a { background-color: #DE8EDA; }
a { background-color: rgb(222,142,218); }
div.DivClassName
{
background-color: #DE8EDA;
}
.BgClassName
{
background-color: #DE8EDA;
}
</style>
border-color css
<style>
span { border-color: #DE8EDA; }
span { border-color: rgb(222,142,218); }
td.TdClassName
{
border-color: #DE8EDA;
}
.TagClassName
{
border-color: #DE8EDA;
}
</style>