Shades of Plum #DE9DED
Tints of Plum #DE9DED
RGB
CMYK
RGB Variations
Color information
#DE9DED (or 0xDE9DED) is known color: Plum. HEX triplet: DE, 9D and ED. RGB value is (222,157,237). Sum of RGB (Red+Green+Blue) = 222+157+237=616 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.04% from 616); Green value is 157 (61.72% from 255 or 25.49% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 237 - color contains mainly: blue. Hex color #DE9DED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE9DED is #216212. Grayscale: #B9B9B9. Windows color (decimal): -2187795 or 15572446. OLE color: 15572446.
HSL color Cylindrical-coordinate representation of color #DE9DED: hue angle of 288.75º 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 #DE9DED is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 157 | 237 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.07 |
| HSL | 288.75º | 0.69% | 0.77% | - |
| HSV(B) | 288.75º | 0.34% | 0.93% | - |
| XYZ | 57.47 | 45.76 | 85.92 | - |
| YUV | 185.56 | 157.03 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 157 | 237 | 0.06 | 0.34 | 0 | 0.07 | 288.75 | 0.69 | 0.77 |
| Hex | DE | 9D | ED | 6 | 22 | 0 | 7 | 121 | 45 | 4D |
| Octal | 336 | 235 | 355 | 6 | 42 | 0 | 7 | 441 | 105 | 115 |
| Binary | 11011110 | 10011101 | 11101101 | 110 | 100010 | 0 | 111 | 100100001 | 1000101 | 1001101 |
Color Harmonies of #DE9DED
Complementary color
Monochromatic Colors of #DE9DED
Black with #DE9DED
Text Example
Text Example
White with #DE9DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9DED; }
p { color: rgb(222,157,237); }
H1.HeaderClassName
{
color: #DE9DED;
}
.AnyTagClassName
{
color: #DE9DED;
}
</style>
background-color css
<style>
a { background-color: #DE9DED; }
a { background-color: rgb(222,157,237); }
div.DivClassName
{
background-color: #DE9DED;
}
.BgClassName
{
background-color: #DE9DED;
}
</style>
border-color css
<style>
span { border-color: #DE9DED; }
span { border-color: rgb(222,157,237); }
td.TdClassName
{
border-color: #DE9DED;
}
.TagClassName
{
border-color: #DE9DED;
}
</style>