Shades of Plum #DD99EE
Tints of Plum #DD99EE
RGB
CMYK
RGB Variations
Color information
#DD99EE (or 0xDD99EE) is known color: Plum. HEX triplet: DD, 99 and EE. RGB value is (221,153,238). Sum of RGB (Red+Green+Blue) = 221+153+238=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 153 (60.16% from 255 or 25% from 612); Blue value is 238 (93.36% from 255 or 38.89% from 612); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD99EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD99EE is #226611. Grayscale: #B6B6B6. Windows color (decimal): -2254354 or 15636957. OLE color: 15636957.
HSL color Cylindrical-coordinate representation of color #DD99EE: hue angle of 288º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DD99EE is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 153 | 238 | - |
| CMYK | 0.07 | 0.36 | 0 | 0.07 |
| HSL | 288º | 0.71% | 0.77% | - |
| HSV(B) | 288º | 0.36% | 0.93% | - |
| XYZ | 56.64 | 44.33 | 86.46 | - |
| YUV | 183.02 | 159.03 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 153 | 238 | 0.07 | 0.36 | 0 | 0.07 | 288 | 0.71 | 0.77 |
| Hex | DD | 99 | EE | 7 | 24 | 0 | 7 | 120 | 47 | 4D |
| Octal | 335 | 231 | 356 | 7 | 44 | 0 | 7 | 440 | 107 | 115 |
| Binary | 11011101 | 10011001 | 11101110 | 111 | 100100 | 0 | 111 | 100100000 | 1000111 | 1001101 |
Color Harmonies of #DD99EE
Complementary color
Monochromatic Colors of #DD99EE
Black with #DD99EE
Text Example
Text Example
White with #DD99EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD99EE; }
p { color: rgb(221,153,238); }
H1.HeaderClassName
{
color: #DD99EE;
}
.AnyTagClassName
{
color: #DD99EE;
}
</style>
background-color css
<style>
a { background-color: #DD99EE; }
a { background-color: rgb(221,153,238); }
div.DivClassName
{
background-color: #DD99EE;
}
.BgClassName
{
background-color: #DD99EE;
}
</style>
border-color css
<style>
span { border-color: #DD99EE; }
span { border-color: rgb(221,153,238); }
td.TdClassName
{
border-color: #DD99EE;
}
.TagClassName
{
border-color: #DD99EE;
}
</style>