Shades of Plum #DF8DE1
Tints of Plum #DF8DE1
RGB
CMYK
RGB Variations
Color information
#DF8DE1 (or 0xDF8DE1) is known color: Plum. HEX triplet: DF, 8D and E1. RGB value is (223,141,225). Sum of RGB (Red+Green+Blue) = 223+141+225=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 141 (55.47% from 255 or 23.94% from 589); Blue value is 225 (88.28% from 255 or 38.20% from 589); Max value from RGB is 225 - color contains mainly: blue. Hex color #DF8DE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8DE1 is #20721E. Grayscale: #AEAEAE. Windows color (decimal): -2126367 or 14781919. OLE color: 14781919.
HSL color Cylindrical-coordinate representation of color #DF8DE1: hue angle of 298.57º degrees, saturation: 0.58, 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 #DF8DE1 is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 141 | 225 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.12 |
| HSL | 298.57º | 0.58% | 0.72% | - |
| HSV(B) | 298.57º | 0.37% | 0.88% | - |
| XYZ | 53.55 | 40.17 | 76.17 | - |
| YUV | 175.09 | 156.17 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 141 | 225 | 0.01 | 0.37 | 0 | 0.12 | 298.57 | 0.58 | 0.72 |
| Hex | DF | 8D | E1 | 1 | 25 | 0 | C | 12B | 3A | 48 |
| Octal | 337 | 215 | 341 | 1 | 45 | 0 | 14 | 453 | 72 | 110 |
| Binary | 11011111 | 10001101 | 11100001 | 1 | 100101 | 0 | 1100 | 100101011 | 111010 | 1001000 |
Color Harmonies of #DF8DE1
Complementary color
Monochromatic Colors of #DF8DE1
Black with #DF8DE1
Text Example
Text Example
White with #DF8DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8DE1; }
p { color: rgb(223,141,225); }
H1.HeaderClassName
{
color: #DF8DE1;
}
.AnyTagClassName
{
color: #DF8DE1;
}
</style>
background-color css
<style>
a { background-color: #DF8DE1; }
a { background-color: rgb(223,141,225); }
div.DivClassName
{
background-color: #DF8DE1;
}
.BgClassName
{
background-color: #DF8DE1;
}
</style>
border-color css
<style>
span { border-color: #DF8DE1; }
span { border-color: rgb(223,141,225); }
td.TdClassName
{
border-color: #DF8DE1;
}
.TagClassName
{
border-color: #DF8DE1;
}
</style>