Shades of Plum #DD99E3
Tints of Plum #DD99E3
RGB
CMYK
RGB Variations
Color information
#DD99E3 (or 0xDD99E3) is known color: Plum. HEX triplet: DD, 99 and E3. RGB value is (221,153,227). Sum of RGB (Red+Green+Blue) = 221+153+227=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 153 (60.16% from 255 or 25.46% from 601); Blue value is 227 (89.06% from 255 or 37.77% from 601); Max value from RGB is 227 - color contains mainly: blue. Hex color #DD99E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD99E3 is #22661C. Grayscale: #B5B5B5. Windows color (decimal): -2254365 or 14916061. OLE color: 14916061.
HSL color Cylindrical-coordinate representation of color #DD99E3: hue angle of 295.14º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DD99E3 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 153 | 227 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.11 |
| HSL | 295.14º | 0.57% | 0.75% | - |
| HSV(B) | 295.14º | 0.33% | 0.89% | - |
| XYZ | 55.08 | 43.7 | 78.21 | - |
| YUV | 181.77 | 153.53 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 153 | 227 | 0.03 | 0.33 | 0 | 0.11 | 295.14 | 0.57 | 0.75 |
| Hex | DD | 99 | E3 | 3 | 21 | 0 | B | 127 | 39 | 4B |
| Octal | 335 | 231 | 343 | 3 | 41 | 0 | 13 | 447 | 71 | 113 |
| Binary | 11011101 | 10011001 | 11100011 | 11 | 100001 | 0 | 1011 | 100100111 | 111001 | 1001011 |
Color Harmonies of #DD99E3
Complementary color
Monochromatic Colors of #DD99E3
Black with #DD99E3
Text Example
Text Example
White with #DD99E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD99E3; }
p { color: rgb(221,153,227); }
H1.HeaderClassName
{
color: #DD99E3;
}
.AnyTagClassName
{
color: #DD99E3;
}
</style>
background-color css
<style>
a { background-color: #DD99E3; }
a { background-color: rgb(221,153,227); }
div.DivClassName
{
background-color: #DD99E3;
}
.BgClassName
{
background-color: #DD99E3;
}
</style>
border-color css
<style>
span { border-color: #DD99E3; }
span { border-color: rgb(221,153,227); }
td.TdClassName
{
border-color: #DD99E3;
}
.TagClassName
{
border-color: #DD99E3;
}
</style>