Shades of Plum #DD91E3
Tints of Plum #DD91E3
RGB
CMYK
RGB Variations
Color information
#DD91E3 (or 0xDD91E3) is known color: Plum. HEX triplet: DD, 91 and E3. RGB value is (221,145,227). Sum of RGB (Red+Green+Blue) = 221+145+227=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 145 (57.03% from 255 or 24.45% from 593); Blue value is 227 (89.06% from 255 or 38.28% from 593); Max value from RGB is 227 - color contains mainly: blue. Hex color #DD91E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD91E3 is #226E1C. Grayscale: #B0B0B0. Windows color (decimal): -2256413 or 14914013. OLE color: 14914013.
HSL color Cylindrical-coordinate representation of color #DD91E3: hue angle of 295.61º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DD91E3 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 145 | 227 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.11 |
| HSL | 295.61º | 0.59% | 0.73% | - |
| HSV(B) | 295.61º | 0.36% | 0.89% | - |
| XYZ | 53.81 | 41.17 | 77.78 | - |
| YUV | 177.07 | 156.18 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 145 | 227 | 0.03 | 0.36 | 0 | 0.11 | 295.61 | 0.59 | 0.73 |
| Hex | DD | 91 | E3 | 3 | 24 | 0 | B | 128 | 3B | 49 |
| Octal | 335 | 221 | 343 | 3 | 44 | 0 | 13 | 450 | 73 | 111 |
| Binary | 11011101 | 10010001 | 11100011 | 11 | 100100 | 0 | 1011 | 100101000 | 111011 | 1001001 |
Color Harmonies of #DD91E3
Complementary color
Monochromatic Colors of #DD91E3
Black with #DD91E3
Text Example
Text Example
White with #DD91E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD91E3; }
p { color: rgb(221,145,227); }
H1.HeaderClassName
{
color: #DD91E3;
}
.AnyTagClassName
{
color: #DD91E3;
}
</style>
background-color css
<style>
a { background-color: #DD91E3; }
a { background-color: rgb(221,145,227); }
div.DivClassName
{
background-color: #DD91E3;
}
.BgClassName
{
background-color: #DD91E3;
}
</style>
border-color css
<style>
span { border-color: #DD91E3; }
span { border-color: rgb(221,145,227); }
td.TdClassName
{
border-color: #DD91E3;
}
.TagClassName
{
border-color: #DD91E3;
}
</style>