Shades of Plum #DF8DCD
Tints of Plum #DF8DCD
RGB
CMYK
RGB Variations
Color information
#DF8DCD (or 0xDF8DCD) is known color: Plum. HEX triplet: DF, 8D and CD. RGB value is (223,141,205). Sum of RGB (Red+Green+Blue) = 223+141+205=569 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.19% from 569); Green value is 141 (55.47% from 255 or 24.78% from 569); Blue value is 205 (80.47% from 255 or 36.03% from 569); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8DCD is #207232. Grayscale: #ACACAC. Windows color (decimal): -2126387 or 13471199. OLE color: 13471199.
HSL color Cylindrical-coordinate representation of color #DF8DCD: hue angle of 313.17º 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 #DF8DCD is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 141 | 205 | - |
CMYK | 0 | 0.37 | 0.08 | 0.13 |
HSL | 313.17º | 0.56% | 0.71% | - |
HSV(B) | 313.17º | 0.37% | 0.87% | - |
XYZ | 50.98 | 39.15 | 62.63 | - |
YUV | 172.81 | 146.17 | 163.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 141 | 205 | 0 | 0.37 | 0.08 | 0.13 | 313.17 | 0.56 | 0.71 |
Hex | DF | 8D | CD | 0 | 25 | 8 | D | 139 | 38 | 47 |
Octal | 337 | 215 | 315 | 0 | 45 | 10 | 15 | 471 | 70 | 107 |
Binary | 11011111 | 10001101 | 11001101 | 0 | 100101 | 1000 | 1101 | 100111001 | 111000 | 1000111 |
Color Harmonies of #DF8DCD
Complementary color
Monochromatic Colors of #DF8DCD
Black with #DF8DCD
Text Example
Text Example
White with #DF8DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8DCD; }
p { color: rgb(223,141,205); }
H1.HeaderClassName
{
color: #DF8DCD;
}
.AnyTagClassName
{
color: #DF8DCD;
}
</style>
background-color css
<style>
a { background-color: #DF8DCD; }
a { background-color: rgb(223,141,205); }
div.DivClassName
{
background-color: #DF8DCD;
}
.BgClassName
{
background-color: #DF8DCD;
}
</style>
border-color css
<style>
span { border-color: #DF8DCD; }
span { border-color: rgb(223,141,205); }
td.TdClassName
{
border-color: #DF8DCD;
}
.TagClassName
{
border-color: #DF8DCD;
}
</style>