Shades of Plum #DD99D0
Tints of Plum #DD99D0
RGB
CMYK
RGB Variations
Color information
#DD99D0 (or 0xDD99D0) is known color: Plum. HEX triplet: DD, 99 and D0. RGB value is (221,153,208). Sum of RGB (Red+Green+Blue) = 221+153+208=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 153 (60.16% from 255 or 26.29% from 582); Blue value is 208 (81.64% from 255 or 35.74% from 582); Max value from RGB is 221 - color contains mainly: red. Hex color #DD99D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD99D0 is #22662F. Grayscale: #B3B3B3. Windows color (decimal): -2254384 or 13670877. OLE color: 13670877.
HSL color Cylindrical-coordinate representation of color #DD99D0: hue angle of 311.47º 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 #DD99D0 is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 153 | 208 | - |
| CMYK | 0 | 0.31 | 0.06 | 0.13 |
| HSL | 311.47º | 0.5% | 0.73% | - |
| HSV(B) | 311.47º | 0.31% | 0.87% | - |
| XYZ | 52.6 | 42.71 | 65.15 | - |
| YUV | 179.6 | 144.03 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 153 | 208 | 0 | 0.31 | 0.06 | 0.13 | 311.47 | 0.5 | 0.73 |
| Hex | DD | 99 | D0 | 0 | 1F | 6 | D | 137 | 32 | 49 |
| Octal | 335 | 231 | 320 | 0 | 37 | 6 | 15 | 467 | 62 | 111 |
| Binary | 11011101 | 10011001 | 11010000 | 0 | 11111 | 110 | 1101 | 100110111 | 110010 | 1001001 |
Color Harmonies of #DD99D0
Complementary color
Monochromatic Colors of #DD99D0
Black with #DD99D0
Text Example
Text Example
White with #DD99D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD99D0; }
p { color: rgb(221,153,208); }
H1.HeaderClassName
{
color: #DD99D0;
}
.AnyTagClassName
{
color: #DD99D0;
}
</style>
background-color css
<style>
a { background-color: #DD99D0; }
a { background-color: rgb(221,153,208); }
div.DivClassName
{
background-color: #DD99D0;
}
.BgClassName
{
background-color: #DD99D0;
}
</style>
border-color css
<style>
span { border-color: #DD99D0; }
span { border-color: rgb(221,153,208); }
td.TdClassName
{
border-color: #DD99D0;
}
.TagClassName
{
border-color: #DD99D0;
}
</style>