Shades of Plum #DD99D2
Tints of Plum #DD99D2
RGB
CMYK
RGB Variations
Color information
#DD99D2 (or 0xDD99D2) is known color: Plum. HEX triplet: DD, 99 and D2. RGB value is (221,153,210). Sum of RGB (Red+Green+Blue) = 221+153+210=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 153 (60.16% from 255 or 26.20% from 584); Blue value is 210 (82.42% from 255 or 35.96% from 584); Max value from RGB is 221 - color contains mainly: red. Hex color #DD99D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD99D2 is #22662D. Grayscale: #B3B3B3. Windows color (decimal): -2254382 or 13801949. OLE color: 13801949.
HSL color Cylindrical-coordinate representation of color #DD99D2: hue angle of 309.71º 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 #DD99D2 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 153 | 210 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.13 |
| HSL | 309.71º | 0.5% | 0.73% | - |
| HSV(B) | 309.71º | 0.31% | 0.87% | - |
| XYZ | 52.84 | 42.81 | 66.45 | - |
| YUV | 179.83 | 145.03 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 153 | 210 | 0 | 0.31 | 0.05 | 0.13 | 309.71 | 0.5 | 0.73 |
| Hex | DD | 99 | D2 | 0 | 1F | 5 | D | 136 | 32 | 49 |
| Octal | 335 | 231 | 322 | 0 | 37 | 5 | 15 | 466 | 62 | 111 |
| Binary | 11011101 | 10011001 | 11010010 | 0 | 11111 | 101 | 1101 | 100110110 | 110010 | 1001001 |
Color Harmonies of #DD99D2
Complementary color
Monochromatic Colors of #DD99D2
Black with #DD99D2
Text Example
Text Example
White with #DD99D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD99D2; }
p { color: rgb(221,153,210); }
H1.HeaderClassName
{
color: #DD99D2;
}
.AnyTagClassName
{
color: #DD99D2;
}
</style>
background-color css
<style>
a { background-color: #DD99D2; }
a { background-color: rgb(221,153,210); }
div.DivClassName
{
background-color: #DD99D2;
}
.BgClassName
{
background-color: #DD99D2;
}
</style>
border-color css
<style>
span { border-color: #DD99D2; }
span { border-color: rgb(221,153,210); }
td.TdClassName
{
border-color: #DD99D2;
}
.TagClassName
{
border-color: #DD99D2;
}
</style>