Shades of Plum #DE9CDA
Tints of Plum #DE9CDA
RGB
CMYK
RGB Variations
Color information
#DE9CDA (or 0xDE9CDA) is known color: Plum. HEX triplet: DE, 9C and DA. RGB value is (222,156,218). Sum of RGB (Red+Green+Blue) = 222+156+218=596 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.25% from 596); Green value is 156 (61.33% from 255 or 26.17% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9CDA is #216325. Grayscale: #B6B6B6. Windows color (decimal): -2188070 or 14327006. OLE color: 14327006.
HSL color Cylindrical-coordinate representation of color #DE9CDA: hue angle of 303.64º 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 #DE9CDA is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 156 | 218 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.13 |
| HSL | 303.64º | 0.5% | 0.74% | - |
| HSV(B) | 303.64º | 0.3% | 0.87% | - |
| XYZ | 54.67 | 44.37 | 72.01 | - |
| YUV | 182.8 | 147.87 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 156 | 218 | 0 | 0.30 | 0.02 | 0.13 | 303.64 | 0.5 | 0.74 |
| Hex | DE | 9C | DA | 0 | 1E | 2 | D | 130 | 32 | 4A |
| Octal | 336 | 234 | 332 | 0 | 36 | 2 | 15 | 460 | 62 | 112 |
| Binary | 11011110 | 10011100 | 11011010 | 0 | 11110 | 10 | 1101 | 100110000 | 110010 | 1001010 |
Color Harmonies of #DE9CDA
Complementary color
Monochromatic Colors of #DE9CDA
Black with #DE9CDA
Text Example
Text Example
White with #DE9CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9CDA; }
p { color: rgb(222,156,218); }
H1.HeaderClassName
{
color: #DE9CDA;
}
.AnyTagClassName
{
color: #DE9CDA;
}
</style>
background-color css
<style>
a { background-color: #DE9CDA; }
a { background-color: rgb(222,156,218); }
div.DivClassName
{
background-color: #DE9CDA;
}
.BgClassName
{
background-color: #DE9CDA;
}
</style>
border-color css
<style>
span { border-color: #DE9CDA; }
span { border-color: rgb(222,156,218); }
td.TdClassName
{
border-color: #DE9CDA;
}
.TagClassName
{
border-color: #DE9CDA;
}
</style>