Shades of Plum #DEA5E7
Tints of Plum #DEA5E7
RGB
CMYK
RGB Variations
Color information
#DEA5E7 (or 0xDEA5E7) is known color: Plum. HEX triplet: DE, A5 and E7. RGB value is (222,165,231). Sum of RGB (Red+Green+Blue) = 222+165+231=618 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.92% from 618); Green value is 165 (64.84% from 255 or 26.70% from 618); Blue value is 231 (90.62% from 255 or 37.38% from 618); Max value from RGB is 231 - color contains mainly: blue. Hex color #DEA5E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA5E7 is #215A18. Grayscale: #BDBDBD. Windows color (decimal): -2185753 or 15181278. OLE color: 15181278.
HSL color Cylindrical-coordinate representation of color #DEA5E7: hue angle of 291.82º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEA5E7 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 165 | 231 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.09 |
| HSL | 291.82º | 0.58% | 0.78% | - |
| HSV(B) | 291.82º | 0.29% | 0.91% | - |
| XYZ | 58 | 48.21 | 81.85 | - |
| YUV | 189.57 | 151.38 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 165 | 231 | 0.04 | 0.29 | 0 | 0.09 | 291.82 | 0.58 | 0.78 |
| Hex | DE | A5 | E7 | 4 | 1D | 0 | 9 | 124 | 3A | 4E |
| Octal | 336 | 245 | 347 | 4 | 35 | 0 | 11 | 444 | 72 | 116 |
| Binary | 11011110 | 10100101 | 11100111 | 100 | 11101 | 0 | 1001 | 100100100 | 111010 | 1001110 |
Color Harmonies of #DEA5E7
Complementary color
Monochromatic Colors of #DEA5E7
Black with #DEA5E7
Text Example
Text Example
White with #DEA5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA5E7; }
p { color: rgb(222,165,231); }
H1.HeaderClassName
{
color: #DEA5E7;
}
.AnyTagClassName
{
color: #DEA5E7;
}
</style>
background-color css
<style>
a { background-color: #DEA5E7; }
a { background-color: rgb(222,165,231); }
div.DivClassName
{
background-color: #DEA5E7;
}
.BgClassName
{
background-color: #DEA5E7;
}
</style>
border-color css
<style>
span { border-color: #DEA5E7; }
span { border-color: rgb(222,165,231); }
td.TdClassName
{
border-color: #DEA5E7;
}
.TagClassName
{
border-color: #DEA5E7;
}
</style>