Shades of Plum #DE90E0
Tints of Plum #DE90E0
RGB
CMYK
RGB Variations
Color information
#DE90E0 (or 0xDE90E0) is known color: Plum. HEX triplet: DE, 90 and E0. RGB value is (222,144,224). Sum of RGB (Red+Green+Blue) = 222+144+224=590 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.63% from 590); Green value is 144 (56.64% from 255 or 24.41% from 590); Blue value is 224 (87.89% from 255 or 37.97% from 590); Max value from RGB is 224 - color contains mainly: blue. Hex color #DE90E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE90E0 is #216F1F. Grayscale: #B0B0B0. Windows color (decimal): -2191136 or 14717150. OLE color: 14717150.
HSL color Cylindrical-coordinate representation of color #DE90E0: hue angle of 298.5º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DE90E0 is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 144 | 224 | - |
| CMYK | 0.01 | 0.36 | 0 | 0.12 |
| HSL | 298.5º | 0.56% | 0.72% | - |
| HSV(B) | 298.5º | 0.36% | 0.88% | - |
| XYZ | 53.55 | 40.86 | 75.58 | - |
| YUV | 176.44 | 154.84 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 144 | 224 | 0.01 | 0.36 | 0 | 0.12 | 298.5 | 0.56 | 0.72 |
| Hex | DE | 90 | E0 | 1 | 24 | 0 | C | 12A | 38 | 48 |
| Octal | 336 | 220 | 340 | 1 | 44 | 0 | 14 | 452 | 70 | 110 |
| Binary | 11011110 | 10010000 | 11100000 | 1 | 100100 | 0 | 1100 | 100101010 | 111000 | 1001000 |
Color Harmonies of #DE90E0
Complementary color
Monochromatic Colors of #DE90E0
Black with #DE90E0
Text Example
Text Example
White with #DE90E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE90E0; }
p { color: rgb(222,144,224); }
H1.HeaderClassName
{
color: #DE90E0;
}
.AnyTagClassName
{
color: #DE90E0;
}
</style>
background-color css
<style>
a { background-color: #DE90E0; }
a { background-color: rgb(222,144,224); }
div.DivClassName
{
background-color: #DE90E0;
}
.BgClassName
{
background-color: #DE90E0;
}
</style>
border-color css
<style>
span { border-color: #DE90E0; }
span { border-color: rgb(222,144,224); }
td.TdClassName
{
border-color: #DE90E0;
}
.TagClassName
{
border-color: #DE90E0;
}
</style>