Shades of Plum #DE9CDF
Tints of Plum #DE9CDF
RGB
CMYK
RGB Variations
Color information
#DE9CDF (or 0xDE9CDF) is known color: Plum. HEX triplet: DE, 9C and DF. RGB value is (222,156,223). Sum of RGB (Red+Green+Blue) = 222+156+223=601 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.94% from 601); Green value is 156 (61.33% from 255 or 25.96% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 223 - color contains mainly: blue. Hex color #DE9CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9CDF is #216320. Grayscale: #B7B7B7. Windows color (decimal): -2188065 or 14654686. OLE color: 14654686.
HSL color Cylindrical-coordinate representation of color #DE9CDF: hue angle of 299.1º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DE9CDF is Cyan = 0.00, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 156 | 223 | - |
| CMYK | 0.00 | 0.30 | 0 | 0.13 |
| HSL | 299.1º | 0.51% | 0.74% | - |
| HSV(B) | 299.1º | 0.3% | 0.87% | - |
| XYZ | 55.33 | 44.63 | 75.51 | - |
| YUV | 183.37 | 150.37 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 156 | 223 | 0.00 | 0.30 | 0 | 0.13 | 299.1 | 0.51 | 0.74 |
| Hex | DE | 9C | DF | 0 | 1E | 0 | D | 12B | 33 | 4A |
| Octal | 336 | 234 | 337 | 0 | 36 | 0 | 15 | 453 | 63 | 112 |
| Binary | 11011110 | 10011100 | 11011111 | 0 | 11110 | 0 | 1101 | 100101011 | 110011 | 1001010 |
Color Harmonies of #DE9CDF
Complementary color
Monochromatic Colors of #DE9CDF
Black with #DE9CDF
Text Example
Text Example
White with #DE9CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9CDF; }
p { color: rgb(222,156,223); }
H1.HeaderClassName
{
color: #DE9CDF;
}
.AnyTagClassName
{
color: #DE9CDF;
}
</style>
background-color css
<style>
a { background-color: #DE9CDF; }
a { background-color: rgb(222,156,223); }
div.DivClassName
{
background-color: #DE9CDF;
}
.BgClassName
{
background-color: #DE9CDF;
}
</style>
border-color css
<style>
span { border-color: #DE9CDF; }
span { border-color: rgb(222,156,223); }
td.TdClassName
{
border-color: #DE9CDF;
}
.TagClassName
{
border-color: #DE9CDF;
}
</style>