Shades of Plum #DE93ED
Tints of Plum #DE93ED
RGB
CMYK
RGB Variations
Color information
#DE93ED (or 0xDE93ED) is known color: Plum. HEX triplet: DE, 93 and ED. RGB value is (222,147,237). Sum of RGB (Red+Green+Blue) = 222+147+237=606 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.63% from 606); Green value is 147 (57.81% from 255 or 24.26% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 237 - color contains mainly: blue. Hex color #DE93ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE93ED is #216C12. Grayscale: #B3B3B3. Windows color (decimal): -2190355 or 15569886. OLE color: 15569886.
HSL color Cylindrical-coordinate representation of color #DE93ED: hue angle of 290º degrees, saturation: 0.71, 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 #DE93ED is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 147 | 237 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.07 |
| HSL | 290º | 0.71% | 0.75% | - |
| HSV(B) | 290º | 0.38% | 0.93% | - |
| XYZ | 55.84 | 42.51 | 85.38 | - |
| YUV | 179.69 | 160.35 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 147 | 237 | 0.06 | 0.38 | 0 | 0.07 | 290 | 0.71 | 0.75 |
| Hex | DE | 93 | ED | 6 | 26 | 0 | 7 | 122 | 47 | 4B |
| Octal | 336 | 223 | 355 | 6 | 46 | 0 | 7 | 442 | 107 | 113 |
| Binary | 11011110 | 10010011 | 11101101 | 110 | 100110 | 0 | 111 | 100100010 | 1000111 | 1001011 |
Color Harmonies of #DE93ED
Complementary color
Monochromatic Colors of #DE93ED
Black with #DE93ED
Text Example
Text Example
White with #DE93ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE93ED; }
p { color: rgb(222,147,237); }
H1.HeaderClassName
{
color: #DE93ED;
}
.AnyTagClassName
{
color: #DE93ED;
}
</style>
background-color css
<style>
a { background-color: #DE93ED; }
a { background-color: rgb(222,147,237); }
div.DivClassName
{
background-color: #DE93ED;
}
.BgClassName
{
background-color: #DE93ED;
}
</style>
border-color css
<style>
span { border-color: #DE93ED; }
span { border-color: rgb(222,147,237); }
td.TdClassName
{
border-color: #DE93ED;
}
.TagClassName
{
border-color: #DE93ED;
}
</style>