Shades of Plum #DD99E5
Tints of Plum #DD99E5
RGB
CMYK
RGB Variations
Color information
#DD99E5 (or 0xDD99E5) is known color: Plum. HEX triplet: DD, 99 and E5. RGB value is (221,153,229). Sum of RGB (Red+Green+Blue) = 221+153+229=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 153 (60.16% from 255 or 25.37% from 603); Blue value is 229 (89.84% from 255 or 37.98% from 603); Max value from RGB is 229 - color contains mainly: blue. Hex color #DD99E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD99E5 is #22661A. Grayscale: #B5B5B5. Windows color (decimal): -2254363 or 15047133. OLE color: 15047133.
HSL color Cylindrical-coordinate representation of color #DD99E5: hue angle of 293.68º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DD99E5 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 153 | 229 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.10 |
| HSL | 293.68º | 0.59% | 0.75% | - |
| HSV(B) | 293.68º | 0.33% | 0.9% | - |
| XYZ | 55.35 | 43.81 | 79.67 | - |
| YUV | 182 | 154.53 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 153 | 229 | 0.03 | 0.33 | 0 | 0.10 | 293.68 | 0.59 | 0.75 |
| Hex | DD | 99 | E5 | 3 | 21 | 0 | A | 126 | 3B | 4B |
| Octal | 335 | 231 | 345 | 3 | 41 | 0 | 12 | 446 | 73 | 113 |
| Binary | 11011101 | 10011001 | 11100101 | 11 | 100001 | 0 | 1010 | 100100110 | 111011 | 1001011 |
Color Harmonies of #DD99E5
Complementary color
Monochromatic Colors of #DD99E5
Black with #DD99E5
Text Example
Text Example
White with #DD99E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD99E5; }
p { color: rgb(221,153,229); }
H1.HeaderClassName
{
color: #DD99E5;
}
.AnyTagClassName
{
color: #DD99E5;
}
</style>
background-color css
<style>
a { background-color: #DD99E5; }
a { background-color: rgb(221,153,229); }
div.DivClassName
{
background-color: #DD99E5;
}
.BgClassName
{
background-color: #DD99E5;
}
</style>
border-color css
<style>
span { border-color: #DD99E5; }
span { border-color: rgb(221,153,229); }
td.TdClassName
{
border-color: #DD99E5;
}
.TagClassName
{
border-color: #DD99E5;
}
</style>