Shades of Plum #DF8EDC
Tints of Plum #DF8EDC
RGB
CMYK
RGB Variations
Color information
#DF8EDC (or 0xDF8EDC) is known color: Plum. HEX triplet: DF, 8E and DC. RGB value is (223,142,220). Sum of RGB (Red+Green+Blue) = 223+142+220=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 142 (55.86% from 255 or 24.27% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8EDC is #207123. Grayscale: #AEAEAE. Windows color (decimal): -2126116 or 14454495. OLE color: 14454495.
HSL color Cylindrical-coordinate representation of color #DF8EDC: hue angle of 302.22º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DF8EDC is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 142 | 220 | - |
| CMYK | 0 | 0.36 | 0.01 | 0.13 |
| HSL | 302.22º | 0.56% | 0.72% | - |
| HSV(B) | 302.22º | 0.36% | 0.87% | - |
| XYZ | 53.02 | 40.2 | 72.68 | - |
| YUV | 175.11 | 153.34 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 142 | 220 | 0 | 0.36 | 0.01 | 0.13 | 302.22 | 0.56 | 0.72 |
| Hex | DF | 8E | DC | 0 | 24 | 1 | D | 12E | 38 | 48 |
| Octal | 337 | 216 | 334 | 0 | 44 | 1 | 15 | 456 | 70 | 110 |
| Binary | 11011111 | 10001110 | 11011100 | 0 | 100100 | 1 | 1101 | 100101110 | 111000 | 1001000 |
Color Harmonies of #DF8EDC
Complementary color
Monochromatic Colors of #DF8EDC
Black with #DF8EDC
Text Example
Text Example
White with #DF8EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8EDC; }
p { color: rgb(223,142,220); }
H1.HeaderClassName
{
color: #DF8EDC;
}
.AnyTagClassName
{
color: #DF8EDC;
}
</style>
background-color css
<style>
a { background-color: #DF8EDC; }
a { background-color: rgb(223,142,220); }
div.DivClassName
{
background-color: #DF8EDC;
}
.BgClassName
{
background-color: #DF8EDC;
}
</style>
border-color css
<style>
span { border-color: #DF8EDC; }
span { border-color: rgb(223,142,220); }
td.TdClassName
{
border-color: #DF8EDC;
}
.TagClassName
{
border-color: #DF8EDC;
}
</style>