Shades of Plum #DD99D5
Tints of Plum #DD99D5
RGB
CMYK
RGB Variations
Color information
#DD99D5 (or 0xDD99D5) is known color: Plum. HEX triplet: DD, 99 and D5. RGB value is (221,153,213). Sum of RGB (Red+Green+Blue) = 221+153+213=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 153 (60.16% from 255 or 26.06% from 587); Blue value is 213 (83.59% from 255 or 36.29% from 587); Max value from RGB is 221 - color contains mainly: red. Hex color #DD99D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD99D5 is #22662A. Grayscale: #B4B4B4. Windows color (decimal): -2254379 or 13998557. OLE color: 13998557.
HSL color Cylindrical-coordinate representation of color #DD99D5: hue angle of 307.06º 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 #DD99D5 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 153 | 213 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.13 |
| HSL | 307.06º | 0.5% | 0.73% | - |
| HSV(B) | 307.06º | 0.31% | 0.87% | - |
| XYZ | 53.22 | 42.96 | 68.44 | - |
| YUV | 180.17 | 146.53 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 153 | 213 | 0 | 0.31 | 0.04 | 0.13 | 307.06 | 0.5 | 0.73 |
| Hex | DD | 99 | D5 | 0 | 1F | 4 | D | 133 | 32 | 49 |
| Octal | 335 | 231 | 325 | 0 | 37 | 4 | 15 | 463 | 62 | 111 |
| Binary | 11011101 | 10011001 | 11010101 | 0 | 11111 | 100 | 1101 | 100110011 | 110010 | 1001001 |
Color Harmonies of #DD99D5
Complementary color
Monochromatic Colors of #DD99D5
Black with #DD99D5
Text Example
Text Example
White with #DD99D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD99D5; }
p { color: rgb(221,153,213); }
H1.HeaderClassName
{
color: #DD99D5;
}
.AnyTagClassName
{
color: #DD99D5;
}
</style>
background-color css
<style>
a { background-color: #DD99D5; }
a { background-color: rgb(221,153,213); }
div.DivClassName
{
background-color: #DD99D5;
}
.BgClassName
{
background-color: #DD99D5;
}
</style>
border-color css
<style>
span { border-color: #DD99D5; }
span { border-color: rgb(221,153,213); }
td.TdClassName
{
border-color: #DD99D5;
}
.TagClassName
{
border-color: #DD99D5;
}
</style>