Shades of Plum #DE8CDC
Tints of Plum #DE8CDC
RGB
CMYK
RGB Variations
Color information
#DE8CDC (or 0xDE8CDC) is known color: Plum. HEX triplet: DE, 8C and DC. RGB value is (222,140,220). Sum of RGB (Red+Green+Blue) = 222+140+220=582 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.14% from 582); Green value is 140 (55.08% from 255 or 24.05% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE8CDC is #217323. Grayscale: #ADADAD. Windows color (decimal): -2192164 or 14453982. OLE color: 14453982.
HSL color Cylindrical-coordinate representation of color #DE8CDC: hue angle of 301.46º 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 #DE8CDC is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 140 | 220 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.13 |
| HSL | 301.46º | 0.55% | 0.71% | - |
| HSV(B) | 301.46º | 0.37% | 0.87% | - |
| XYZ | 52.42 | 39.45 | 72.56 | - |
| YUV | 173.64 | 154.17 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 140 | 220 | 0 | 0.37 | 0.01 | 0.13 | 301.46 | 0.55 | 0.71 |
| Hex | DE | 8C | DC | 0 | 25 | 1 | D | 12D | 37 | 47 |
| Octal | 336 | 214 | 334 | 0 | 45 | 1 | 15 | 455 | 67 | 107 |
| Binary | 11011110 | 10001100 | 11011100 | 0 | 100101 | 1 | 1101 | 100101101 | 110111 | 1000111 |
Color Harmonies of #DE8CDC
Complementary color
Monochromatic Colors of #DE8CDC
Black with #DE8CDC
Text Example
Text Example
White with #DE8CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8CDC; }
p { color: rgb(222,140,220); }
H1.HeaderClassName
{
color: #DE8CDC;
}
.AnyTagClassName
{
color: #DE8CDC;
}
</style>
background-color css
<style>
a { background-color: #DE8CDC; }
a { background-color: rgb(222,140,220); }
div.DivClassName
{
background-color: #DE8CDC;
}
.BgClassName
{
background-color: #DE8CDC;
}
</style>
border-color css
<style>
span { border-color: #DE8CDC; }
span { border-color: rgb(222,140,220); }
td.TdClassName
{
border-color: #DE8CDC;
}
.TagClassName
{
border-color: #DE8CDC;
}
</style>