Shades of Plum #DEA3E7
Tints of Plum #DEA3E7
RGB
CMYK
RGB Variations
Color information
#DEA3E7 (or 0xDEA3E7) is known color: Plum. HEX triplet: DE, A3 and E7. RGB value is (222,163,231). Sum of RGB (Red+Green+Blue) = 222+163+231=616 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.04% from 616); Green value is 163 (64.06% from 255 or 26.46% from 616); Blue value is 231 (90.62% from 255 or 37.5% from 616); Max value from RGB is 231 - color contains mainly: blue. Hex color #DEA3E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA3E7 is #215C18. Grayscale: #BCBCBC. Windows color (decimal): -2186265 or 15180766. OLE color: 15180766.
HSL color Cylindrical-coordinate representation of color #DEA3E7: hue angle of 292.06º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEA3E7 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 163 | 231 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.09 |
| HSL | 292.06º | 0.59% | 0.77% | - |
| HSV(B) | 292.06º | 0.29% | 0.91% | - |
| XYZ | 57.65 | 47.49 | 81.73 | - |
| YUV | 188.39 | 152.05 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 163 | 231 | 0.04 | 0.29 | 0 | 0.09 | 292.06 | 0.59 | 0.77 |
| Hex | DE | A3 | E7 | 4 | 1D | 0 | 9 | 124 | 3B | 4D |
| Octal | 336 | 243 | 347 | 4 | 35 | 0 | 11 | 444 | 73 | 115 |
| Binary | 11011110 | 10100011 | 11100111 | 100 | 11101 | 0 | 1001 | 100100100 | 111011 | 1001101 |
Color Harmonies of #DEA3E7
Complementary color
Monochromatic Colors of #DEA3E7
Black with #DEA3E7
Text Example
Text Example
White with #DEA3E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA3E7; }
p { color: rgb(222,163,231); }
H1.HeaderClassName
{
color: #DEA3E7;
}
.AnyTagClassName
{
color: #DEA3E7;
}
</style>
background-color css
<style>
a { background-color: #DEA3E7; }
a { background-color: rgb(222,163,231); }
div.DivClassName
{
background-color: #DEA3E7;
}
.BgClassName
{
background-color: #DEA3E7;
}
</style>
border-color css
<style>
span { border-color: #DEA3E7; }
span { border-color: rgb(222,163,231); }
td.TdClassName
{
border-color: #DEA3E7;
}
.TagClassName
{
border-color: #DEA3E7;
}
</style>