Shades of Plum #DF93E9
Tints of Plum #DF93E9
RGB
CMYK
RGB Variations
Color information
#DF93E9 (or 0xDF93E9) is known color: Plum. HEX triplet: DF, 93 and E9. RGB value is (223,147,233). Sum of RGB (Red+Green+Blue) = 223+147+233=603 (79% of max value = 765). Red value is 223 (87.5% from 255 or 36.98% from 603); Green value is 147 (57.81% from 255 or 24.38% from 603); Blue value is 233 (91.41% from 255 or 38.64% from 603); Max value from RGB is 233 - color contains mainly: blue. Hex color #DF93E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF93E9 is #206C16. Grayscale: #B3B3B3. Windows color (decimal): -2124823 or 15307743. OLE color: 15307743.
HSL color Cylindrical-coordinate representation of color #DF93E9: hue angle of 293.02º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DF93E9 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 147 | 233 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.09 |
| HSL | 293.02º | 0.66% | 0.75% | - |
| HSV(B) | 293.02º | 0.37% | 0.91% | - |
| XYZ | 55.57 | 42.44 | 82.35 | - |
| YUV | 179.53 | 158.18 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 147 | 233 | 0.04 | 0.37 | 0 | 0.09 | 293.02 | 0.66 | 0.75 |
| Hex | DF | 93 | E9 | 4 | 25 | 0 | 9 | 125 | 42 | 4B |
| Octal | 337 | 223 | 351 | 4 | 45 | 0 | 11 | 445 | 102 | 113 |
| Binary | 11011111 | 10010011 | 11101001 | 100 | 100101 | 0 | 1001 | 100100101 | 1000010 | 1001011 |
Color Harmonies of #DF93E9
Complementary color
Monochromatic Colors of #DF93E9
Black with #DF93E9
Text Example
Text Example
White with #DF93E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF93E9; }
p { color: rgb(223,147,233); }
H1.HeaderClassName
{
color: #DF93E9;
}
.AnyTagClassName
{
color: #DF93E9;
}
</style>
background-color css
<style>
a { background-color: #DF93E9; }
a { background-color: rgb(223,147,233); }
div.DivClassName
{
background-color: #DF93E9;
}
.BgClassName
{
background-color: #DF93E9;
}
</style>
border-color css
<style>
span { border-color: #DF93E9; }
span { border-color: rgb(223,147,233); }
td.TdClassName
{
border-color: #DF93E9;
}
.TagClassName
{
border-color: #DF93E9;
}
</style>