Shades of Plum #DF8DDC
Tints of Plum #DF8DDC
RGB
CMYK
RGB Variations
Color information
#DF8DDC (or 0xDF8DDC) is known color: Plum. HEX triplet: DF, 8D and DC. RGB value is (223,141,220). Sum of RGB (Red+Green+Blue) = 223+141+220=584 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.18% from 584); Green value is 141 (55.47% from 255 or 24.14% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8DDC is #207223. Grayscale: #AEAEAE. Windows color (decimal): -2126372 or 14454239. OLE color: 14454239.
HSL color Cylindrical-coordinate representation of color #DF8DDC: hue angle of 302.2º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DF8DDC is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 141 | 220 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.13 |
| HSL | 302.2º | 0.56% | 0.71% | - |
| HSV(B) | 302.2º | 0.37% | 0.87% | - |
| XYZ | 52.87 | 39.91 | 72.63 | - |
| YUV | 174.52 | 153.67 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 141 | 220 | 0 | 0.37 | 0.01 | 0.13 | 302.2 | 0.56 | 0.71 |
| Hex | DF | 8D | DC | 0 | 25 | 1 | D | 12E | 38 | 47 |
| Octal | 337 | 215 | 334 | 0 | 45 | 1 | 15 | 456 | 70 | 107 |
| Binary | 11011111 | 10001101 | 11011100 | 0 | 100101 | 1 | 1101 | 100101110 | 111000 | 1000111 |
Color Harmonies of #DF8DDC
Complementary color
Monochromatic Colors of #DF8DDC
Black with #DF8DDC
Text Example
Text Example
White with #DF8DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8DDC; }
p { color: rgb(223,141,220); }
H1.HeaderClassName
{
color: #DF8DDC;
}
.AnyTagClassName
{
color: #DF8DDC;
}
</style>
background-color css
<style>
a { background-color: #DF8DDC; }
a { background-color: rgb(223,141,220); }
div.DivClassName
{
background-color: #DF8DDC;
}
.BgClassName
{
background-color: #DF8DDC;
}
</style>
border-color css
<style>
span { border-color: #DF8DDC; }
span { border-color: rgb(223,141,220); }
td.TdClassName
{
border-color: #DF8DDC;
}
.TagClassName
{
border-color: #DF8DDC;
}
</style>