Shades of Plum #DE91DE
Tints of Plum #DE91DE
RGB
CMYK
RGB Variations
Color information
#DE91DE (or 0xDE91DE) is known color: Plum. HEX triplet: DE, 91 and DE. RGB value is (222,145,222). Sum of RGB (Red+Green+Blue) = 222+145+222=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 145 (57.03% from 255 or 24.62% from 589); Blue value is 222 (87.11% from 255 or 37.69% from 589); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DE91DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE91DE is #216E21. Grayscale: #B0B0B0. Windows color (decimal): -2190882 or 14586334. OLE color: 14586334.
HSL color Cylindrical-coordinate representation of color #DE91DE: 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 #DE91DE is Cyan = 0, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 145 | 222 | - |
| CMYK | 0 | 0.35 | 0 | 0.13 |
| HSL | 300º | 0.54% | 0.72% | - |
| HSV(B) | 300º | 0.35% | 0.87% | - |
| XYZ | 53.43 | 41.05 | 74.22 | - |
| YUV | 176.8 | 153.51 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 145 | 222 | 0 | 0.35 | 0 | 0.13 | 300 | 0.54 | 0.72 |
| Hex | DE | 91 | DE | 0 | 23 | 0 | D | 12C | 36 | 48 |
| Octal | 336 | 221 | 336 | 0 | 43 | 0 | 15 | 454 | 66 | 110 |
| Binary | 11011110 | 10010001 | 11011110 | 0 | 100011 | 0 | 1101 | 100101100 | 110110 | 1001000 |
Color Harmonies of #DE91DE
Complementary color
Monochromatic Colors of #DE91DE
Black with #DE91DE
Text Example
Text Example
White with #DE91DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE91DE; }
p { color: rgb(222,145,222); }
H1.HeaderClassName
{
color: #DE91DE;
}
.AnyTagClassName
{
color: #DE91DE;
}
</style>
background-color css
<style>
a { background-color: #DE91DE; }
a { background-color: rgb(222,145,222); }
div.DivClassName
{
background-color: #DE91DE;
}
.BgClassName
{
background-color: #DE91DE;
}
</style>
border-color css
<style>
span { border-color: #DE91DE; }
span { border-color: rgb(222,145,222); }
td.TdClassName
{
border-color: #DE91DE;
}
.TagClassName
{
border-color: #DE91DE;
}
</style>