Shades of Plum #DF8DE0
Tints of Plum #DF8DE0
RGB
CMYK
RGB Variations
Color information
#DF8DE0 (or 0xDF8DE0) is known color: Plum. HEX triplet: DF, 8D and E0. RGB value is (223,141,224). Sum of RGB (Red+Green+Blue) = 223+141+224=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 141 (55.47% from 255 or 23.98% from 588); Blue value is 224 (87.89% from 255 or 38.10% from 588); Max value from RGB is 224 - color contains mainly: blue. Hex color #DF8DE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8DE0 is #20721F. Grayscale: #AEAEAE. Windows color (decimal): -2126368 or 14716383. OLE color: 14716383.
HSL color Cylindrical-coordinate representation of color #DF8DE0: hue angle of 299.28º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DF8DE0 is Cyan = 0.00, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 141 | 224 | - |
| CMYK | 0.00 | 0.37 | 0 | 0.12 |
| HSL | 299.28º | 0.57% | 0.72% | - |
| HSV(B) | 299.28º | 0.37% | 0.88% | - |
| XYZ | 53.41 | 40.12 | 75.45 | - |
| YUV | 174.98 | 155.67 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 141 | 224 | 0.00 | 0.37 | 0 | 0.12 | 299.28 | 0.57 | 0.72 |
| Hex | DF | 8D | E0 | 0 | 25 | 0 | C | 12B | 39 | 48 |
| Octal | 337 | 215 | 340 | 0 | 45 | 0 | 14 | 453 | 71 | 110 |
| Binary | 11011111 | 10001101 | 11100000 | 0 | 100101 | 0 | 1100 | 100101011 | 111001 | 1001000 |
Color Harmonies of #DF8DE0
Complementary color
Monochromatic Colors of #DF8DE0
Black with #DF8DE0
Text Example
Text Example
White with #DF8DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8DE0; }
p { color: rgb(223,141,224); }
H1.HeaderClassName
{
color: #DF8DE0;
}
.AnyTagClassName
{
color: #DF8DE0;
}
</style>
background-color css
<style>
a { background-color: #DF8DE0; }
a { background-color: rgb(223,141,224); }
div.DivClassName
{
background-color: #DF8DE0;
}
.BgClassName
{
background-color: #DF8DE0;
}
</style>
border-color css
<style>
span { border-color: #DF8DE0; }
span { border-color: rgb(223,141,224); }
td.TdClassName
{
border-color: #DF8DE0;
}
.TagClassName
{
border-color: #DF8DE0;
}
</style>