Shades of Plum #DE9FDC
Tints of Plum #DE9FDC
RGB
CMYK
RGB Variations
Color information
#DE9FDC (or 0xDE9FDC) is known color: Plum. HEX triplet: DE, 9F and DC. RGB value is (222,159,220). Sum of RGB (Red+Green+Blue) = 222+159+220=601 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.94% from 601); Green value is 159 (62.5% from 255 or 26.46% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9FDC is #216023. Grayscale: #B8B8B8. Windows color (decimal): -2187300 or 14458846. OLE color: 14458846.
HSL color Cylindrical-coordinate representation of color #DE9FDC: hue angle of 301.9º 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 #DE9FDC is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 159 | 220 | - |
| CMYK | 0 | 0.28 | 0.01 | 0.13 |
| HSL | 301.9º | 0.49% | 0.75% | - |
| HSV(B) | 301.9º | 0.28% | 0.87% | - |
| XYZ | 55.44 | 45.49 | 73.57 | - |
| YUV | 184.79 | 147.87 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 159 | 220 | 0 | 0.28 | 0.01 | 0.13 | 301.9 | 0.49 | 0.75 |
| Hex | DE | 9F | DC | 0 | 1C | 1 | D | 12E | 31 | 4B |
| Octal | 336 | 237 | 334 | 0 | 34 | 1 | 15 | 456 | 61 | 113 |
| Binary | 11011110 | 10011111 | 11011100 | 0 | 11100 | 1 | 1101 | 100101110 | 110001 | 1001011 |
Color Harmonies of #DE9FDC
Complementary color
Monochromatic Colors of #DE9FDC
Black with #DE9FDC
Text Example
Text Example
White with #DE9FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9FDC; }
p { color: rgb(222,159,220); }
H1.HeaderClassName
{
color: #DE9FDC;
}
.AnyTagClassName
{
color: #DE9FDC;
}
</style>
background-color css
<style>
a { background-color: #DE9FDC; }
a { background-color: rgb(222,159,220); }
div.DivClassName
{
background-color: #DE9FDC;
}
.BgClassName
{
background-color: #DE9FDC;
}
</style>
border-color css
<style>
span { border-color: #DE9FDC; }
span { border-color: rgb(222,159,220); }
td.TdClassName
{
border-color: #DE9FDC;
}
.TagClassName
{
border-color: #DE9FDC;
}
</style>