Shades of Plum #DE90DE
Tints of Plum #DE90DE
RGB
CMYK
RGB Variations
Color information
#DE90DE (or 0xDE90DE) is known color: Plum. HEX triplet: DE, 90 and DE. RGB value is (222,144,222). Sum of RGB (Red+Green+Blue) = 222+144+222=588 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.76% from 588); Green value is 144 (56.64% from 255 or 24.49% from 588); Blue value is 222 (87.11% from 255 or 37.76% from 588); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DE90DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE90DE is #216F21. Grayscale: #AFAFAF. Windows color (decimal): -2191138 or 14586078. OLE color: 14586078.
HSL color Cylindrical-coordinate representation of color #DE90DE: hue angle of 300º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DE90DE is Cyan = 0, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 144 | 222 | - |
| CMYK | 0 | 0.35 | 0 | 0.13 |
| HSL | 300º | 0.54% | 0.72% | - |
| HSV(B) | 300º | 0.35% | 0.87% | - |
| XYZ | 53.28 | 40.75 | 74.16 | - |
| YUV | 176.21 | 153.84 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 144 | 222 | 0 | 0.35 | 0 | 0.13 | 300 | 0.54 | 0.72 |
| Hex | DE | 90 | DE | 0 | 23 | 0 | D | 12C | 36 | 48 |
| Octal | 336 | 220 | 336 | 0 | 43 | 0 | 15 | 454 | 66 | 110 |
| Binary | 11011110 | 10010000 | 11011110 | 0 | 100011 | 0 | 1101 | 100101100 | 110110 | 1001000 |
Color Harmonies of #DE90DE
Complementary color
Monochromatic Colors of #DE90DE
Black with #DE90DE
Text Example
Text Example
White with #DE90DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE90DE; }
p { color: rgb(222,144,222); }
H1.HeaderClassName
{
color: #DE90DE;
}
.AnyTagClassName
{
color: #DE90DE;
}
</style>
background-color css
<style>
a { background-color: #DE90DE; }
a { background-color: rgb(222,144,222); }
div.DivClassName
{
background-color: #DE90DE;
}
.BgClassName
{
background-color: #DE90DE;
}
</style>
border-color css
<style>
span { border-color: #DE90DE; }
span { border-color: rgb(222,144,222); }
td.TdClassName
{
border-color: #DE90DE;
}
.TagClassName
{
border-color: #DE90DE;
}
</style>