Shades of Plum #DF90E9
Tints of Plum #DF90E9
RGB
CMYK
RGB Variations
Color information
#DF90E9 (or 0xDF90E9) is known color: Plum. HEX triplet: DF, 90 and E9. RGB value is (223,144,233). Sum of RGB (Red+Green+Blue) = 223+144+233=600 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.17% from 600); Green value is 144 (56.64% from 255 or 24% from 600); Blue value is 233 (91.41% from 255 or 38.83% from 600); Max value from RGB is 233 - color contains mainly: blue. Hex color #DF90E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF90E9 is #206F16. Grayscale: #B1B1B1. Windows color (decimal): -2125591 or 15306975. OLE color: 15306975.
HSL color Cylindrical-coordinate representation of color #DF90E9: hue angle of 293.26º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DF90E9 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 144 | 233 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.09 |
| HSL | 293.26º | 0.67% | 0.74% | - |
| HSV(B) | 293.26º | 0.38% | 0.91% | - |
| XYZ | 55.11 | 41.52 | 82.2 | - |
| YUV | 177.77 | 159.17 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 144 | 233 | 0.04 | 0.38 | 0 | 0.09 | 293.26 | 0.67 | 0.74 |
| Hex | DF | 90 | E9 | 4 | 26 | 0 | 9 | 125 | 43 | 4A |
| Octal | 337 | 220 | 351 | 4 | 46 | 0 | 11 | 445 | 103 | 112 |
| Binary | 11011111 | 10010000 | 11101001 | 100 | 100110 | 0 | 1001 | 100100101 | 1000011 | 1001010 |
Color Harmonies of #DF90E9
Complementary color
Monochromatic Colors of #DF90E9
Black with #DF90E9
Text Example
Text Example
White with #DF90E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF90E9; }
p { color: rgb(223,144,233); }
H1.HeaderClassName
{
color: #DF90E9;
}
.AnyTagClassName
{
color: #DF90E9;
}
</style>
background-color css
<style>
a { background-color: #DF90E9; }
a { background-color: rgb(223,144,233); }
div.DivClassName
{
background-color: #DF90E9;
}
.BgClassName
{
background-color: #DF90E9;
}
</style>
border-color css
<style>
span { border-color: #DF90E9; }
span { border-color: rgb(223,144,233); }
td.TdClassName
{
border-color: #DF90E9;
}
.TagClassName
{
border-color: #DF90E9;
}
</style>