Shades of Plum #DEA3DF
Tints of Plum #DEA3DF
RGB
CMYK
RGB Variations
Color information
#DEA3DF (or 0xDEA3DF) is known color: Plum. HEX triplet: DE, A3 and DF. RGB value is (222,163,223). Sum of RGB (Red+Green+Blue) = 222+163+223=608 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.51% from 608); Green value is 163 (64.06% from 255 or 26.81% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 223 - color contains mainly: blue. Hex color #DEA3DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA3DF is #215C20. Grayscale: #BBBBBB. Windows color (decimal): -2186273 or 14656478. OLE color: 14656478.
HSL color Cylindrical-coordinate representation of color #DEA3DF: hue angle of 299º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DEA3DF is Cyan = 0.00, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 163 | 223 | - |
| CMYK | 0.00 | 0.27 | 0 | 0.13 |
| HSL | 299º | 0.48% | 0.76% | - |
| HSV(B) | 299º | 0.27% | 0.87% | - |
| XYZ | 56.54 | 47.05 | 75.91 | - |
| YUV | 187.48 | 148.05 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 163 | 223 | 0.00 | 0.27 | 0 | 0.13 | 299 | 0.48 | 0.76 |
| Hex | DE | A3 | DF | 0 | 1B | 0 | D | 12B | 30 | 4C |
| Octal | 336 | 243 | 337 | 0 | 33 | 0 | 15 | 453 | 60 | 114 |
| Binary | 11011110 | 10100011 | 11011111 | 0 | 11011 | 0 | 1101 | 100101011 | 110000 | 1001100 |
Color Harmonies of #DEA3DF
Complementary color
Monochromatic Colors of #DEA3DF
Black with #DEA3DF
Text Example
Text Example
White with #DEA3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA3DF; }
p { color: rgb(222,163,223); }
H1.HeaderClassName
{
color: #DEA3DF;
}
.AnyTagClassName
{
color: #DEA3DF;
}
</style>
background-color css
<style>
a { background-color: #DEA3DF; }
a { background-color: rgb(222,163,223); }
div.DivClassName
{
background-color: #DEA3DF;
}
.BgClassName
{
background-color: #DEA3DF;
}
</style>
border-color css
<style>
span { border-color: #DEA3DF; }
span { border-color: rgb(222,163,223); }
td.TdClassName
{
border-color: #DEA3DF;
}
.TagClassName
{
border-color: #DEA3DF;
}
</style>