Shades of Plum #DE9CD4
Tints of Plum #DE9CD4
RGB
CMYK
RGB Variations
Color information
#DE9CD4 (or 0xDE9CD4) is known color: Plum. HEX triplet: DE, 9C and D4. RGB value is (222,156,212). Sum of RGB (Red+Green+Blue) = 222+156+212=590 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.63% from 590); Green value is 156 (61.33% from 255 or 26.44% from 590); Blue value is 212 (83.20% from 255 or 35.93% from 590); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9CD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9CD4 is #21632B. Grayscale: #B5B5B5. Windows color (decimal): -2188076 or 13933790. OLE color: 13933790.
HSL color Cylindrical-coordinate representation of color #DE9CD4: hue angle of 309.09º 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 #DE9CD4 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 156 | 212 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.13 |
| HSL | 309.09º | 0.5% | 0.74% | - |
| HSV(B) | 309.09º | 0.3% | 0.87% | - |
| XYZ | 53.9 | 44.06 | 67.95 | - |
| YUV | 182.12 | 144.87 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 156 | 212 | 0 | 0.30 | 0.05 | 0.13 | 309.09 | 0.5 | 0.74 |
| Hex | DE | 9C | D4 | 0 | 1E | 5 | D | 135 | 32 | 4A |
| Octal | 336 | 234 | 324 | 0 | 36 | 5 | 15 | 465 | 62 | 112 |
| Binary | 11011110 | 10011100 | 11010100 | 0 | 11110 | 101 | 1101 | 100110101 | 110010 | 1001010 |
Color Harmonies of #DE9CD4
Complementary color
Monochromatic Colors of #DE9CD4
Black with #DE9CD4
Text Example
Text Example
White with #DE9CD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9CD4; }
p { color: rgb(222,156,212); }
H1.HeaderClassName
{
color: #DE9CD4;
}
.AnyTagClassName
{
color: #DE9CD4;
}
</style>
background-color css
<style>
a { background-color: #DE9CD4; }
a { background-color: rgb(222,156,212); }
div.DivClassName
{
background-color: #DE9CD4;
}
.BgClassName
{
background-color: #DE9CD4;
}
</style>
border-color css
<style>
span { border-color: #DE9CD4; }
span { border-color: rgb(222,156,212); }
td.TdClassName
{
border-color: #DE9CD4;
}
.TagClassName
{
border-color: #DE9CD4;
}
</style>