Shades of Plum #DF8CE0
Tints of Plum #DF8CE0
RGB
CMYK
RGB Variations
Color information
#DF8CE0 (or 0xDF8CE0) is known color: Plum. HEX triplet: DF, 8C and E0. RGB value is (223,140,224). Sum of RGB (Red+Green+Blue) = 223+140+224=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 140 (55.08% from 255 or 23.85% from 587); Blue value is 224 (87.89% from 255 or 38.16% from 587); Max value from RGB is 224 - color contains mainly: blue. Hex color #DF8CE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8CE0 is #20731F. Grayscale: #AEAEAE. Windows color (decimal): -2126624 or 14716127. OLE color: 14716127.
HSL color Cylindrical-coordinate representation of color #DF8CE0: hue angle of 299.29º 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 #DF8CE0 is Cyan = 0.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 140 | 224 | - |
| CMYK | 0.00 | 0.38 | 0 | 0.12 |
| HSL | 299.29º | 0.58% | 0.71% | - |
| HSV(B) | 299.29º | 0.38% | 0.88% | - |
| XYZ | 53.26 | 39.83 | 75.4 | - |
| YUV | 174.39 | 156 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 140 | 224 | 0.00 | 0.38 | 0 | 0.12 | 299.29 | 0.58 | 0.71 |
| Hex | DF | 8C | E0 | 0 | 26 | 0 | C | 12B | 3A | 47 |
| Octal | 337 | 214 | 340 | 0 | 46 | 0 | 14 | 453 | 72 | 107 |
| Binary | 11011111 | 10001100 | 11100000 | 0 | 100110 | 0 | 1100 | 100101011 | 111010 | 1000111 |
Color Harmonies of #DF8CE0
Complementary color
Monochromatic Colors of #DF8CE0
Black with #DF8CE0
Text Example
Text Example
White with #DF8CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8CE0; }
p { color: rgb(223,140,224); }
H1.HeaderClassName
{
color: #DF8CE0;
}
.AnyTagClassName
{
color: #DF8CE0;
}
</style>
background-color css
<style>
a { background-color: #DF8CE0; }
a { background-color: rgb(223,140,224); }
div.DivClassName
{
background-color: #DF8CE0;
}
.BgClassName
{
background-color: #DF8CE0;
}
</style>
border-color css
<style>
span { border-color: #DF8CE0; }
span { border-color: rgb(223,140,224); }
td.TdClassName
{
border-color: #DF8CE0;
}
.TagClassName
{
border-color: #DF8CE0;
}
</style>