Shades of Plum #DE9DDC
Tints of Plum #DE9DDC
RGB
CMYK
RGB Variations
Color information
#DE9DDC (or 0xDE9DDC) is known color: Plum. HEX triplet: DE, 9D and DC. RGB value is (222,157,220). Sum of RGB (Red+Green+Blue) = 222+157+220=599 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.06% from 599); Green value is 157 (61.72% from 255 or 26.21% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9DDC is #216223. Grayscale: #B7B7B7. Windows color (decimal): -2187812 or 14458334. OLE color: 14458334.
HSL color Cylindrical-coordinate representation of color #DE9DDC: hue angle of 301.85º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DE9DDC is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 157 | 220 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.13 |
| HSL | 301.85º | 0.5% | 0.74% | - |
| HSV(B) | 301.85º | 0.29% | 0.87% | - |
| XYZ | 55.1 | 44.81 | 73.46 | - |
| YUV | 183.62 | 148.53 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 157 | 220 | 0 | 0.29 | 0.01 | 0.13 | 301.85 | 0.5 | 0.74 |
| Hex | DE | 9D | DC | 0 | 1D | 1 | D | 12E | 32 | 4A |
| Octal | 336 | 235 | 334 | 0 | 35 | 1 | 15 | 456 | 62 | 112 |
| Binary | 11011110 | 10011101 | 11011100 | 0 | 11101 | 1 | 1101 | 100101110 | 110010 | 1001010 |
Color Harmonies of #DE9DDC
Complementary color
Monochromatic Colors of #DE9DDC
Black with #DE9DDC
Text Example
Text Example
White with #DE9DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9DDC; }
p { color: rgb(222,157,220); }
H1.HeaderClassName
{
color: #DE9DDC;
}
.AnyTagClassName
{
color: #DE9DDC;
}
</style>
background-color css
<style>
a { background-color: #DE9DDC; }
a { background-color: rgb(222,157,220); }
div.DivClassName
{
background-color: #DE9DDC;
}
.BgClassName
{
background-color: #DE9DDC;
}
</style>
border-color css
<style>
span { border-color: #DE9DDC; }
span { border-color: rgb(222,157,220); }
td.TdClassName
{
border-color: #DE9DDC;
}
.TagClassName
{
border-color: #DE9DDC;
}
</style>