Shades of Plum #DF9FE9
Tints of Plum #DF9FE9
RGB
CMYK
RGB Variations
Color information
#DF9FE9 (or 0xDF9FE9) is known color: Plum. HEX triplet: DF, 9F and E9. RGB value is (223,159,233). Sum of RGB (Red+Green+Blue) = 223+159+233=615 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.26% from 615); Green value is 159 (62.5% from 255 or 25.85% from 615); Blue value is 233 (91.41% from 255 or 37.89% from 615); Max value from RGB is 233 - color contains mainly: blue. Hex color #DF9FE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9FE9 is #206016. Grayscale: #BABABA. Windows color (decimal): -2121751 or 15310815. OLE color: 15310815.
HSL color Cylindrical-coordinate representation of color #DF9FE9: hue angle of 291.89º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DF9FE9 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 159 | 233 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.09 |
| HSL | 291.89º | 0.63% | 0.77% | - |
| HSV(B) | 291.89º | 0.32% | 0.91% | - |
| XYZ | 57.54 | 46.37 | 83.01 | - |
| YUV | 186.57 | 154.2 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 159 | 233 | 0.04 | 0.32 | 0 | 0.09 | 291.89 | 0.63 | 0.77 |
| Hex | DF | 9F | E9 | 4 | 20 | 0 | 9 | 124 | 3F | 4D |
| Octal | 337 | 237 | 351 | 4 | 40 | 0 | 11 | 444 | 77 | 115 |
| Binary | 11011111 | 10011111 | 11101001 | 100 | 100000 | 0 | 1001 | 100100100 | 111111 | 1001101 |
Color Harmonies of #DF9FE9
Complementary color
Monochromatic Colors of #DF9FE9
Black with #DF9FE9
Text Example
Text Example
White with #DF9FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9FE9; }
p { color: rgb(223,159,233); }
H1.HeaderClassName
{
color: #DF9FE9;
}
.AnyTagClassName
{
color: #DF9FE9;
}
</style>
background-color css
<style>
a { background-color: #DF9FE9; }
a { background-color: rgb(223,159,233); }
div.DivClassName
{
background-color: #DF9FE9;
}
.BgClassName
{
background-color: #DF9FE9;
}
</style>
border-color css
<style>
span { border-color: #DF9FE9; }
span { border-color: rgb(223,159,233); }
td.TdClassName
{
border-color: #DF9FE9;
}
.TagClassName
{
border-color: #DF9FE9;
}
</style>