Shades of Plum #DF8ECD
Tints of Plum #DF8ECD
RGB
CMYK
RGB Variations
Color information
#DF8ECD (or 0xDF8ECD) is known color: Plum. HEX triplet: DF, 8E and CD. RGB value is (223,142,205). Sum of RGB (Red+Green+Blue) = 223+142+205=570 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.12% from 570); Green value is 142 (55.86% from 255 or 24.91% from 570); Blue value is 205 (80.47% from 255 or 35.96% from 570); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8ECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8ECD is #207132. Grayscale: #ADADAD. Windows color (decimal): -2126131 or 13471455. OLE color: 13471455.
HSL color Cylindrical-coordinate representation of color #DF8ECD: hue angle of 313.33º 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 #DF8ECD is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 142 | 205 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.13 |
| HSL | 313.33º | 0.56% | 0.72% | - |
| HSV(B) | 313.33º | 0.36% | 0.87% | - |
| XYZ | 51.12 | 39.44 | 62.68 | - |
| YUV | 173.4 | 145.84 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 142 | 205 | 0 | 0.36 | 0.08 | 0.13 | 313.33 | 0.56 | 0.72 |
| Hex | DF | 8E | CD | 0 | 24 | 8 | D | 139 | 38 | 48 |
| Octal | 337 | 216 | 315 | 0 | 44 | 10 | 15 | 471 | 70 | 110 |
| Binary | 11011111 | 10001110 | 11001101 | 0 | 100100 | 1000 | 1101 | 100111001 | 111000 | 1001000 |
Color Harmonies of #DF8ECD
Complementary color
Monochromatic Colors of #DF8ECD
Black with #DF8ECD
Text Example
Text Example
White with #DF8ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8ECD; }
p { color: rgb(223,142,205); }
H1.HeaderClassName
{
color: #DF8ECD;
}
.AnyTagClassName
{
color: #DF8ECD;
}
</style>
background-color css
<style>
a { background-color: #DF8ECD; }
a { background-color: rgb(223,142,205); }
div.DivClassName
{
background-color: #DF8ECD;
}
.BgClassName
{
background-color: #DF8ECD;
}
</style>
border-color css
<style>
span { border-color: #DF8ECD; }
span { border-color: rgb(223,142,205); }
td.TdClassName
{
border-color: #DF8ECD;
}
.TagClassName
{
border-color: #DF8ECD;
}
</style>