Shades of Plum #DEA1D3
Tints of Plum #DEA1D3
RGB
CMYK
RGB Variations
Color information
#DEA1D3 (or 0xDEA1D3) is known color: Plum. HEX triplet: DE, A1 and D3. RGB value is (222,161,211). Sum of RGB (Red+Green+Blue) = 222+161+211=594 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.37% from 594); Green value is 161 (63.28% from 255 or 27.10% from 594); Blue value is 211 (82.81% from 255 or 35.52% from 594); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA1D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA1D3 is #215E2C. Grayscale: #B8B8B8. Windows color (decimal): -2186797 or 13869534. OLE color: 13869534.
HSL color Cylindrical-coordinate representation of color #DEA1D3: hue angle of 310.82º 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 #DEA1D3 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 161 | 211 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.13 |
| HSL | 310.82º | 0.48% | 0.75% | - |
| HSV(B) | 310.82º | 0.27% | 0.87% | - |
| XYZ | 54.63 | 45.72 | 67.57 | - |
| YUV | 184.94 | 142.71 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 161 | 211 | 0 | 0.27 | 0.05 | 0.13 | 310.82 | 0.48 | 0.75 |
| Hex | DE | A1 | D3 | 0 | 1B | 5 | D | 137 | 30 | 4B |
| Octal | 336 | 241 | 323 | 0 | 33 | 5 | 15 | 467 | 60 | 113 |
| Binary | 11011110 | 10100001 | 11010011 | 0 | 11011 | 101 | 1101 | 100110111 | 110000 | 1001011 |
Color Harmonies of #DEA1D3
Complementary color
Monochromatic Colors of #DEA1D3
Black with #DEA1D3
Text Example
Text Example
White with #DEA1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA1D3; }
p { color: rgb(222,161,211); }
H1.HeaderClassName
{
color: #DEA1D3;
}
.AnyTagClassName
{
color: #DEA1D3;
}
</style>
background-color css
<style>
a { background-color: #DEA1D3; }
a { background-color: rgb(222,161,211); }
div.DivClassName
{
background-color: #DEA1D3;
}
.BgClassName
{
background-color: #DEA1D3;
}
</style>
border-color css
<style>
span { border-color: #DEA1D3; }
span { border-color: rgb(222,161,211); }
td.TdClassName
{
border-color: #DEA1D3;
}
.TagClassName
{
border-color: #DEA1D3;
}
</style>