Shades of Plum #DD99D7
Tints of Plum #DD99D7
RGB
CMYK
RGB Variations
Color information
#DD99D7 (or 0xDD99D7) is known color: Plum. HEX triplet: DD, 99 and D7. RGB value is (221,153,215). Sum of RGB (Red+Green+Blue) = 221+153+215=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 153 (60.16% from 255 or 25.98% from 589); Blue value is 215 (84.38% from 255 or 36.50% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DD99D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD99D7 is #226628. Grayscale: #B4B4B4. Windows color (decimal): -2254377 or 14129629. OLE color: 14129629.
HSL color Cylindrical-coordinate representation of color #DD99D7: hue angle of 305.29º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DD99D7 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 153 | 215 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.13 |
| HSL | 305.29º | 0.5% | 0.73% | - |
| HSV(B) | 305.29º | 0.31% | 0.87% | - |
| XYZ | 53.48 | 43.06 | 69.78 | - |
| YUV | 180.4 | 147.53 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 153 | 215 | 0 | 0.31 | 0.03 | 0.13 | 305.29 | 0.5 | 0.73 |
| Hex | DD | 99 | D7 | 0 | 1F | 3 | D | 131 | 32 | 49 |
| Octal | 335 | 231 | 327 | 0 | 37 | 3 | 15 | 461 | 62 | 111 |
| Binary | 11011101 | 10011001 | 11010111 | 0 | 11111 | 11 | 1101 | 100110001 | 110010 | 1001001 |
Color Harmonies of #DD99D7
Complementary color
Monochromatic Colors of #DD99D7
Black with #DD99D7
Text Example
Text Example
White with #DD99D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD99D7; }
p { color: rgb(221,153,215); }
H1.HeaderClassName
{
color: #DD99D7;
}
.AnyTagClassName
{
color: #DD99D7;
}
</style>
background-color css
<style>
a { background-color: #DD99D7; }
a { background-color: rgb(221,153,215); }
div.DivClassName
{
background-color: #DD99D7;
}
.BgClassName
{
background-color: #DD99D7;
}
</style>
border-color css
<style>
span { border-color: #DD99D7; }
span { border-color: rgb(221,153,215); }
td.TdClassName
{
border-color: #DD99D7;
}
.TagClassName
{
border-color: #DD99D7;
}
</style>