Shades of Plum #DE9CE4
Tints of Plum #DE9CE4
RGB
CMYK
RGB Variations
Color information
#DE9CE4 (or 0xDE9CE4) is known color: Plum. HEX triplet: DE, 9C and E4. RGB value is (222,156,228). Sum of RGB (Red+Green+Blue) = 222+156+228=606 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.63% from 606); Green value is 156 (61.33% from 255 or 25.74% from 606); Blue value is 228 (89.45% from 255 or 37.62% from 606); Max value from RGB is 228 - color contains mainly: blue. Hex color #DE9CE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9CE4 is #21631B. Grayscale: #B7B7B7. Windows color (decimal): -2188060 or 14982366. OLE color: 14982366.
HSL color Cylindrical-coordinate representation of color #DE9CE4: hue angle of 295º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DE9CE4 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 156 | 228 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.11 |
| HSL | 295º | 0.57% | 0.75% | - |
| HSV(B) | 295º | 0.32% | 0.89% | - |
| XYZ | 56.02 | 44.91 | 79.11 | - |
| YUV | 183.94 | 152.87 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 156 | 228 | 0.03 | 0.32 | 0 | 0.11 | 295 | 0.57 | 0.75 |
| Hex | DE | 9C | E4 | 3 | 20 | 0 | B | 127 | 39 | 4B |
| Octal | 336 | 234 | 344 | 3 | 40 | 0 | 13 | 447 | 71 | 113 |
| Binary | 11011110 | 10011100 | 11100100 | 11 | 100000 | 0 | 1011 | 100100111 | 111001 | 1001011 |
Color Harmonies of #DE9CE4
Complementary color
Monochromatic Colors of #DE9CE4
Black with #DE9CE4
Text Example
Text Example
White with #DE9CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9CE4; }
p { color: rgb(222,156,228); }
H1.HeaderClassName
{
color: #DE9CE4;
}
.AnyTagClassName
{
color: #DE9CE4;
}
</style>
background-color css
<style>
a { background-color: #DE9CE4; }
a { background-color: rgb(222,156,228); }
div.DivClassName
{
background-color: #DE9CE4;
}
.BgClassName
{
background-color: #DE9CE4;
}
</style>
border-color css
<style>
span { border-color: #DE9CE4; }
span { border-color: rgb(222,156,228); }
td.TdClassName
{
border-color: #DE9CE4;
}
.TagClassName
{
border-color: #DE9CE4;
}
</style>