Shades of Plum #DD93E1
Tints of Plum #DD93E1
RGB
CMYK
RGB Variations
Color information
#DD93E1 (or 0xDD93E1) is known color: Plum. HEX triplet: DD, 93 and E1. RGB value is (221,147,225). Sum of RGB (Red+Green+Blue) = 221+147+225=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 147 (57.81% from 255 or 24.79% from 593); Blue value is 225 (88.28% from 255 or 37.94% from 593); Max value from RGB is 225 - color contains mainly: blue. Hex color #DD93E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD93E1 is #226C1E. Grayscale: #B1B1B1. Windows color (decimal): -2255903 or 14783453. OLE color: 14783453.
HSL color Cylindrical-coordinate representation of color #DD93E1: hue angle of 296.92º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DD93E1 is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 147 | 225 | - |
| CMYK | 0.02 | 0.35 | 0 | 0.12 |
| HSL | 296.92º | 0.57% | 0.73% | - |
| HSV(B) | 296.92º | 0.35% | 0.88% | - |
| XYZ | 53.84 | 41.68 | 76.44 | - |
| YUV | 178.02 | 154.52 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 147 | 225 | 0.02 | 0.35 | 0 | 0.12 | 296.92 | 0.57 | 0.73 |
| Hex | DD | 93 | E1 | 2 | 23 | 0 | C | 129 | 39 | 49 |
| Octal | 335 | 223 | 341 | 2 | 43 | 0 | 14 | 451 | 71 | 111 |
| Binary | 11011101 | 10010011 | 11100001 | 10 | 100011 | 0 | 1100 | 100101001 | 111001 | 1001001 |
Color Harmonies of #DD93E1
Complementary color
Monochromatic Colors of #DD93E1
Black with #DD93E1
Text Example
Text Example
White with #DD93E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD93E1; }
p { color: rgb(221,147,225); }
H1.HeaderClassName
{
color: #DD93E1;
}
.AnyTagClassName
{
color: #DD93E1;
}
</style>
background-color css
<style>
a { background-color: #DD93E1; }
a { background-color: rgb(221,147,225); }
div.DivClassName
{
background-color: #DD93E1;
}
.BgClassName
{
background-color: #DD93E1;
}
</style>
border-color css
<style>
span { border-color: #DD93E1; }
span { border-color: rgb(221,147,225); }
td.TdClassName
{
border-color: #DD93E1;
}
.TagClassName
{
border-color: #DD93E1;
}
</style>