Shades of Plum #DD96D8
Tints of Plum #DD96D8
RGB
CMYK
RGB Variations
Color information
#DD96D8 (or 0xDD96D8) is known color: Plum. HEX triplet: DD, 96 and D8. RGB value is (221,150,216). Sum of RGB (Red+Green+Blue) = 221+150+216=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 150 (58.98% from 255 or 25.55% from 587); Blue value is 216 (84.77% from 255 or 36.80% from 587); Max value from RGB is 221 - color contains mainly: red. Hex color #DD96D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD96D8 is #226927. Grayscale: #B2B2B2. Windows color (decimal): -2255144 or 14194397. OLE color: 14194397.
HSL color Cylindrical-coordinate representation of color #DD96D8: hue angle of 304.23º 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 #DD96D8 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 150 | 216 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.13 |
| HSL | 304.23º | 0.51% | 0.73% | - |
| HSV(B) | 304.23º | 0.32% | 0.87% | - |
| XYZ | 53.12 | 42.14 | 70.3 | - |
| YUV | 178.75 | 149.02 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 216 | 0 | 0.32 | 0.02 | 0.13 | 304.23 | 0.51 | 0.73 |
| Hex | DD | 96 | D8 | 0 | 20 | 2 | D | 130 | 33 | 49 |
| Octal | 335 | 226 | 330 | 0 | 40 | 2 | 15 | 460 | 63 | 111 |
| Binary | 11011101 | 10010110 | 11011000 | 0 | 100000 | 10 | 1101 | 100110000 | 110011 | 1001001 |
Color Harmonies of #DD96D8
Complementary color
Monochromatic Colors of #DD96D8
Black with #DD96D8
Text Example
Text Example
White with #DD96D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD96D8; }
p { color: rgb(221,150,216); }
H1.HeaderClassName
{
color: #DD96D8;
}
.AnyTagClassName
{
color: #DD96D8;
}
</style>
background-color css
<style>
a { background-color: #DD96D8; }
a { background-color: rgb(221,150,216); }
div.DivClassName
{
background-color: #DD96D8;
}
.BgClassName
{
background-color: #DD96D8;
}
</style>
border-color css
<style>
span { border-color: #DD96D8; }
span { border-color: rgb(221,150,216); }
td.TdClassName
{
border-color: #DD96D8;
}
.TagClassName
{
border-color: #DD96D8;
}
</style>