Shades of Plum #DEA1E0
Tints of Plum #DEA1E0
RGB
CMYK
RGB Variations
Color information
#DEA1E0 (or 0xDEA1E0) is known color: Plum. HEX triplet: DE, A1 and E0. RGB value is (222,161,224). Sum of RGB (Red+Green+Blue) = 222+161+224=607 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.57% from 607); Green value is 161 (63.28% from 255 or 26.52% from 607); Blue value is 224 (87.89% from 255 or 36.90% from 607); Max value from RGB is 224 - color contains mainly: blue. Hex color #DEA1E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA1E0 is #215E1F. Grayscale: #BABABA. Windows color (decimal): -2186784 or 14721502. OLE color: 14721502.
HSL color Cylindrical-coordinate representation of color #DEA1E0: hue angle of 298.1º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEA1E0 is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 161 | 224 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.12 |
| HSL | 298.1º | 0.5% | 0.75% | - |
| HSV(B) | 298.1º | 0.28% | 0.88% | - |
| XYZ | 56.32 | 46.4 | 76.51 | - |
| YUV | 186.42 | 149.21 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 161 | 224 | 0.01 | 0.28 | 0 | 0.12 | 298.1 | 0.5 | 0.75 |
| Hex | DE | A1 | E0 | 1 | 1C | 0 | C | 12A | 32 | 4B |
| Octal | 336 | 241 | 340 | 1 | 34 | 0 | 14 | 452 | 62 | 113 |
| Binary | 11011110 | 10100001 | 11100000 | 1 | 11100 | 0 | 1100 | 100101010 | 110010 | 1001011 |
Color Harmonies of #DEA1E0
Complementary color
Monochromatic Colors of #DEA1E0
Black with #DEA1E0
Text Example
Text Example
White with #DEA1E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA1E0; }
p { color: rgb(222,161,224); }
H1.HeaderClassName
{
color: #DEA1E0;
}
.AnyTagClassName
{
color: #DEA1E0;
}
</style>
background-color css
<style>
a { background-color: #DEA1E0; }
a { background-color: rgb(222,161,224); }
div.DivClassName
{
background-color: #DEA1E0;
}
.BgClassName
{
background-color: #DEA1E0;
}
</style>
border-color css
<style>
span { border-color: #DEA1E0; }
span { border-color: rgb(222,161,224); }
td.TdClassName
{
border-color: #DEA1E0;
}
.TagClassName
{
border-color: #DEA1E0;
}
</style>