Shades of Plum #DE8CD6
Tints of Plum #DE8CD6
RGB
CMYK
RGB Variations
Color information
#DE8CD6 (or 0xDE8CD6) is known color: Plum. HEX triplet: DE, 8C and D6. RGB value is (222,140,214). Sum of RGB (Red+Green+Blue) = 222+140+214=576 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.54% from 576); Green value is 140 (55.08% from 255 or 24.31% from 576); Blue value is 214 (83.98% from 255 or 37.15% from 576); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8CD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE8CD6 is #217329. Grayscale: #ACACAC. Windows color (decimal): -2192170 or 14060766. OLE color: 14060766.
HSL color Cylindrical-coordinate representation of color #DE8CD6: hue angle of 305.85º 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 #DE8CD6 is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 140 | 214 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.13 |
| HSL | 305.85º | 0.55% | 0.71% | - |
| HSV(B) | 305.85º | 0.37% | 0.87% | - |
| XYZ | 51.64 | 39.14 | 68.45 | - |
| YUV | 172.95 | 151.17 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 140 | 214 | 0 | 0.37 | 0.04 | 0.13 | 305.85 | 0.55 | 0.71 |
| Hex | DE | 8C | D6 | 0 | 25 | 4 | D | 132 | 37 | 47 |
| Octal | 336 | 214 | 326 | 0 | 45 | 4 | 15 | 462 | 67 | 107 |
| Binary | 11011110 | 10001100 | 11010110 | 0 | 100101 | 100 | 1101 | 100110010 | 110111 | 1000111 |
Color Harmonies of #DE8CD6
Complementary color
Monochromatic Colors of #DE8CD6
Black with #DE8CD6
Text Example
Text Example
White with #DE8CD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8CD6; }
p { color: rgb(222,140,214); }
H1.HeaderClassName
{
color: #DE8CD6;
}
.AnyTagClassName
{
color: #DE8CD6;
}
</style>
background-color css
<style>
a { background-color: #DE8CD6; }
a { background-color: rgb(222,140,214); }
div.DivClassName
{
background-color: #DE8CD6;
}
.BgClassName
{
background-color: #DE8CD6;
}
</style>
border-color css
<style>
span { border-color: #DE8CD6; }
span { border-color: rgb(222,140,214); }
td.TdClassName
{
border-color: #DE8CD6;
}
.TagClassName
{
border-color: #DE8CD6;
}
</style>