Shades of Plum #DF8BDB
Tints of Plum #DF8BDB
RGB
CMYK
RGB Variations
Color information
#DF8BDB (or 0xDF8BDB) is known color: Plum. HEX triplet: DF, 8B and DB. RGB value is (223,139,219). Sum of RGB (Red+Green+Blue) = 223+139+219=581 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.38% from 581); Green value is 139 (54.69% from 255 or 23.92% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8BDB is #207424. Grayscale: #ACACAC. Windows color (decimal): -2126885 or 14388191. OLE color: 14388191.
HSL color Cylindrical-coordinate representation of color #DF8BDB: hue angle of 302.86º 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 #DF8BDB is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 139 | 219 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.13 |
| HSL | 302.86º | 0.57% | 0.71% | - |
| HSV(B) | 302.86º | 0.38% | 0.87% | - |
| XYZ | 52.45 | 39.27 | 71.83 | - |
| YUV | 173.24 | 153.83 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 139 | 219 | 0 | 0.38 | 0.02 | 0.13 | 302.86 | 0.57 | 0.71 |
| Hex | DF | 8B | DB | 0 | 26 | 2 | D | 12F | 39 | 47 |
| Octal | 337 | 213 | 333 | 0 | 46 | 2 | 15 | 457 | 71 | 107 |
| Binary | 11011111 | 10001011 | 11011011 | 0 | 100110 | 10 | 1101 | 100101111 | 111001 | 1000111 |
Color Harmonies of #DF8BDB
Complementary color
Monochromatic Colors of #DF8BDB
Black with #DF8BDB
Text Example
Text Example
White with #DF8BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8BDB; }
p { color: rgb(223,139,219); }
H1.HeaderClassName
{
color: #DF8BDB;
}
.AnyTagClassName
{
color: #DF8BDB;
}
</style>
background-color css
<style>
a { background-color: #DF8BDB; }
a { background-color: rgb(223,139,219); }
div.DivClassName
{
background-color: #DF8BDB;
}
.BgClassName
{
background-color: #DF8BDB;
}
</style>
border-color css
<style>
span { border-color: #DF8BDB; }
span { border-color: rgb(223,139,219); }
td.TdClassName
{
border-color: #DF8BDB;
}
.TagClassName
{
border-color: #DF8BDB;
}
</style>