Shades of Plum #DD96DD
Tints of Plum #DD96DD
RGB
CMYK
RGB Variations
Color information
#DD96DD (or 0xDD96DD) is known color: Plum. HEX triplet: DD, 96 and DD. RGB value is (221,150,221). Sum of RGB (Red+Green+Blue) = 221+150+221=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 150 (58.98% from 255 or 25.34% from 592); Blue value is 221 (86.72% from 255 or 37.33% from 592); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD96DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD96DD is #226922. Grayscale: #B3B3B3. Windows color (decimal): -2255139 or 14522077. OLE color: 14522077.
HSL color Cylindrical-coordinate representation of color #DD96DD: hue angle of 300º 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 #DD96DD is Cyan = 0, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 150 | 221 | - |
| CMYK | 0 | 0.32 | 0 | 0.13 |
| HSL | 300º | 0.51% | 0.73% | - |
| HSV(B) | 300º | 0.32% | 0.87% | - |
| XYZ | 53.78 | 42.41 | 73.76 | - |
| YUV | 179.32 | 151.52 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 221 | 0 | 0.32 | 0 | 0.13 | 300 | 0.51 | 0.73 |
| Hex | DD | 96 | DD | 0 | 20 | 0 | D | 12C | 33 | 49 |
| Octal | 335 | 226 | 335 | 0 | 40 | 0 | 15 | 454 | 63 | 111 |
| Binary | 11011101 | 10010110 | 11011101 | 0 | 100000 | 0 | 1101 | 100101100 | 110011 | 1001001 |
Color Harmonies of #DD96DD
Complementary color
Monochromatic Colors of #DD96DD
Black with #DD96DD
Text Example
Text Example
White with #DD96DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD96DD; }
p { color: rgb(221,150,221); }
H1.HeaderClassName
{
color: #DD96DD;
}
.AnyTagClassName
{
color: #DD96DD;
}
</style>
background-color css
<style>
a { background-color: #DD96DD; }
a { background-color: rgb(221,150,221); }
div.DivClassName
{
background-color: #DD96DD;
}
.BgClassName
{
background-color: #DD96DD;
}
</style>
border-color css
<style>
span { border-color: #DD96DD; }
span { border-color: rgb(221,150,221); }
td.TdClassName
{
border-color: #DD96DD;
}
.TagClassName
{
border-color: #DD96DD;
}
</style>