Shades of Plum #DD96D7
Tints of Plum #DD96D7
RGB
CMYK
RGB Variations
Color information
#DD96D7 (or 0xDD96D7) is known color: Plum. HEX triplet: DD, 96 and D7. RGB value is (221,150,215). Sum of RGB (Red+Green+Blue) = 221+150+215=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 150 (58.98% from 255 or 25.60% from 586); Blue value is 215 (84.38% from 255 or 36.69% from 586); Max value from RGB is 221 - color contains mainly: red. Hex color #DD96D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD96D7 is #226928. Grayscale: #B2B2B2. Windows color (decimal): -2255145 or 14128861. OLE color: 14128861.
HSL color Cylindrical-coordinate representation of color #DD96D7: hue angle of 305.07º 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 #DD96D7 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 150 | 215 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.13 |
| HSL | 305.07º | 0.51% | 0.73% | - |
| HSV(B) | 305.07º | 0.32% | 0.87% | - |
| XYZ | 52.99 | 42.09 | 69.62 | - |
| YUV | 178.64 | 148.52 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 215 | 0 | 0.32 | 0.03 | 0.13 | 305.07 | 0.51 | 0.73 |
| Hex | DD | 96 | D7 | 0 | 20 | 3 | D | 131 | 33 | 49 |
| Octal | 335 | 226 | 327 | 0 | 40 | 3 | 15 | 461 | 63 | 111 |
| Binary | 11011101 | 10010110 | 11010111 | 0 | 100000 | 11 | 1101 | 100110001 | 110011 | 1001001 |
Color Harmonies of #DD96D7
Complementary color
Monochromatic Colors of #DD96D7
Black with #DD96D7
Text Example
Text Example
White with #DD96D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD96D7; }
p { color: rgb(221,150,215); }
H1.HeaderClassName
{
color: #DD96D7;
}
.AnyTagClassName
{
color: #DD96D7;
}
</style>
background-color css
<style>
a { background-color: #DD96D7; }
a { background-color: rgb(221,150,215); }
div.DivClassName
{
background-color: #DD96D7;
}
.BgClassName
{
background-color: #DD96D7;
}
</style>
border-color css
<style>
span { border-color: #DD96D7; }
span { border-color: rgb(221,150,215); }
td.TdClassName
{
border-color: #DD96D7;
}
.TagClassName
{
border-color: #DD96D7;
}
</style>