Shades of Plum #DEA3EE
Tints of Plum #DEA3EE
RGB
CMYK
RGB Variations
Color information
#DEA3EE (or 0xDEA3EE) is known color: Plum. HEX triplet: DE, A3 and EE. RGB value is (222,163,238). Sum of RGB (Red+Green+Blue) = 222+163+238=623 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.63% from 623); Green value is 163 (64.06% from 255 or 26.16% from 623); Blue value is 238 (93.36% from 255 or 38.20% from 623); Max value from RGB is 238 - color contains mainly: blue. Hex color #DEA3EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA3EE is #215C11. Grayscale: #BCBCBC. Windows color (decimal): -2186258 or 15639518. OLE color: 15639518.
HSL color Cylindrical-coordinate representation of color #DEA3EE: hue angle of 287.2º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEA3EE is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 163 | 238 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.07 |
| HSL | 287.2º | 0.69% | 0.79% | - |
| HSV(B) | 287.2º | 0.32% | 0.93% | - |
| XYZ | 58.65 | 47.9 | 87.04 | - |
| YUV | 189.19 | 155.55 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 163 | 238 | 0.07 | 0.32 | 0 | 0.07 | 287.2 | 0.69 | 0.79 |
| Hex | DE | A3 | EE | 7 | 20 | 0 | 7 | 11F | 45 | 4F |
| Octal | 336 | 243 | 356 | 7 | 40 | 0 | 7 | 437 | 105 | 117 |
| Binary | 11011110 | 10100011 | 11101110 | 111 | 100000 | 0 | 111 | 100011111 | 1000101 | 1001111 |
Color Harmonies of #DEA3EE
Complementary color
Monochromatic Colors of #DEA3EE
Black with #DEA3EE
Text Example
Text Example
White with #DEA3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA3EE; }
p { color: rgb(222,163,238); }
H1.HeaderClassName
{
color: #DEA3EE;
}
.AnyTagClassName
{
color: #DEA3EE;
}
</style>
background-color css
<style>
a { background-color: #DEA3EE; }
a { background-color: rgb(222,163,238); }
div.DivClassName
{
background-color: #DEA3EE;
}
.BgClassName
{
background-color: #DEA3EE;
}
</style>
border-color css
<style>
span { border-color: #DEA3EE; }
span { border-color: rgb(222,163,238); }
td.TdClassName
{
border-color: #DEA3EE;
}
.TagClassName
{
border-color: #DEA3EE;
}
</style>