Shades of Plum #DD93E0
Tints of Plum #DD93E0
RGB
CMYK
RGB Variations
Color information
#DD93E0 (or 0xDD93E0) is known color: Plum. HEX triplet: DD, 93 and E0. RGB value is (221,147,224). Sum of RGB (Red+Green+Blue) = 221+147+224=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 147 (57.81% from 255 or 24.83% from 592); Blue value is 224 (87.89% from 255 or 37.84% from 592); Max value from RGB is 224 - color contains mainly: blue. Hex color #DD93E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD93E0 is #226C1F. Grayscale: #B1B1B1. Windows color (decimal): -2255904 or 14717917. OLE color: 14717917.
HSL color Cylindrical-coordinate representation of color #DD93E0: hue angle of 297.66º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DD93E0 is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 147 | 224 | - |
| CMYK | 0.01 | 0.34 | 0 | 0.12 |
| HSL | 297.66º | 0.55% | 0.73% | - |
| HSV(B) | 297.66º | 0.34% | 0.88% | - |
| XYZ | 53.71 | 41.62 | 75.72 | - |
| YUV | 177.9 | 154.02 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 147 | 224 | 0.01 | 0.34 | 0 | 0.12 | 297.66 | 0.55 | 0.73 |
| Hex | DD | 93 | E0 | 1 | 22 | 0 | C | 12A | 37 | 49 |
| Octal | 335 | 223 | 340 | 1 | 42 | 0 | 14 | 452 | 67 | 111 |
| Binary | 11011101 | 10010011 | 11100000 | 1 | 100010 | 0 | 1100 | 100101010 | 110111 | 1001001 |
Color Harmonies of #DD93E0
Complementary color
Monochromatic Colors of #DD93E0
Black with #DD93E0
Text Example
Text Example
White with #DD93E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD93E0; }
p { color: rgb(221,147,224); }
H1.HeaderClassName
{
color: #DD93E0;
}
.AnyTagClassName
{
color: #DD93E0;
}
</style>
background-color css
<style>
a { background-color: #DD93E0; }
a { background-color: rgb(221,147,224); }
div.DivClassName
{
background-color: #DD93E0;
}
.BgClassName
{
background-color: #DD93E0;
}
</style>
border-color css
<style>
span { border-color: #DD93E0; }
span { border-color: rgb(221,147,224); }
td.TdClassName
{
border-color: #DD93E0;
}
.TagClassName
{
border-color: #DD93E0;
}
</style>