Shades of Plum #DEA7E1
Tints of Plum #DEA7E1
RGB
CMYK
RGB Variations
Color information
#DEA7E1 (or 0xDEA7E1) is known color: Plum. HEX triplet: DE, A7 and E1. RGB value is (222,167,225). Sum of RGB (Red+Green+Blue) = 222+167+225=614 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.16% from 614); Green value is 167 (65.62% from 255 or 27.20% from 614); Blue value is 225 (88.28% from 255 or 36.64% from 614); Max value from RGB is 225 - color contains mainly: blue. Hex color #DEA7E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA7E1 is #21581E. Grayscale: #BDBDBD. Windows color (decimal): -2185247 or 14788574. OLE color: 14788574.
HSL color Cylindrical-coordinate representation of color #DEA7E1: hue angle of 296.9º degrees, saturation: 0.49, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEA7E1 is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 167 | 225 | - |
| CMYK | 0.01 | 0.26 | 0 | 0.12 |
| HSL | 296.9º | 0.49% | 0.77% | - |
| HSV(B) | 296.9º | 0.26% | 0.88% | - |
| XYZ | 57.53 | 48.6 | 77.58 | - |
| YUV | 190.06 | 147.72 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 167 | 225 | 0.01 | 0.26 | 0 | 0.12 | 296.9 | 0.49 | 0.77 |
| Hex | DE | A7 | E1 | 1 | 1A | 0 | C | 129 | 31 | 4D |
| Octal | 336 | 247 | 341 | 1 | 32 | 0 | 14 | 451 | 61 | 115 |
| Binary | 11011110 | 10100111 | 11100001 | 1 | 11010 | 0 | 1100 | 100101001 | 110001 | 1001101 |
Color Harmonies of #DEA7E1
Complementary color
Monochromatic Colors of #DEA7E1
Black with #DEA7E1
Text Example
Text Example
White with #DEA7E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA7E1; }
p { color: rgb(222,167,225); }
H1.HeaderClassName
{
color: #DEA7E1;
}
.AnyTagClassName
{
color: #DEA7E1;
}
</style>
background-color css
<style>
a { background-color: #DEA7E1; }
a { background-color: rgb(222,167,225); }
div.DivClassName
{
background-color: #DEA7E1;
}
.BgClassName
{
background-color: #DEA7E1;
}
</style>
border-color css
<style>
span { border-color: #DEA7E1; }
span { border-color: rgb(222,167,225); }
td.TdClassName
{
border-color: #DEA7E1;
}
.TagClassName
{
border-color: #DEA7E1;
}
</style>