Shades of Plum #DE9CED
Tints of Plum #DE9CED
RGB
CMYK
RGB Variations
Color information
#DE9CED (or 0xDE9CED) is known color: Plum. HEX triplet: DE, 9C and ED. RGB value is (222,156,237). Sum of RGB (Red+Green+Blue) = 222+156+237=615 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.10% from 615); Green value is 156 (61.33% from 255 or 25.37% from 615); Blue value is 237 (92.97% from 255 or 38.54% from 615); Max value from RGB is 237 - color contains mainly: blue. Hex color #DE9CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE9CED is #216312. Grayscale: #B8B8B8. Windows color (decimal): -2188051 or 15572190. OLE color: 15572190.
HSL color Cylindrical-coordinate representation of color #DE9CED: hue angle of 288.89º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DE9CED is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 156 | 237 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.07 |
| HSL | 288.89º | 0.69% | 0.77% | - |
| HSV(B) | 288.89º | 0.34% | 0.93% | - |
| XYZ | 57.3 | 45.42 | 85.87 | - |
| YUV | 184.97 | 157.37 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 156 | 237 | 0.06 | 0.34 | 0 | 0.07 | 288.89 | 0.69 | 0.77 |
| Hex | DE | 9C | ED | 6 | 22 | 0 | 7 | 121 | 45 | 4D |
| Octal | 336 | 234 | 355 | 6 | 42 | 0 | 7 | 441 | 105 | 115 |
| Binary | 11011110 | 10011100 | 11101101 | 110 | 100010 | 0 | 111 | 100100001 | 1000101 | 1001101 |
Color Harmonies of #DE9CED
Complementary color
Monochromatic Colors of #DE9CED
Black with #DE9CED
Text Example
Text Example
White with #DE9CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9CED; }
p { color: rgb(222,156,237); }
H1.HeaderClassName
{
color: #DE9CED;
}
.AnyTagClassName
{
color: #DE9CED;
}
</style>
background-color css
<style>
a { background-color: #DE9CED; }
a { background-color: rgb(222,156,237); }
div.DivClassName
{
background-color: #DE9CED;
}
.BgClassName
{
background-color: #DE9CED;
}
</style>
border-color css
<style>
span { border-color: #DE9CED; }
span { border-color: rgb(222,156,237); }
td.TdClassName
{
border-color: #DE9CED;
}
.TagClassName
{
border-color: #DE9CED;
}
</style>