Shades of Plum #DF8CE1
Tints of Plum #DF8CE1
RGB
CMYK
RGB Variations
Color information
#DF8CE1 (or 0xDF8CE1) is known color: Plum. HEX triplet: DF, 8C and E1. RGB value is (223,140,225). Sum of RGB (Red+Green+Blue) = 223+140+225=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 140 (55.08% from 255 or 23.81% from 588); Blue value is 225 (88.28% from 255 or 38.27% from 588); Max value from RGB is 225 - color contains mainly: blue. Hex color #DF8CE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8CE1 is #20731E. Grayscale: #AEAEAE. Windows color (decimal): -2126623 or 14781663. OLE color: 14781663.
HSL color Cylindrical-coordinate representation of color #DF8CE1: hue angle of 298.59º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DF8CE1 is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 140 | 225 | - |
| CMYK | 0.01 | 0.38 | 0 | 0.12 |
| HSL | 298.59º | 0.59% | 0.72% | - |
| HSV(B) | 298.59º | 0.38% | 0.88% | - |
| XYZ | 53.4 | 39.88 | 76.12 | - |
| YUV | 174.51 | 156.5 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 140 | 225 | 0.01 | 0.38 | 0 | 0.12 | 298.59 | 0.59 | 0.72 |
| Hex | DF | 8C | E1 | 1 | 26 | 0 | C | 12B | 3B | 48 |
| Octal | 337 | 214 | 341 | 1 | 46 | 0 | 14 | 453 | 73 | 110 |
| Binary | 11011111 | 10001100 | 11100001 | 1 | 100110 | 0 | 1100 | 100101011 | 111011 | 1001000 |
Color Harmonies of #DF8CE1
Complementary color
Monochromatic Colors of #DF8CE1
Black with #DF8CE1
Text Example
Text Example
White with #DF8CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8CE1; }
p { color: rgb(223,140,225); }
H1.HeaderClassName
{
color: #DF8CE1;
}
.AnyTagClassName
{
color: #DF8CE1;
}
</style>
background-color css
<style>
a { background-color: #DF8CE1; }
a { background-color: rgb(223,140,225); }
div.DivClassName
{
background-color: #DF8CE1;
}
.BgClassName
{
background-color: #DF8CE1;
}
</style>
border-color css
<style>
span { border-color: #DF8CE1; }
span { border-color: rgb(223,140,225); }
td.TdClassName
{
border-color: #DF8CE1;
}
.TagClassName
{
border-color: #DF8CE1;
}
</style>