Shades of Plum #DE8CDD
Tints of Plum #DE8CDD
RGB
CMYK
RGB Variations
Color information
#DE8CDD (or 0xDE8CDD) is known color: Plum. HEX triplet: DE, 8C and DD. RGB value is (222,140,221). Sum of RGB (Red+Green+Blue) = 222+140+221=583 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.08% from 583); Green value is 140 (55.08% from 255 or 24.01% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE8CDD is #217322. Grayscale: #ADADAD. Windows color (decimal): -2192163 or 14519518. OLE color: 14519518.
HSL color Cylindrical-coordinate representation of color #DE8CDD: hue angle of 300.73º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DE8CDD is Cyan = 0, Magento = 0.37, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 140 | 221 | - |
| CMYK | 0 | 0.37 | 0.00 | 0.13 |
| HSL | 300.73º | 0.55% | 0.71% | - |
| HSV(B) | 300.73º | 0.37% | 0.87% | - |
| XYZ | 52.55 | 39.51 | 73.26 | - |
| YUV | 173.75 | 154.67 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 140 | 221 | 0 | 0.37 | 0.00 | 0.13 | 300.73 | 0.55 | 0.71 |
| Hex | DE | 8C | DD | 0 | 25 | 0 | D | 12D | 37 | 47 |
| Octal | 336 | 214 | 335 | 0 | 45 | 0 | 15 | 455 | 67 | 107 |
| Binary | 11011110 | 10001100 | 11011101 | 0 | 100101 | 0 | 1101 | 100101101 | 110111 | 1000111 |
Color Harmonies of #DE8CDD
Complementary color
Monochromatic Colors of #DE8CDD
Black with #DE8CDD
Text Example
Text Example
White with #DE8CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8CDD; }
p { color: rgb(222,140,221); }
H1.HeaderClassName
{
color: #DE8CDD;
}
.AnyTagClassName
{
color: #DE8CDD;
}
</style>
background-color css
<style>
a { background-color: #DE8CDD; }
a { background-color: rgb(222,140,221); }
div.DivClassName
{
background-color: #DE8CDD;
}
.BgClassName
{
background-color: #DE8CDD;
}
</style>
border-color css
<style>
span { border-color: #DE8CDD; }
span { border-color: rgb(222,140,221); }
td.TdClassName
{
border-color: #DE8CDD;
}
.TagClassName
{
border-color: #DE8CDD;
}
</style>