Shades of Plum #DEA7E7
Tints of Plum #DEA7E7
RGB
CMYK
RGB Variations
Color information
#DEA7E7 (or 0xDEA7E7) is known color: Plum. HEX triplet: DE, A7 and E7. RGB value is (222,167,231). Sum of RGB (Red+Green+Blue) = 222+167+231=620 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.81% from 620); Green value is 167 (65.62% from 255 or 26.94% from 620); Blue value is 231 (90.62% from 255 or 37.26% from 620); Max value from RGB is 231 - color contains mainly: blue. Hex color #DEA7E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA7E7 is #215818. Grayscale: #BEBEBE. Windows color (decimal): -2185241 or 15181790. OLE color: 15181790.
HSL color Cylindrical-coordinate representation of color #DEA7E7: hue angle of 291.56º degrees, saturation: 0.57, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEA7E7 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 167 | 231 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.09 |
| HSL | 291.56º | 0.57% | 0.78% | - |
| HSV(B) | 291.56º | 0.28% | 0.91% | - |
| XYZ | 58.37 | 48.94 | 81.97 | - |
| YUV | 190.74 | 150.72 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 167 | 231 | 0.04 | 0.28 | 0 | 0.09 | 291.56 | 0.57 | 0.78 |
| Hex | DE | A7 | E7 | 4 | 1C | 0 | 9 | 124 | 39 | 4E |
| Octal | 336 | 247 | 347 | 4 | 34 | 0 | 11 | 444 | 71 | 116 |
| Binary | 11011110 | 10100111 | 11100111 | 100 | 11100 | 0 | 1001 | 100100100 | 111001 | 1001110 |
Color Harmonies of #DEA7E7
Complementary color
Monochromatic Colors of #DEA7E7
Black with #DEA7E7
Text Example
Text Example
White with #DEA7E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA7E7; }
p { color: rgb(222,167,231); }
H1.HeaderClassName
{
color: #DEA7E7;
}
.AnyTagClassName
{
color: #DEA7E7;
}
</style>
background-color css
<style>
a { background-color: #DEA7E7; }
a { background-color: rgb(222,167,231); }
div.DivClassName
{
background-color: #DEA7E7;
}
.BgClassName
{
background-color: #DEA7E7;
}
</style>
border-color css
<style>
span { border-color: #DEA7E7; }
span { border-color: rgb(222,167,231); }
td.TdClassName
{
border-color: #DEA7E7;
}
.TagClassName
{
border-color: #DEA7E7;
}
</style>