Shades of Plum #DE8CE0
Tints of Plum #DE8CE0
RGB
CMYK
RGB Variations
Color information
#DE8CE0 (or 0xDE8CE0) is known color: Plum. HEX triplet: DE, 8C and E0. RGB value is (222,140,224). Sum of RGB (Red+Green+Blue) = 222+140+224=586 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.88% from 586); Green value is 140 (55.08% from 255 or 23.89% from 586); Blue value is 224 (87.89% from 255 or 38.23% from 586); Max value from RGB is 224 - color contains mainly: blue. Hex color #DE8CE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE8CE0 is #21731F. Grayscale: #ADADAD. Windows color (decimal): -2192160 or 14716126. OLE color: 14716126.
HSL color Cylindrical-coordinate representation of color #DE8CE0: hue angle of 298.57º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DE8CE0 is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 140 | 224 | - |
| CMYK | 0.01 | 0.38 | 0 | 0.12 |
| HSL | 298.57º | 0.58% | 0.71% | - |
| HSV(B) | 298.57º | 0.38% | 0.88% | - |
| XYZ | 52.96 | 39.67 | 75.39 | - |
| YUV | 174.09 | 156.17 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 140 | 224 | 0.01 | 0.38 | 0 | 0.12 | 298.57 | 0.58 | 0.71 |
| Hex | DE | 8C | E0 | 1 | 26 | 0 | C | 12B | 3A | 47 |
| Octal | 336 | 214 | 340 | 1 | 46 | 0 | 14 | 453 | 72 | 107 |
| Binary | 11011110 | 10001100 | 11100000 | 1 | 100110 | 0 | 1100 | 100101011 | 111010 | 1000111 |
Color Harmonies of #DE8CE0
Complementary color
Monochromatic Colors of #DE8CE0
Black with #DE8CE0
Text Example
Text Example
White with #DE8CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8CE0; }
p { color: rgb(222,140,224); }
H1.HeaderClassName
{
color: #DE8CE0;
}
.AnyTagClassName
{
color: #DE8CE0;
}
</style>
background-color css
<style>
a { background-color: #DE8CE0; }
a { background-color: rgb(222,140,224); }
div.DivClassName
{
background-color: #DE8CE0;
}
.BgClassName
{
background-color: #DE8CE0;
}
</style>
border-color css
<style>
span { border-color: #DE8CE0; }
span { border-color: rgb(222,140,224); }
td.TdClassName
{
border-color: #DE8CE0;
}
.TagClassName
{
border-color: #DE8CE0;
}
</style>