Shades of Plum #DE8FCD
Tints of Plum #DE8FCD
RGB
CMYK
RGB Variations
Color information
#DE8FCD (or 0xDE8FCD) is known color: Plum. HEX triplet: DE, 8F and CD. RGB value is (222,143,205). Sum of RGB (Red+Green+Blue) = 222+143+205=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 143 (56.25% from 255 or 25.09% from 570); Blue value is 205 (80.47% from 255 or 35.96% from 570); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE8FCD is #217032. Grayscale: #ADADAD. Windows color (decimal): -2191411 or 13471710. OLE color: 13471710.
HSL color Cylindrical-coordinate representation of color #DE8FCD: hue angle of 312.91º 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 #DE8FCD is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 143 | 205 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.13 |
| HSL | 312.91º | 0.54% | 0.72% | - |
| HSV(B) | 312.91º | 0.36% | 0.87% | - |
| XYZ | 50.97 | 39.58 | 62.71 | - |
| YUV | 173.69 | 145.67 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 143 | 205 | 0 | 0.36 | 0.08 | 0.13 | 312.91 | 0.54 | 0.72 |
| Hex | DE | 8F | CD | 0 | 24 | 8 | D | 139 | 36 | 48 |
| Octal | 336 | 217 | 315 | 0 | 44 | 10 | 15 | 471 | 66 | 110 |
| Binary | 11011110 | 10001111 | 11001101 | 0 | 100100 | 1000 | 1101 | 100111001 | 110110 | 1001000 |
Color Harmonies of #DE8FCD
Complementary color
Monochromatic Colors of #DE8FCD
Black with #DE8FCD
Text Example
Text Example
White with #DE8FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8FCD; }
p { color: rgb(222,143,205); }
H1.HeaderClassName
{
color: #DE8FCD;
}
.AnyTagClassName
{
color: #DE8FCD;
}
</style>
background-color css
<style>
a { background-color: #DE8FCD; }
a { background-color: rgb(222,143,205); }
div.DivClassName
{
background-color: #DE8FCD;
}
.BgClassName
{
background-color: #DE8FCD;
}
</style>
border-color css
<style>
span { border-color: #DE8FCD; }
span { border-color: rgb(222,143,205); }
td.TdClassName
{
border-color: #DE8FCD;
}
.TagClassName
{
border-color: #DE8FCD;
}
</style>