Shades of Plum #DEA3E0
Tints of Plum #DEA3E0
RGB
CMYK
RGB Variations
Color information
#DEA3E0 (or 0xDEA3E0) is known color: Plum. HEX triplet: DE, A3 and E0. RGB value is (222,163,224). Sum of RGB (Red+Green+Blue) = 222+163+224=609 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.45% from 609); Green value is 163 (64.06% from 255 or 26.77% from 609); Blue value is 224 (87.89% from 255 or 36.78% from 609); Max value from RGB is 224 - color contains mainly: blue. Hex color #DEA3E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA3E0 is #215C1F. Grayscale: #BBBBBB. Windows color (decimal): -2186272 or 14722014. OLE color: 14722014.
HSL color Cylindrical-coordinate representation of color #DEA3E0: hue angle of 298.03º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DEA3E0 is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 163 | 224 | - |
| CMYK | 0.01 | 0.27 | 0 | 0.12 |
| HSL | 298.03º | 0.5% | 0.76% | - |
| HSV(B) | 298.03º | 0.27% | 0.88% | - |
| XYZ | 56.68 | 47.11 | 76.63 | - |
| YUV | 187.6 | 148.55 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 163 | 224 | 0.01 | 0.27 | 0 | 0.12 | 298.03 | 0.5 | 0.76 |
| Hex | DE | A3 | E0 | 1 | 1B | 0 | C | 12A | 32 | 4C |
| Octal | 336 | 243 | 340 | 1 | 33 | 0 | 14 | 452 | 62 | 114 |
| Binary | 11011110 | 10100011 | 11100000 | 1 | 11011 | 0 | 1100 | 100101010 | 110010 | 1001100 |
Color Harmonies of #DEA3E0
Complementary color
Monochromatic Colors of #DEA3E0
Black with #DEA3E0
Text Example
Text Example
White with #DEA3E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA3E0; }
p { color: rgb(222,163,224); }
H1.HeaderClassName
{
color: #DEA3E0;
}
.AnyTagClassName
{
color: #DEA3E0;
}
</style>
background-color css
<style>
a { background-color: #DEA3E0; }
a { background-color: rgb(222,163,224); }
div.DivClassName
{
background-color: #DEA3E0;
}
.BgClassName
{
background-color: #DEA3E0;
}
</style>
border-color css
<style>
span { border-color: #DEA3E0; }
span { border-color: rgb(222,163,224); }
td.TdClassName
{
border-color: #DEA3E0;
}
.TagClassName
{
border-color: #DEA3E0;
}
</style>