Shades of Plum #DE90DB
Tints of Plum #DE90DB
RGB
CMYK
RGB Variations
Color information
#DE90DB (or 0xDE90DB) is known color: Plum. HEX triplet: DE, 90 and DB. RGB value is (222,144,219). Sum of RGB (Red+Green+Blue) = 222+144+219=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 144 (56.64% from 255 or 24.62% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 222 - color contains mainly: red. Hex color #DE90DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE90DB is #216F24. Grayscale: #AFAFAF. Windows color (decimal): -2191141 or 14389470. OLE color: 14389470.
HSL color Cylindrical-coordinate representation of color #DE90DB: hue angle of 302.31º 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 #DE90DB is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 144 | 219 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.13 |
| HSL | 302.31º | 0.54% | 0.72% | - |
| HSV(B) | 302.31º | 0.35% | 0.87% | - |
| XYZ | 52.88 | 40.59 | 72.07 | - |
| YUV | 175.87 | 152.34 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 144 | 219 | 0 | 0.35 | 0.01 | 0.13 | 302.31 | 0.54 | 0.72 |
| Hex | DE | 90 | DB | 0 | 23 | 1 | D | 12E | 36 | 48 |
| Octal | 336 | 220 | 333 | 0 | 43 | 1 | 15 | 456 | 66 | 110 |
| Binary | 11011110 | 10010000 | 11011011 | 0 | 100011 | 1 | 1101 | 100101110 | 110110 | 1001000 |
Color Harmonies of #DE90DB
Complementary color
Monochromatic Colors of #DE90DB
Black with #DE90DB
Text Example
Text Example
White with #DE90DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE90DB; }
p { color: rgb(222,144,219); }
H1.HeaderClassName
{
color: #DE90DB;
}
.AnyTagClassName
{
color: #DE90DB;
}
</style>
background-color css
<style>
a { background-color: #DE90DB; }
a { background-color: rgb(222,144,219); }
div.DivClassName
{
background-color: #DE90DB;
}
.BgClassName
{
background-color: #DE90DB;
}
</style>
border-color css
<style>
span { border-color: #DE90DB; }
span { border-color: rgb(222,144,219); }
td.TdClassName
{
border-color: #DE90DB;
}
.TagClassName
{
border-color: #DE90DB;
}
</style>