Shades of Plum #DEA3E4
Tints of Plum #DEA3E4
RGB
CMYK
RGB Variations
Color information
#DEA3E4 (or 0xDEA3E4) is known color: Plum. HEX triplet: DE, A3 and E4. RGB value is (222,163,228). Sum of RGB (Red+Green+Blue) = 222+163+228=613 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.22% from 613); Green value is 163 (64.06% from 255 or 26.59% from 613); Blue value is 228 (89.45% from 255 or 37.19% from 613); Max value from RGB is 228 - color contains mainly: blue. Hex color #DEA3E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA3E4 is #215C1B. Grayscale: #BBBBBB. Windows color (decimal): -2186268 or 14984158. OLE color: 14984158.
HSL color Cylindrical-coordinate representation of color #DEA3E4: hue angle of 294.46º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEA3E4 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 163 | 228 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.11 |
| HSL | 294.46º | 0.55% | 0.77% | - |
| HSV(B) | 294.46º | 0.29% | 0.89% | - |
| XYZ | 57.22 | 47.33 | 79.52 | - |
| YUV | 188.05 | 150.55 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 163 | 228 | 0.03 | 0.29 | 0 | 0.11 | 294.46 | 0.55 | 0.77 |
| Hex | DE | A3 | E4 | 3 | 1D | 0 | B | 126 | 37 | 4D |
| Octal | 336 | 243 | 344 | 3 | 35 | 0 | 13 | 446 | 67 | 115 |
| Binary | 11011110 | 10100011 | 11100100 | 11 | 11101 | 0 | 1011 | 100100110 | 110111 | 1001101 |
Color Harmonies of #DEA3E4
Complementary color
Monochromatic Colors of #DEA3E4
Black with #DEA3E4
Text Example
Text Example
White with #DEA3E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA3E4; }
p { color: rgb(222,163,228); }
H1.HeaderClassName
{
color: #DEA3E4;
}
.AnyTagClassName
{
color: #DEA3E4;
}
</style>
background-color css
<style>
a { background-color: #DEA3E4; }
a { background-color: rgb(222,163,228); }
div.DivClassName
{
background-color: #DEA3E4;
}
.BgClassName
{
background-color: #DEA3E4;
}
</style>
border-color css
<style>
span { border-color: #DEA3E4; }
span { border-color: rgb(222,163,228); }
td.TdClassName
{
border-color: #DEA3E4;
}
.TagClassName
{
border-color: #DEA3E4;
}
</style>