Shades of Plum #DE9EED
Tints of Plum #DE9EED
RGB
CMYK
RGB Variations
Color information
#DE9EED (or 0xDE9EED) is known color: Plum. HEX triplet: DE, 9E and ED. RGB value is (222,158,237). Sum of RGB (Red+Green+Blue) = 222+158+237=617 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.98% from 617); Green value is 158 (62.11% from 255 or 25.61% from 617); Blue value is 237 (92.97% from 255 or 38.41% from 617); Max value from RGB is 237 - color contains mainly: blue. Hex color #DE9EED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE9EED is #216112. Grayscale: #B9B9B9. Windows color (decimal): -2187539 or 15572702. OLE color: 15572702.
HSL color Cylindrical-coordinate representation of color #DE9EED: hue angle of 288.61º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DE9EED is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 158 | 237 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.07 |
| HSL | 288.61º | 0.69% | 0.77% | - |
| HSV(B) | 288.61º | 0.33% | 0.93% | - |
| XYZ | 57.64 | 46.1 | 85.98 | - |
| YUV | 186.14 | 156.7 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 158 | 237 | 0.06 | 0.33 | 0 | 0.07 | 288.61 | 0.69 | 0.77 |
| Hex | DE | 9E | ED | 6 | 21 | 0 | 7 | 121 | 45 | 4D |
| Octal | 336 | 236 | 355 | 6 | 41 | 0 | 7 | 441 | 105 | 115 |
| Binary | 11011110 | 10011110 | 11101101 | 110 | 100001 | 0 | 111 | 100100001 | 1000101 | 1001101 |
Color Harmonies of #DE9EED
Complementary color
Monochromatic Colors of #DE9EED
Black with #DE9EED
Text Example
Text Example
White with #DE9EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9EED; }
p { color: rgb(222,158,237); }
H1.HeaderClassName
{
color: #DE9EED;
}
.AnyTagClassName
{
color: #DE9EED;
}
</style>
background-color css
<style>
a { background-color: #DE9EED; }
a { background-color: rgb(222,158,237); }
div.DivClassName
{
background-color: #DE9EED;
}
.BgClassName
{
background-color: #DE9EED;
}
</style>
border-color css
<style>
span { border-color: #DE9EED; }
span { border-color: rgb(222,158,237); }
td.TdClassName
{
border-color: #DE9EED;
}
.TagClassName
{
border-color: #DE9EED;
}
</style>