Shades of Plum #DE8FDC
Tints of Plum #DE8FDC
RGB
CMYK
RGB Variations
Color information
#DE8FDC (or 0xDE8FDC) is known color: Plum. HEX triplet: DE, 8F and DC. RGB value is (222,143,220). Sum of RGB (Red+Green+Blue) = 222+143+220=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 143 (56.25% from 255 or 24.44% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE8FDC is #217023. Grayscale: #AFAFAF. Windows color (decimal): -2191396 or 14454750. OLE color: 14454750.
HSL color Cylindrical-coordinate representation of color #DE8FDC: hue angle of 301.52º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DE8FDC is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 143 | 220 | - |
| CMYK | 0 | 0.36 | 0.01 | 0.13 |
| HSL | 301.52º | 0.54% | 0.72% | - |
| HSV(B) | 301.52º | 0.36% | 0.87% | - |
| XYZ | 52.86 | 40.34 | 72.71 | - |
| YUV | 175.4 | 153.17 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 143 | 220 | 0 | 0.36 | 0.01 | 0.13 | 301.52 | 0.54 | 0.72 |
| Hex | DE | 8F | DC | 0 | 24 | 1 | D | 12E | 36 | 48 |
| Octal | 336 | 217 | 334 | 0 | 44 | 1 | 15 | 456 | 66 | 110 |
| Binary | 11011110 | 10001111 | 11011100 | 0 | 100100 | 1 | 1101 | 100101110 | 110110 | 1001000 |
Color Harmonies of #DE8FDC
Complementary color
Monochromatic Colors of #DE8FDC
Black with #DE8FDC
Text Example
Text Example
White with #DE8FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8FDC; }
p { color: rgb(222,143,220); }
H1.HeaderClassName
{
color: #DE8FDC;
}
.AnyTagClassName
{
color: #DE8FDC;
}
</style>
background-color css
<style>
a { background-color: #DE8FDC; }
a { background-color: rgb(222,143,220); }
div.DivClassName
{
background-color: #DE8FDC;
}
.BgClassName
{
background-color: #DE8FDC;
}
</style>
border-color css
<style>
span { border-color: #DE8FDC; }
span { border-color: rgb(222,143,220); }
td.TdClassName
{
border-color: #DE8FDC;
}
.TagClassName
{
border-color: #DE8FDC;
}
</style>