Shades of Plum #DEA2DF
Tints of Plum #DEA2DF
RGB
CMYK
RGB Variations
Color information
#DEA2DF (or 0xDEA2DF) is known color: Plum. HEX triplet: DE, A2 and DF. RGB value is (222,162,223). Sum of RGB (Red+Green+Blue) = 222+162+223=607 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.57% from 607); Green value is 162 (63.67% from 255 or 26.69% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 223 - color contains mainly: blue. Hex color #DEA2DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA2DF is #215D20. Grayscale: #BABABA. Windows color (decimal): -2186529 or 14656222. OLE color: 14656222.
HSL color Cylindrical-coordinate representation of color #DEA2DF: hue angle of 299.02º degrees, saturation: 0.49, 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 #DEA2DF is Cyan = 0.00, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 162 | 223 | - |
| CMYK | 0.00 | 0.27 | 0 | 0.13 |
| HSL | 299.02º | 0.49% | 0.75% | - |
| HSV(B) | 299.02º | 0.27% | 0.87% | - |
| XYZ | 56.36 | 46.7 | 75.85 | - |
| YUV | 186.89 | 148.38 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 162 | 223 | 0.00 | 0.27 | 0 | 0.13 | 299.02 | 0.49 | 0.75 |
| Hex | DE | A2 | DF | 0 | 1B | 0 | D | 12B | 31 | 4B |
| Octal | 336 | 242 | 337 | 0 | 33 | 0 | 15 | 453 | 61 | 113 |
| Binary | 11011110 | 10100010 | 11011111 | 0 | 11011 | 0 | 1101 | 100101011 | 110001 | 1001011 |
Color Harmonies of #DEA2DF
Complementary color
Monochromatic Colors of #DEA2DF
Black with #DEA2DF
Text Example
Text Example
White with #DEA2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA2DF; }
p { color: rgb(222,162,223); }
H1.HeaderClassName
{
color: #DEA2DF;
}
.AnyTagClassName
{
color: #DEA2DF;
}
</style>
background-color css
<style>
a { background-color: #DEA2DF; }
a { background-color: rgb(222,162,223); }
div.DivClassName
{
background-color: #DEA2DF;
}
.BgClassName
{
background-color: #DEA2DF;
}
</style>
border-color css
<style>
span { border-color: #DEA2DF; }
span { border-color: rgb(222,162,223); }
td.TdClassName
{
border-color: #DEA2DF;
}
.TagClassName
{
border-color: #DEA2DF;
}
</style>