Shades of Plum #DEA1D2
Tints of Plum #DEA1D2
RGB
CMYK
RGB Variations
Color information
#DEA1D2 (or 0xDEA1D2) is known color: Plum. HEX triplet: DE, A1 and D2. RGB value is (222,161,210). Sum of RGB (Red+Green+Blue) = 222+161+210=593 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.44% from 593); Green value is 161 (63.28% from 255 or 27.15% from 593); Blue value is 210 (82.42% from 255 or 35.41% from 593); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA1D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA1D2 is #215E2D. Grayscale: #B8B8B8. Windows color (decimal): -2186798 or 13803998. OLE color: 13803998.
HSL color Cylindrical-coordinate representation of color #DEA1D2: hue angle of 311.8º degrees, saturation: 0.48, 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 #DEA1D2 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 161 | 210 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.13 |
| HSL | 311.8º | 0.48% | 0.75% | - |
| HSV(B) | 311.8º | 0.27% | 0.87% | - |
| XYZ | 54.5 | 45.67 | 66.92 | - |
| YUV | 184.83 | 142.21 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 161 | 210 | 0 | 0.27 | 0.05 | 0.13 | 311.8 | 0.48 | 0.75 |
| Hex | DE | A1 | D2 | 0 | 1B | 5 | D | 138 | 30 | 4B |
| Octal | 336 | 241 | 322 | 0 | 33 | 5 | 15 | 470 | 60 | 113 |
| Binary | 11011110 | 10100001 | 11010010 | 0 | 11011 | 101 | 1101 | 100111000 | 110000 | 1001011 |
Color Harmonies of #DEA1D2
Complementary color
Monochromatic Colors of #DEA1D2
Black with #DEA1D2
Text Example
Text Example
White with #DEA1D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA1D2; }
p { color: rgb(222,161,210); }
H1.HeaderClassName
{
color: #DEA1D2;
}
.AnyTagClassName
{
color: #DEA1D2;
}
</style>
background-color css
<style>
a { background-color: #DEA1D2; }
a { background-color: rgb(222,161,210); }
div.DivClassName
{
background-color: #DEA1D2;
}
.BgClassName
{
background-color: #DEA1D2;
}
</style>
border-color css
<style>
span { border-color: #DEA1D2; }
span { border-color: rgb(222,161,210); }
td.TdClassName
{
border-color: #DEA1D2;
}
.TagClassName
{
border-color: #DEA1D2;
}
</style>