Shades of Plum #DE91E0
Tints of Plum #DE91E0
RGB
CMYK
RGB Variations
Color information
#DE91E0 (or 0xDE91E0) is known color: Plum. HEX triplet: DE, 91 and E0. RGB value is (222,145,224). Sum of RGB (Red+Green+Blue) = 222+145+224=591 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.56% from 591); Green value is 145 (57.03% from 255 or 24.53% from 591); Blue value is 224 (87.89% from 255 or 37.90% from 591); Max value from RGB is 224 - color contains mainly: blue. Hex color #DE91E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE91E0 is #216E1F. Grayscale: #B0B0B0. Windows color (decimal): -2190880 or 14717406. OLE color: 14717406.
HSL color Cylindrical-coordinate representation of color #DE91E0: hue angle of 298.48º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DE91E0 is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 145 | 224 | - |
| CMYK | 0.01 | 0.35 | 0 | 0.12 |
| HSL | 298.48º | 0.56% | 0.72% | - |
| HSV(B) | 298.48º | 0.35% | 0.88% | - |
| XYZ | 53.7 | 41.16 | 75.64 | - |
| YUV | 177.03 | 154.51 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 145 | 224 | 0.01 | 0.35 | 0 | 0.12 | 298.48 | 0.56 | 0.72 |
| Hex | DE | 91 | E0 | 1 | 23 | 0 | C | 12A | 38 | 48 |
| Octal | 336 | 221 | 340 | 1 | 43 | 0 | 14 | 452 | 70 | 110 |
| Binary | 11011110 | 10010001 | 11100000 | 1 | 100011 | 0 | 1100 | 100101010 | 111000 | 1001000 |
Color Harmonies of #DE91E0
Complementary color
Monochromatic Colors of #DE91E0
Black with #DE91E0
Text Example
Text Example
White with #DE91E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE91E0; }
p { color: rgb(222,145,224); }
H1.HeaderClassName
{
color: #DE91E0;
}
.AnyTagClassName
{
color: #DE91E0;
}
</style>
background-color css
<style>
a { background-color: #DE91E0; }
a { background-color: rgb(222,145,224); }
div.DivClassName
{
background-color: #DE91E0;
}
.BgClassName
{
background-color: #DE91E0;
}
</style>
border-color css
<style>
span { border-color: #DE91E0; }
span { border-color: rgb(222,145,224); }
td.TdClassName
{
border-color: #DE91E0;
}
.TagClassName
{
border-color: #DE91E0;
}
</style>