Shades of Plum #DE9CCD
Tints of Plum #DE9CCD
RGB
CMYK
RGB Variations
Color information
#DE9CCD (or 0xDE9CCD) is known color: Plum. HEX triplet: DE, 9C and CD. RGB value is (222,156,205). Sum of RGB (Red+Green+Blue) = 222+156+205=583 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.08% from 583); Green value is 156 (61.33% from 255 or 26.76% from 583); Blue value is 205 (80.47% from 255 or 35.16% from 583); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9CCD is #216332. Grayscale: #B5B5B5. Windows color (decimal): -2188083 or 13475038. OLE color: 13475038.
HSL color Cylindrical-coordinate representation of color #DE9CCD: hue angle of 315.45º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DE9CCD is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 156 | 205 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.13 |
| HSL | 315.45º | 0.5% | 0.74% | - |
| HSV(B) | 315.45º | 0.3% | 0.87% | - |
| XYZ | 53.03 | 43.71 | 63.4 | - |
| YUV | 181.32 | 141.37 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 156 | 205 | 0 | 0.30 | 0.08 | 0.13 | 315.45 | 0.5 | 0.74 |
| Hex | DE | 9C | CD | 0 | 1E | 8 | D | 13B | 32 | 4A |
| Octal | 336 | 234 | 315 | 0 | 36 | 10 | 15 | 473 | 62 | 112 |
| Binary | 11011110 | 10011100 | 11001101 | 0 | 11110 | 1000 | 1101 | 100111011 | 110010 | 1001010 |
Color Harmonies of #DE9CCD
Complementary color
Monochromatic Colors of #DE9CCD
Black with #DE9CCD
Text Example
Text Example
White with #DE9CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9CCD; }
p { color: rgb(222,156,205); }
H1.HeaderClassName
{
color: #DE9CCD;
}
.AnyTagClassName
{
color: #DE9CCD;
}
</style>
background-color css
<style>
a { background-color: #DE9CCD; }
a { background-color: rgb(222,156,205); }
div.DivClassName
{
background-color: #DE9CCD;
}
.BgClassName
{
background-color: #DE9CCD;
}
</style>
border-color css
<style>
span { border-color: #DE9CCD; }
span { border-color: rgb(222,156,205); }
td.TdClassName
{
border-color: #DE9CCD;
}
.TagClassName
{
border-color: #DE9CCD;
}
</style>