Shades of Plum #DE93EE
Tints of Plum #DE93EE
RGB
CMYK
RGB Variations
Color information
#DE93EE (or 0xDE93EE) is known color: Plum. HEX triplet: DE, 93 and EE. RGB value is (222,147,238). Sum of RGB (Red+Green+Blue) = 222+147+238=607 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.57% from 607); Green value is 147 (57.81% from 255 or 24.22% from 607); Blue value is 238 (93.36% from 255 or 39.21% from 607); Max value from RGB is 238 - color contains mainly: blue. Hex color #DE93EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE93EE is #216C11. Grayscale: #B3B3B3. Windows color (decimal): -2190354 or 15635422. OLE color: 15635422.
HSL color Cylindrical-coordinate representation of color #DE93EE: hue angle of 289.45º degrees, saturation: 0.73, 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 #DE93EE is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 147 | 238 | - |
| CMYK | 0.07 | 0.38 | 0 | 0.07 |
| HSL | 289.45º | 0.73% | 0.75% | - |
| HSV(B) | 289.45º | 0.38% | 0.93% | - |
| XYZ | 55.99 | 42.57 | 86.15 | - |
| YUV | 179.8 | 160.85 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 147 | 238 | 0.07 | 0.38 | 0 | 0.07 | 289.45 | 0.73 | 0.75 |
| Hex | DE | 93 | EE | 7 | 26 | 0 | 7 | 121 | 49 | 4B |
| Octal | 336 | 223 | 356 | 7 | 46 | 0 | 7 | 441 | 111 | 113 |
| Binary | 11011110 | 10010011 | 11101110 | 111 | 100110 | 0 | 111 | 100100001 | 1001001 | 1001011 |
Color Harmonies of #DE93EE
Complementary color
Monochromatic Colors of #DE93EE
Black with #DE93EE
Text Example
Text Example
White with #DE93EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE93EE; }
p { color: rgb(222,147,238); }
H1.HeaderClassName
{
color: #DE93EE;
}
.AnyTagClassName
{
color: #DE93EE;
}
</style>
background-color css
<style>
a { background-color: #DE93EE; }
a { background-color: rgb(222,147,238); }
div.DivClassName
{
background-color: #DE93EE;
}
.BgClassName
{
background-color: #DE93EE;
}
</style>
border-color css
<style>
span { border-color: #DE93EE; }
span { border-color: rgb(222,147,238); }
td.TdClassName
{
border-color: #DE93EE;
}
.TagClassName
{
border-color: #DE93EE;
}
</style>