Shades of Plum #DEA1E8
Tints of Plum #DEA1E8
RGB
CMYK
RGB Variations
Color information
#DEA1E8 (or 0xDEA1E8) is known color: Plum. HEX triplet: DE, A1 and E8. RGB value is (222,161,232). Sum of RGB (Red+Green+Blue) = 222+161+232=615 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.10% from 615); Green value is 161 (63.28% from 255 or 26.18% from 615); Blue value is 232 (91.02% from 255 or 37.72% from 615); Max value from RGB is 232 - color contains mainly: blue. Hex color #DEA1E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA1E8 is #215E17. Grayscale: #BBBBBB. Windows color (decimal): -2186776 or 15245790. OLE color: 15245790.
HSL color Cylindrical-coordinate representation of color #DEA1E8: hue angle of 291.55º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DEA1E8 is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 161 | 232 | - |
| CMYK | 0.04 | 0.31 | 0 | 0.09 |
| HSL | 291.55º | 0.61% | 0.77% | - |
| HSV(B) | 291.55º | 0.31% | 0.91% | - |
| XYZ | 57.43 | 46.85 | 82.36 | - |
| YUV | 187.33 | 153.21 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 161 | 232 | 0.04 | 0.31 | 0 | 0.09 | 291.55 | 0.61 | 0.77 |
| Hex | DE | A1 | E8 | 4 | 1F | 0 | 9 | 124 | 3D | 4D |
| Octal | 336 | 241 | 350 | 4 | 37 | 0 | 11 | 444 | 75 | 115 |
| Binary | 11011110 | 10100001 | 11101000 | 100 | 11111 | 0 | 1001 | 100100100 | 111101 | 1001101 |
Color Harmonies of #DEA1E8
Complementary color
Monochromatic Colors of #DEA1E8
Black with #DEA1E8
Text Example
Text Example
White with #DEA1E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA1E8; }
p { color: rgb(222,161,232); }
H1.HeaderClassName
{
color: #DEA1E8;
}
.AnyTagClassName
{
color: #DEA1E8;
}
</style>
background-color css
<style>
a { background-color: #DEA1E8; }
a { background-color: rgb(222,161,232); }
div.DivClassName
{
background-color: #DEA1E8;
}
.BgClassName
{
background-color: #DEA1E8;
}
</style>
border-color css
<style>
span { border-color: #DEA1E8; }
span { border-color: rgb(222,161,232); }
td.TdClassName
{
border-color: #DEA1E8;
}
.TagClassName
{
border-color: #DEA1E8;
}
</style>