Shades of Plum #DF8FDB
Tints of Plum #DF8FDB
RGB
CMYK
RGB Variations
Color information
#DF8FDB (or 0xDF8FDB) is known color: Plum. HEX triplet: DF, 8F and DB. RGB value is (223,143,219). Sum of RGB (Red+Green+Blue) = 223+143+219=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 143 (56.25% from 255 or 24.44% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8FDB is #207024. Grayscale: #AFAFAF. Windows color (decimal): -2125861 or 14389215. OLE color: 14389215.
HSL color Cylindrical-coordinate representation of color #DF8FDB: hue angle of 303º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DF8FDB is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 143 | 219 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.13 |
| HSL | 303º | 0.56% | 0.72% | - |
| HSV(B) | 303º | 0.36% | 0.87% | - |
| XYZ | 53.04 | 40.45 | 72.03 | - |
| YUV | 175.58 | 152.5 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 143 | 219 | 0 | 0.36 | 0.02 | 0.13 | 303 | 0.56 | 0.72 |
| Hex | DF | 8F | DB | 0 | 24 | 2 | D | 12F | 38 | 48 |
| Octal | 337 | 217 | 333 | 0 | 44 | 2 | 15 | 457 | 70 | 110 |
| Binary | 11011111 | 10001111 | 11011011 | 0 | 100100 | 10 | 1101 | 100101111 | 111000 | 1001000 |
Color Harmonies of #DF8FDB
Complementary color
Monochromatic Colors of #DF8FDB
Black with #DF8FDB
Text Example
Text Example
White with #DF8FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8FDB; }
p { color: rgb(223,143,219); }
H1.HeaderClassName
{
color: #DF8FDB;
}
.AnyTagClassName
{
color: #DF8FDB;
}
</style>
background-color css
<style>
a { background-color: #DF8FDB; }
a { background-color: rgb(223,143,219); }
div.DivClassName
{
background-color: #DF8FDB;
}
.BgClassName
{
background-color: #DF8FDB;
}
</style>
border-color css
<style>
span { border-color: #DF8FDB; }
span { border-color: rgb(223,143,219); }
td.TdClassName
{
border-color: #DF8FDB;
}
.TagClassName
{
border-color: #DF8FDB;
}
</style>