Shades of Plum #DF8DDA
Tints of Plum #DF8DDA
RGB
CMYK
RGB Variations
Color information
#DF8DDA (or 0xDF8DDA) is known color: Plum. HEX triplet: DF, 8D and DA. RGB value is (223,141,218). Sum of RGB (Red+Green+Blue) = 223+141+218=582 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.32% from 582); Green value is 141 (55.47% from 255 or 24.23% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8DDA is #207225. Grayscale: #AEAEAE. Windows color (decimal): -2126374 or 14323167. OLE color: 14323167.
HSL color Cylindrical-coordinate representation of color #DF8DDA: hue angle of 303.66º 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 #DF8DDA is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 141 | 218 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.13 |
| HSL | 303.66º | 0.56% | 0.71% | - |
| HSV(B) | 303.66º | 0.37% | 0.87% | - |
| XYZ | 52.61 | 39.8 | 71.24 | - |
| YUV | 174.3 | 152.67 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 141 | 218 | 0 | 0.37 | 0.02 | 0.13 | 303.66 | 0.56 | 0.71 |
| Hex | DF | 8D | DA | 0 | 25 | 2 | D | 130 | 38 | 47 |
| Octal | 337 | 215 | 332 | 0 | 45 | 2 | 15 | 460 | 70 | 107 |
| Binary | 11011111 | 10001101 | 11011010 | 0 | 100101 | 10 | 1101 | 100110000 | 111000 | 1000111 |
Color Harmonies of #DF8DDA
Complementary color
Monochromatic Colors of #DF8DDA
Black with #DF8DDA
Text Example
Text Example
White with #DF8DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8DDA; }
p { color: rgb(223,141,218); }
H1.HeaderClassName
{
color: #DF8DDA;
}
.AnyTagClassName
{
color: #DF8DDA;
}
</style>
background-color css
<style>
a { background-color: #DF8DDA; }
a { background-color: rgb(223,141,218); }
div.DivClassName
{
background-color: #DF8DDA;
}
.BgClassName
{
background-color: #DF8DDA;
}
</style>
border-color css
<style>
span { border-color: #DF8DDA; }
span { border-color: rgb(223,141,218); }
td.TdClassName
{
border-color: #DF8DDA;
}
.TagClassName
{
border-color: #DF8DDA;
}
</style>