Shades of Plum #DEA7E3
Tints of Plum #DEA7E3
RGB
CMYK
RGB Variations
Color information
#DEA7E3 (or 0xDEA7E3) is known color: Plum. HEX triplet: DE, A7 and E3. RGB value is (222,167,227). Sum of RGB (Red+Green+Blue) = 222+167+227=616 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.04% from 616); Green value is 167 (65.62% from 255 or 27.11% from 616); Blue value is 227 (89.06% from 255 or 36.85% from 616); Max value from RGB is 227 - color contains mainly: blue. Hex color #DEA7E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA7E3 is #21581C. Grayscale: #BEBEBE. Windows color (decimal): -2185245 or 14919646. OLE color: 14919646.
HSL color Cylindrical-coordinate representation of color #DEA7E3: hue angle of 295º degrees, saturation: 0.52, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEA7E3 is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 167 | 227 | - |
| CMYK | 0.02 | 0.26 | 0 | 0.11 |
| HSL | 295º | 0.52% | 0.77% | - |
| HSV(B) | 295º | 0.26% | 0.89% | - |
| XYZ | 57.81 | 48.71 | 79.03 | - |
| YUV | 190.29 | 148.72 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 167 | 227 | 0.02 | 0.26 | 0 | 0.11 | 295 | 0.52 | 0.77 |
| Hex | DE | A7 | E3 | 2 | 1A | 0 | B | 127 | 34 | 4D |
| Octal | 336 | 247 | 343 | 2 | 32 | 0 | 13 | 447 | 64 | 115 |
| Binary | 11011110 | 10100111 | 11100011 | 10 | 11010 | 0 | 1011 | 100100111 | 110100 | 1001101 |
Color Harmonies of #DEA7E3
Complementary color
Monochromatic Colors of #DEA7E3
Black with #DEA7E3
Text Example
Text Example
White with #DEA7E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA7E3; }
p { color: rgb(222,167,227); }
H1.HeaderClassName
{
color: #DEA7E3;
}
.AnyTagClassName
{
color: #DEA7E3;
}
</style>
background-color css
<style>
a { background-color: #DEA7E3; }
a { background-color: rgb(222,167,227); }
div.DivClassName
{
background-color: #DEA7E3;
}
.BgClassName
{
background-color: #DEA7E3;
}
</style>
border-color css
<style>
span { border-color: #DEA7E3; }
span { border-color: rgb(222,167,227); }
td.TdClassName
{
border-color: #DEA7E3;
}
.TagClassName
{
border-color: #DEA7E3;
}
</style>