Shades of Plum #DE93E5
Tints of Plum #DE93E5
RGB
CMYK
RGB Variations
Color information
#DE93E5 (or 0xDE93E5) is known color: Plum. HEX triplet: DE, 93 and E5. RGB value is (222,147,229). Sum of RGB (Red+Green+Blue) = 222+147+229=598 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.12% from 598); Green value is 147 (57.81% from 255 or 24.58% from 598); Blue value is 229 (89.84% from 255 or 38.29% from 598); Max value from RGB is 229 - color contains mainly: blue. Hex color #DE93E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE93E5 is #216C1A. Grayscale: #B2B2B2. Windows color (decimal): -2190363 or 15045598. OLE color: 15045598.
HSL color Cylindrical-coordinate representation of color #DE93E5: hue angle of 294.88º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DE93E5 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 147 | 229 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.10 |
| HSL | 294.88º | 0.61% | 0.74% | - |
| HSV(B) | 294.88º | 0.36% | 0.9% | - |
| XYZ | 54.7 | 42.05 | 79.36 | - |
| YUV | 178.77 | 156.35 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 147 | 229 | 0.03 | 0.36 | 0 | 0.10 | 294.88 | 0.61 | 0.74 |
| Hex | DE | 93 | E5 | 3 | 24 | 0 | A | 127 | 3D | 4A |
| Octal | 336 | 223 | 345 | 3 | 44 | 0 | 12 | 447 | 75 | 112 |
| Binary | 11011110 | 10010011 | 11100101 | 11 | 100100 | 0 | 1010 | 100100111 | 111101 | 1001010 |
Color Harmonies of #DE93E5
Complementary color
Monochromatic Colors of #DE93E5
Black with #DE93E5
Text Example
Text Example
White with #DE93E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE93E5; }
p { color: rgb(222,147,229); }
H1.HeaderClassName
{
color: #DE93E5;
}
.AnyTagClassName
{
color: #DE93E5;
}
</style>
background-color css
<style>
a { background-color: #DE93E5; }
a { background-color: rgb(222,147,229); }
div.DivClassName
{
background-color: #DE93E5;
}
.BgClassName
{
background-color: #DE93E5;
}
</style>
border-color css
<style>
span { border-color: #DE93E5; }
span { border-color: rgb(222,147,229); }
td.TdClassName
{
border-color: #DE93E5;
}
.TagClassName
{
border-color: #DE93E5;
}
</style>