Shades of Plum #DD99E1
Tints of Plum #DD99E1
RGB
CMYK
RGB Variations
Color information
#DD99E1 (or 0xDD99E1) is known color: Plum. HEX triplet: DD, 99 and E1. RGB value is (221,153,225). Sum of RGB (Red+Green+Blue) = 221+153+225=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 153 (60.16% from 255 or 25.54% from 599); Blue value is 225 (88.28% from 255 or 37.56% from 599); Max value from RGB is 225 - color contains mainly: blue. Hex color #DD99E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD99E1 is #22661E. Grayscale: #B5B5B5. Windows color (decimal): -2254367 or 14784989. OLE color: 14784989.
HSL color Cylindrical-coordinate representation of color #DD99E1: hue angle of 296.67º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DD99E1 is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 153 | 225 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.12 |
| HSL | 296.67º | 0.55% | 0.74% | - |
| HSV(B) | 296.67º | 0.32% | 0.88% | - |
| XYZ | 54.8 | 43.59 | 76.76 | - |
| YUV | 181.54 | 152.53 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 153 | 225 | 0.02 | 0.32 | 0 | 0.12 | 296.67 | 0.55 | 0.74 |
| Hex | DD | 99 | E1 | 2 | 20 | 0 | C | 129 | 37 | 4A |
| Octal | 335 | 231 | 341 | 2 | 40 | 0 | 14 | 451 | 67 | 112 |
| Binary | 11011101 | 10011001 | 11100001 | 10 | 100000 | 0 | 1100 | 100101001 | 110111 | 1001010 |
Color Harmonies of #DD99E1
Complementary color
Monochromatic Colors of #DD99E1
Black with #DD99E1
Text Example
Text Example
White with #DD99E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD99E1; }
p { color: rgb(221,153,225); }
H1.HeaderClassName
{
color: #DD99E1;
}
.AnyTagClassName
{
color: #DD99E1;
}
</style>
background-color css
<style>
a { background-color: #DD99E1; }
a { background-color: rgb(221,153,225); }
div.DivClassName
{
background-color: #DD99E1;
}
.BgClassName
{
background-color: #DD99E1;
}
</style>
border-color css
<style>
span { border-color: #DD99E1; }
span { border-color: rgb(221,153,225); }
td.TdClassName
{
border-color: #DD99E1;
}
.TagClassName
{
border-color: #DD99E1;
}
</style>