Shades of Plum #DEA3E3
Tints of Plum #DEA3E3
RGB
CMYK
RGB Variations
Color information
#DEA3E3 (or 0xDEA3E3) is known color: Plum. HEX triplet: DE, A3 and E3. RGB value is (222,163,227). Sum of RGB (Red+Green+Blue) = 222+163+227=612 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.27% from 612); Green value is 163 (64.06% from 255 or 26.63% from 612); Blue value is 227 (89.06% from 255 or 37.09% from 612); Max value from RGB is 227 - color contains mainly: blue. Hex color #DEA3E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA3E3 is #215C1C. Grayscale: #BBBBBB. Windows color (decimal): -2186269 or 14918622. OLE color: 14918622.
HSL color Cylindrical-coordinate representation of color #DEA3E3: hue angle of 295.31º degrees, saturation: 0.53, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEA3E3 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 163 | 227 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.11 |
| HSL | 295.31º | 0.53% | 0.76% | - |
| HSV(B) | 295.31º | 0.28% | 0.89% | - |
| XYZ | 57.09 | 47.27 | 78.79 | - |
| YUV | 187.94 | 150.05 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 163 | 227 | 0.02 | 0.28 | 0 | 0.11 | 295.31 | 0.53 | 0.76 |
| Hex | DE | A3 | E3 | 2 | 1C | 0 | B | 127 | 35 | 4C |
| Octal | 336 | 243 | 343 | 2 | 34 | 0 | 13 | 447 | 65 | 114 |
| Binary | 11011110 | 10100011 | 11100011 | 10 | 11100 | 0 | 1011 | 100100111 | 110101 | 1001100 |
Color Harmonies of #DEA3E3
Complementary color
Monochromatic Colors of #DEA3E3
Black with #DEA3E3
Text Example
Text Example
White with #DEA3E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA3E3; }
p { color: rgb(222,163,227); }
H1.HeaderClassName
{
color: #DEA3E3;
}
.AnyTagClassName
{
color: #DEA3E3;
}
</style>
background-color css
<style>
a { background-color: #DEA3E3; }
a { background-color: rgb(222,163,227); }
div.DivClassName
{
background-color: #DEA3E3;
}
.BgClassName
{
background-color: #DEA3E3;
}
</style>
border-color css
<style>
span { border-color: #DEA3E3; }
span { border-color: rgb(222,163,227); }
td.TdClassName
{
border-color: #DEA3E3;
}
.TagClassName
{
border-color: #DEA3E3;
}
</style>