Shades of Plum #DE9FCD
Tints of Plum #DE9FCD
RGB
CMYK
RGB Variations
Color information
#DE9FCD (or 0xDE9FCD) is known color: Plum. HEX triplet: DE, 9F and CD. RGB value is (222,159,205). Sum of RGB (Red+Green+Blue) = 222+159+205=586 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.88% from 586); Green value is 159 (62.5% from 255 or 27.13% from 586); Blue value is 205 (80.47% from 255 or 34.98% from 586); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9FCD is #216032. Grayscale: #B6B6B6. Windows color (decimal): -2187315 or 13475806. OLE color: 13475806.
HSL color Cylindrical-coordinate representation of color #DE9FCD: hue angle of 316.19º 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 #DE9FCD is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 159 | 205 | - |
| CMYK | 0 | 0.28 | 0.08 | 0.13 |
| HSL | 316.19º | 0.49% | 0.75% | - |
| HSV(B) | 316.19º | 0.28% | 0.87% | - |
| XYZ | 53.54 | 44.73 | 63.57 | - |
| YUV | 183.08 | 140.37 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 159 | 205 | 0 | 0.28 | 0.08 | 0.13 | 316.19 | 0.49 | 0.75 |
| Hex | DE | 9F | CD | 0 | 1C | 8 | D | 13C | 31 | 4B |
| Octal | 336 | 237 | 315 | 0 | 34 | 10 | 15 | 474 | 61 | 113 |
| Binary | 11011110 | 10011111 | 11001101 | 0 | 11100 | 1000 | 1101 | 100111100 | 110001 | 1001011 |
Color Harmonies of #DE9FCD
Complementary color
Monochromatic Colors of #DE9FCD
Black with #DE9FCD
Text Example
Text Example
White with #DE9FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9FCD; }
p { color: rgb(222,159,205); }
H1.HeaderClassName
{
color: #DE9FCD;
}
.AnyTagClassName
{
color: #DE9FCD;
}
</style>
background-color css
<style>
a { background-color: #DE9FCD; }
a { background-color: rgb(222,159,205); }
div.DivClassName
{
background-color: #DE9FCD;
}
.BgClassName
{
background-color: #DE9FCD;
}
</style>
border-color css
<style>
span { border-color: #DE9FCD; }
span { border-color: rgb(222,159,205); }
td.TdClassName
{
border-color: #DE9FCD;
}
.TagClassName
{
border-color: #DE9FCD;
}
</style>