Shades of Plum #DE93EC
Tints of Plum #DE93EC
RGB
CMYK
RGB Variations
Color information
#DE93EC (or 0xDE93EC) is known color: Plum. HEX triplet: DE, 93 and EC. RGB value is (222,147,236). Sum of RGB (Red+Green+Blue) = 222+147+236=605 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.69% from 605); Green value is 147 (57.81% from 255 or 24.30% from 605); Blue value is 236 (92.58% from 255 or 39.01% from 605); Max value from RGB is 236 - color contains mainly: blue. Hex color #DE93EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE93EC is #216C13. Grayscale: #B3B3B3. Windows color (decimal): -2190356 or 15504350. OLE color: 15504350.
HSL color Cylindrical-coordinate representation of color #DE93EC: hue angle of 290.56º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DE93EC is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 147 | 236 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.07 |
| HSL | 290.56º | 0.7% | 0.75% | - |
| HSV(B) | 290.56º | 0.38% | 0.93% | - |
| XYZ | 55.7 | 42.45 | 84.62 | - |
| YUV | 179.57 | 159.85 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 147 | 236 | 0.06 | 0.38 | 0 | 0.07 | 290.56 | 0.7 | 0.75 |
| Hex | DE | 93 | EC | 6 | 26 | 0 | 7 | 123 | 46 | 4B |
| Octal | 336 | 223 | 354 | 6 | 46 | 0 | 7 | 443 | 106 | 113 |
| Binary | 11011110 | 10010011 | 11101100 | 110 | 100110 | 0 | 111 | 100100011 | 1000110 | 1001011 |
Color Harmonies of #DE93EC
Complementary color
Monochromatic Colors of #DE93EC
Black with #DE93EC
Text Example
Text Example
White with #DE93EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE93EC; }
p { color: rgb(222,147,236); }
H1.HeaderClassName
{
color: #DE93EC;
}
.AnyTagClassName
{
color: #DE93EC;
}
</style>
background-color css
<style>
a { background-color: #DE93EC; }
a { background-color: rgb(222,147,236); }
div.DivClassName
{
background-color: #DE93EC;
}
.BgClassName
{
background-color: #DE93EC;
}
</style>
border-color css
<style>
span { border-color: #DE93EC; }
span { border-color: rgb(222,147,236); }
td.TdClassName
{
border-color: #DE93EC;
}
.TagClassName
{
border-color: #DE93EC;
}
</style>