Shades of Plum #DEA3DC
Tints of Plum #DEA3DC
RGB
CMYK
RGB Variations
Color information
#DEA3DC (or 0xDEA3DC) is known color: Plum. HEX triplet: DE, A3 and DC. RGB value is (222,163,220). Sum of RGB (Red+Green+Blue) = 222+163+220=605 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.69% from 605); Green value is 163 (64.06% from 255 or 26.94% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA3DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA3DC is #215C23. Grayscale: #BABABA. Windows color (decimal): -2186276 or 14459870. OLE color: 14459870.
HSL color Cylindrical-coordinate representation of color #DEA3DC: hue angle of 302.03º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DEA3DC is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 163 | 220 | - |
| CMYK | 0 | 0.27 | 0.01 | 0.13 |
| HSL | 302.03º | 0.47% | 0.75% | - |
| HSV(B) | 302.03º | 0.27% | 0.87% | - |
| XYZ | 56.14 | 46.89 | 73.8 | - |
| YUV | 187.14 | 146.55 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 163 | 220 | 0 | 0.27 | 0.01 | 0.13 | 302.03 | 0.47 | 0.75 |
| Hex | DE | A3 | DC | 0 | 1B | 1 | D | 12E | 2F | 4B |
| Octal | 336 | 243 | 334 | 0 | 33 | 1 | 15 | 456 | 57 | 113 |
| Binary | 11011110 | 10100011 | 11011100 | 0 | 11011 | 1 | 1101 | 100101110 | 101111 | 1001011 |
Color Harmonies of #DEA3DC
Complementary color
Monochromatic Colors of #DEA3DC
Black with #DEA3DC
Text Example
Text Example
White with #DEA3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA3DC; }
p { color: rgb(222,163,220); }
H1.HeaderClassName
{
color: #DEA3DC;
}
.AnyTagClassName
{
color: #DEA3DC;
}
</style>
background-color css
<style>
a { background-color: #DEA3DC; }
a { background-color: rgb(222,163,220); }
div.DivClassName
{
background-color: #DEA3DC;
}
.BgClassName
{
background-color: #DEA3DC;
}
</style>
border-color css
<style>
span { border-color: #DEA3DC; }
span { border-color: rgb(222,163,220); }
td.TdClassName
{
border-color: #DEA3DC;
}
.TagClassName
{
border-color: #DEA3DC;
}
</style>