Shades of Plum #DD96D9
Tints of Plum #DD96D9
RGB
CMYK
RGB Variations
Color information
#DD96D9 (or 0xDD96D9) is known color: Plum. HEX triplet: DD, 96 and D9. RGB value is (221,150,217). Sum of RGB (Red+Green+Blue) = 221+150+217=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 150 (58.98% from 255 or 25.51% from 588); Blue value is 217 (85.16% from 255 or 36.90% from 588); Max value from RGB is 221 - color contains mainly: red. Hex color #DD96D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD96D9 is #226926. Grayscale: #B2B2B2. Windows color (decimal): -2255143 or 14259933. OLE color: 14259933.
HSL color Cylindrical-coordinate representation of color #DD96D9: hue angle of 303.38º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DD96D9 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 150 | 217 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.13 |
| HSL | 303.38º | 0.51% | 0.73% | - |
| HSV(B) | 303.38º | 0.32% | 0.87% | - |
| XYZ | 53.25 | 42.19 | 70.98 | - |
| YUV | 178.87 | 149.52 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 217 | 0 | 0.32 | 0.02 | 0.13 | 303.38 | 0.51 | 0.73 |
| Hex | DD | 96 | D9 | 0 | 20 | 2 | D | 12F | 33 | 49 |
| Octal | 335 | 226 | 331 | 0 | 40 | 2 | 15 | 457 | 63 | 111 |
| Binary | 11011101 | 10010110 | 11011001 | 0 | 100000 | 10 | 1101 | 100101111 | 110011 | 1001001 |
Color Harmonies of #DD96D9
Complementary color
Monochromatic Colors of #DD96D9
Black with #DD96D9
Text Example
Text Example
White with #DD96D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD96D9; }
p { color: rgb(221,150,217); }
H1.HeaderClassName
{
color: #DD96D9;
}
.AnyTagClassName
{
color: #DD96D9;
}
</style>
background-color css
<style>
a { background-color: #DD96D9; }
a { background-color: rgb(221,150,217); }
div.DivClassName
{
background-color: #DD96D9;
}
.BgClassName
{
background-color: #DD96D9;
}
</style>
border-color css
<style>
span { border-color: #DD96D9; }
span { border-color: rgb(221,150,217); }
td.TdClassName
{
border-color: #DD96D9;
}
.TagClassName
{
border-color: #DD96D9;
}
</style>