Shades of Plum #DE9FD9
Tints of Plum #DE9FD9
RGB
CMYK
RGB Variations
Color information
#DE9FD9 (or 0xDE9FD9) is known color: Plum. HEX triplet: DE, 9F and D9. RGB value is (222,159,217). Sum of RGB (Red+Green+Blue) = 222+159+217=598 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.12% from 598); Green value is 159 (62.5% from 255 or 26.59% from 598); Blue value is 217 (85.16% from 255 or 36.29% from 598); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9FD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9FD9 is #216026. Grayscale: #B8B8B8. Windows color (decimal): -2187303 or 14262238. OLE color: 14262238.
HSL color Cylindrical-coordinate representation of color #DE9FD9: hue angle of 304.76º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DE9FD9 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 159 | 217 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.13 |
| HSL | 304.76º | 0.49% | 0.75% | - |
| HSV(B) | 304.76º | 0.28% | 0.87% | - |
| XYZ | 55.05 | 45.34 | 71.5 | - |
| YUV | 184.45 | 146.37 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 159 | 217 | 0 | 0.28 | 0.02 | 0.13 | 304.76 | 0.49 | 0.75 |
| Hex | DE | 9F | D9 | 0 | 1C | 2 | D | 131 | 31 | 4B |
| Octal | 336 | 237 | 331 | 0 | 34 | 2 | 15 | 461 | 61 | 113 |
| Binary | 11011110 | 10011111 | 11011001 | 0 | 11100 | 10 | 1101 | 100110001 | 110001 | 1001011 |
Color Harmonies of #DE9FD9
Complementary color
Monochromatic Colors of #DE9FD9
Black with #DE9FD9
Text Example
Text Example
White with #DE9FD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9FD9; }
p { color: rgb(222,159,217); }
H1.HeaderClassName
{
color: #DE9FD9;
}
.AnyTagClassName
{
color: #DE9FD9;
}
</style>
background-color css
<style>
a { background-color: #DE9FD9; }
a { background-color: rgb(222,159,217); }
div.DivClassName
{
background-color: #DE9FD9;
}
.BgClassName
{
background-color: #DE9FD9;
}
</style>
border-color css
<style>
span { border-color: #DE9FD9; }
span { border-color: rgb(222,159,217); }
td.TdClassName
{
border-color: #DE9FD9;
}
.TagClassName
{
border-color: #DE9FD9;
}
</style>