Shades of Plum #DF8BD8
Tints of Plum #DF8BD8
RGB
CMYK
RGB Variations
Color information
#DF8BD8 (or 0xDF8BD8) is known color: Plum. HEX triplet: DF, 8B and D8. RGB value is (223,139,216). Sum of RGB (Red+Green+Blue) = 223+139+216=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 139 (54.69% from 255 or 24.05% from 578); Blue value is 216 (84.77% from 255 or 37.37% from 578); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8BD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8BD8 is #207427. Grayscale: #ACACAC. Windows color (decimal): -2126888 or 14191583. OLE color: 14191583.
HSL color Cylindrical-coordinate representation of color #DF8BD8: hue angle of 305º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DF8BD8 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 139 | 216 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.13 |
| HSL | 305º | 0.57% | 0.71% | - |
| HSV(B) | 305º | 0.38% | 0.87% | - |
| XYZ | 52.06 | 39.11 | 69.77 | - |
| YUV | 172.89 | 152.33 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 139 | 216 | 0 | 0.38 | 0.03 | 0.13 | 305 | 0.57 | 0.71 |
| Hex | DF | 8B | D8 | 0 | 26 | 3 | D | 131 | 39 | 47 |
| Octal | 337 | 213 | 330 | 0 | 46 | 3 | 15 | 461 | 71 | 107 |
| Binary | 11011111 | 10001011 | 11011000 | 0 | 100110 | 11 | 1101 | 100110001 | 111001 | 1000111 |
Color Harmonies of #DF8BD8
Complementary color
Monochromatic Colors of #DF8BD8
Black with #DF8BD8
Text Example
Text Example
White with #DF8BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8BD8; }
p { color: rgb(223,139,216); }
H1.HeaderClassName
{
color: #DF8BD8;
}
.AnyTagClassName
{
color: #DF8BD8;
}
</style>
background-color css
<style>
a { background-color: #DF8BD8; }
a { background-color: rgb(223,139,216); }
div.DivClassName
{
background-color: #DF8BD8;
}
.BgClassName
{
background-color: #DF8BD8;
}
</style>
border-color css
<style>
span { border-color: #DF8BD8; }
span { border-color: rgb(223,139,216); }
td.TdClassName
{
border-color: #DF8BD8;
}
.TagClassName
{
border-color: #DF8BD8;
}
</style>