Shades of Plum #DE9BEA
Tints of Plum #DE9BEA
RGB
CMYK
RGB Variations
Color information
#DE9BEA (or 0xDE9BEA) is known color: Plum. HEX triplet: DE, 9B and EA. RGB value is (222,155,234). Sum of RGB (Red+Green+Blue) = 222+155+234=611 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.33% from 611); Green value is 155 (60.94% from 255 or 25.37% from 611); Blue value is 234 (91.80% from 255 or 38.30% from 611); Max value from RGB is 234 - color contains mainly: blue. Hex color #DE9BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE9BEA is #216415. Grayscale: #B7B7B7. Windows color (decimal): -2188310 or 15375326. OLE color: 15375326.
HSL color Cylindrical-coordinate representation of color #DE9BEA: hue angle of 290.89º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DE9BEA is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 155 | 234 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.08 |
| HSL | 290.89º | 0.65% | 0.76% | - |
| HSV(B) | 290.89º | 0.34% | 0.92% | - |
| XYZ | 56.7 | 44.91 | 83.52 | - |
| YUV | 184.04 | 156.2 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 155 | 234 | 0.05 | 0.34 | 0 | 0.08 | 290.89 | 0.65 | 0.76 |
| Hex | DE | 9B | EA | 5 | 22 | 0 | 8 | 123 | 41 | 4C |
| Octal | 336 | 233 | 352 | 5 | 42 | 0 | 10 | 443 | 101 | 114 |
| Binary | 11011110 | 10011011 | 11101010 | 101 | 100010 | 0 | 1000 | 100100011 | 1000001 | 1001100 |
Color Harmonies of #DE9BEA
Complementary color
Monochromatic Colors of #DE9BEA
Black with #DE9BEA
Text Example
Text Example
White with #DE9BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9BEA; }
p { color: rgb(222,155,234); }
H1.HeaderClassName
{
color: #DE9BEA;
}
.AnyTagClassName
{
color: #DE9BEA;
}
</style>
background-color css
<style>
a { background-color: #DE9BEA; }
a { background-color: rgb(222,155,234); }
div.DivClassName
{
background-color: #DE9BEA;
}
.BgClassName
{
background-color: #DE9BEA;
}
</style>
border-color css
<style>
span { border-color: #DE9BEA; }
span { border-color: rgb(222,155,234); }
td.TdClassName
{
border-color: #DE9BEA;
}
.TagClassName
{
border-color: #DE9BEA;
}
</style>