Shades of Plum #DE9AD9
Tints of Plum #DE9AD9
RGB
CMYK
RGB Variations
Color information
#DE9AD9 (or 0xDE9AD9) is known color: Plum. HEX triplet: DE, 9A and D9. RGB value is (222,154,217). Sum of RGB (Red+Green+Blue) = 222+154+217=593 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.44% from 593); Green value is 154 (60.55% from 255 or 25.97% from 593); Blue value is 217 (85.16% from 255 or 36.59% from 593); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9AD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9AD9 is #216526. Grayscale: #B5B5B5. Windows color (decimal): -2188583 or 14260958. OLE color: 14260958.
HSL color Cylindrical-coordinate representation of color #DE9AD9: hue angle of 304.41º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DE9AD9 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 154 | 217 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.13 |
| HSL | 304.41º | 0.51% | 0.74% | - |
| HSV(B) | 304.41º | 0.31% | 0.87% | - |
| XYZ | 54.2 | 43.65 | 71.21 | - |
| YUV | 181.51 | 148.03 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 154 | 217 | 0 | 0.31 | 0.02 | 0.13 | 304.41 | 0.51 | 0.74 |
| Hex | DE | 9A | D9 | 0 | 1F | 2 | D | 130 | 33 | 4A |
| Octal | 336 | 232 | 331 | 0 | 37 | 2 | 15 | 460 | 63 | 112 |
| Binary | 11011110 | 10011010 | 11011001 | 0 | 11111 | 10 | 1101 | 100110000 | 110011 | 1001010 |
Color Harmonies of #DE9AD9
Complementary color
Monochromatic Colors of #DE9AD9
Black with #DE9AD9
Text Example
Text Example
White with #DE9AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9AD9; }
p { color: rgb(222,154,217); }
H1.HeaderClassName
{
color: #DE9AD9;
}
.AnyTagClassName
{
color: #DE9AD9;
}
</style>
background-color css
<style>
a { background-color: #DE9AD9; }
a { background-color: rgb(222,154,217); }
div.DivClassName
{
background-color: #DE9AD9;
}
.BgClassName
{
background-color: #DE9AD9;
}
</style>
border-color css
<style>
span { border-color: #DE9AD9; }
span { border-color: rgb(222,154,217); }
td.TdClassName
{
border-color: #DE9AD9;
}
.TagClassName
{
border-color: #DE9AD9;
}
</style>