Shades of Plum #DE9BEC
Tints of Plum #DE9BEC
RGB
CMYK
RGB Variations
Color information
#DE9BEC (or 0xDE9BEC) is known color: Plum. HEX triplet: DE, 9B and EC. RGB value is (222,155,236). Sum of RGB (Red+Green+Blue) = 222+155+236=613 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.22% from 613); Green value is 155 (60.94% from 255 or 25.29% from 613); Blue value is 236 (92.58% from 255 or 38.50% from 613); Max value from RGB is 236 - color contains mainly: blue. Hex color #DE9BEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE9BEC is #216413. Grayscale: #B8B8B8. Windows color (decimal): -2188308 or 15506398. OLE color: 15506398.
HSL color Cylindrical-coordinate representation of color #DE9BEC: hue angle of 289.63º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DE9BEC is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 155 | 236 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.07 |
| HSL | 289.63º | 0.68% | 0.77% | - |
| HSV(B) | 289.63º | 0.34% | 0.93% | - |
| XYZ | 56.99 | 45.03 | 85.04 | - |
| YUV | 184.27 | 157.2 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 155 | 236 | 0.06 | 0.34 | 0 | 0.07 | 289.63 | 0.68 | 0.77 |
| Hex | DE | 9B | EC | 6 | 22 | 0 | 7 | 122 | 44 | 4D |
| Octal | 336 | 233 | 354 | 6 | 42 | 0 | 7 | 442 | 104 | 115 |
| Binary | 11011110 | 10011011 | 11101100 | 110 | 100010 | 0 | 111 | 100100010 | 1000100 | 1001101 |
Color Harmonies of #DE9BEC
Complementary color
Monochromatic Colors of #DE9BEC
Black with #DE9BEC
Text Example
Text Example
White with #DE9BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9BEC; }
p { color: rgb(222,155,236); }
H1.HeaderClassName
{
color: #DE9BEC;
}
.AnyTagClassName
{
color: #DE9BEC;
}
</style>
background-color css
<style>
a { background-color: #DE9BEC; }
a { background-color: rgb(222,155,236); }
div.DivClassName
{
background-color: #DE9BEC;
}
.BgClassName
{
background-color: #DE9BEC;
}
</style>
border-color css
<style>
span { border-color: #DE9BEC; }
span { border-color: rgb(222,155,236); }
td.TdClassName
{
border-color: #DE9BEC;
}
.TagClassName
{
border-color: #DE9BEC;
}
</style>