Shades of Plum #DF9EDB
Tints of Plum #DF9EDB
RGB
CMYK
RGB Variations
Color information
#DF9EDB (or 0xDF9EDB) is known color: Plum. HEX triplet: DF, 9E and DB. RGB value is (223,158,219). Sum of RGB (Red+Green+Blue) = 223+158+219=600 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.17% from 600); Green value is 158 (62.11% from 255 or 26.33% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9EDB is #206124. Grayscale: #B8B8B8. Windows color (decimal): -2122021 or 14393055. OLE color: 14393055.
HSL color Cylindrical-coordinate representation of color #DF9EDB: hue angle of 303.69º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DF9EDB is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 158 | 219 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.13 |
| HSL | 303.69º | 0.5% | 0.75% | - |
| HSV(B) | 303.69º | 0.29% | 0.87% | - |
| XYZ | 55.44 | 45.26 | 72.83 | - |
| YUV | 184.39 | 147.53 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 158 | 219 | 0 | 0.29 | 0.02 | 0.13 | 303.69 | 0.5 | 0.75 |
| Hex | DF | 9E | DB | 0 | 1D | 2 | D | 130 | 32 | 4B |
| Octal | 337 | 236 | 333 | 0 | 35 | 2 | 15 | 460 | 62 | 113 |
| Binary | 11011111 | 10011110 | 11011011 | 0 | 11101 | 10 | 1101 | 100110000 | 110010 | 1001011 |
Color Harmonies of #DF9EDB
Complementary color
Monochromatic Colors of #DF9EDB
Black with #DF9EDB
Text Example
Text Example
White with #DF9EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9EDB; }
p { color: rgb(223,158,219); }
H1.HeaderClassName
{
color: #DF9EDB;
}
.AnyTagClassName
{
color: #DF9EDB;
}
</style>
background-color css
<style>
a { background-color: #DF9EDB; }
a { background-color: rgb(223,158,219); }
div.DivClassName
{
background-color: #DF9EDB;
}
.BgClassName
{
background-color: #DF9EDB;
}
</style>
border-color css
<style>
span { border-color: #DF9EDB; }
span { border-color: rgb(223,158,219); }
td.TdClassName
{
border-color: #DF9EDB;
}
.TagClassName
{
border-color: #DF9EDB;
}
</style>