Shades of Plum #DD99EC
Tints of Plum #DD99EC
RGB
CMYK
RGB Variations
Color information
#DD99EC (or 0xDD99EC) is known color: Plum. HEX triplet: DD, 99 and EC. RGB value is (221,153,236). Sum of RGB (Red+Green+Blue) = 221+153+236=610 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.23% from 610); Green value is 153 (60.16% from 255 or 25.08% from 610); Blue value is 236 (92.58% from 255 or 38.69% from 610); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD99EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD99EC is #226613. Grayscale: #B6B6B6. Windows color (decimal): -2254356 or 15505885. OLE color: 15505885.
HSL color Cylindrical-coordinate representation of color #DD99EC: hue angle of 289.16º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DD99EC is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 153 | 236 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.07 |
| HSL | 289.16º | 0.69% | 0.76% | - |
| HSV(B) | 289.16º | 0.35% | 0.93% | - |
| XYZ | 56.35 | 44.21 | 84.92 | - |
| YUV | 182.79 | 158.03 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 153 | 236 | 0.06 | 0.35 | 0 | 0.07 | 289.16 | 0.69 | 0.76 |
| Hex | DD | 99 | EC | 6 | 23 | 0 | 7 | 121 | 45 | 4C |
| Octal | 335 | 231 | 354 | 6 | 43 | 0 | 7 | 441 | 105 | 114 |
| Binary | 11011101 | 10011001 | 11101100 | 110 | 100011 | 0 | 111 | 100100001 | 1000101 | 1001100 |
Color Harmonies of #DD99EC
Complementary color
Monochromatic Colors of #DD99EC
Black with #DD99EC
Text Example
Text Example
White with #DD99EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD99EC; }
p { color: rgb(221,153,236); }
H1.HeaderClassName
{
color: #DD99EC;
}
.AnyTagClassName
{
color: #DD99EC;
}
</style>
background-color css
<style>
a { background-color: #DD99EC; }
a { background-color: rgb(221,153,236); }
div.DivClassName
{
background-color: #DD99EC;
}
.BgClassName
{
background-color: #DD99EC;
}
</style>
border-color css
<style>
span { border-color: #DD99EC; }
span { border-color: rgb(221,153,236); }
td.TdClassName
{
border-color: #DD99EC;
}
.TagClassName
{
border-color: #DD99EC;
}
</style>