Shades of Plum #DD93E9
Tints of Plum #DD93E9
RGB
CMYK
RGB Variations
Color information
#DD93E9 (or 0xDD93E9) is known color: Plum. HEX triplet: DD, 93 and E9. RGB value is (221,147,233). Sum of RGB (Red+Green+Blue) = 221+147+233=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 147 (57.81% from 255 or 24.46% from 601); Blue value is 233 (91.41% from 255 or 38.77% from 601); Max value from RGB is 233 - color contains mainly: blue. Hex color #DD93E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD93E9 is #226C16. Grayscale: #B2B2B2. Windows color (decimal): -2255895 or 15307741. OLE color: 15307741.
HSL color Cylindrical-coordinate representation of color #DD93E9: hue angle of 291.63º 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 #DD93E9 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 147 | 233 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.09 |
| HSL | 291.63º | 0.66% | 0.75% | - |
| HSV(B) | 291.63º | 0.37% | 0.91% | - |
| XYZ | 54.96 | 42.12 | 82.32 | - |
| YUV | 178.93 | 158.52 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 147 | 233 | 0.05 | 0.37 | 0 | 0.09 | 291.63 | 0.66 | 0.75 |
| Hex | DD | 93 | E9 | 5 | 25 | 0 | 9 | 124 | 42 | 4B |
| Octal | 335 | 223 | 351 | 5 | 45 | 0 | 11 | 444 | 102 | 113 |
| Binary | 11011101 | 10010011 | 11101001 | 101 | 100101 | 0 | 1001 | 100100100 | 1000010 | 1001011 |
Color Harmonies of #DD93E9
Complementary color
Monochromatic Colors of #DD93E9
Black with #DD93E9
Text Example
Text Example
White with #DD93E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD93E9; }
p { color: rgb(221,147,233); }
H1.HeaderClassName
{
color: #DD93E9;
}
.AnyTagClassName
{
color: #DD93E9;
}
</style>
background-color css
<style>
a { background-color: #DD93E9; }
a { background-color: rgb(221,147,233); }
div.DivClassName
{
background-color: #DD93E9;
}
.BgClassName
{
background-color: #DD93E9;
}
</style>
border-color css
<style>
span { border-color: #DD93E9; }
span { border-color: rgb(221,147,233); }
td.TdClassName
{
border-color: #DD93E9;
}
.TagClassName
{
border-color: #DD93E9;
}
</style>