Shades of Plum #DD96DA
Tints of Plum #DD96DA
RGB
CMYK
RGB Variations
Color information
#DD96DA (or 0xDD96DA) is known color: Plum. HEX triplet: DD, 96 and DA. RGB value is (221,150,218). Sum of RGB (Red+Green+Blue) = 221+150+218=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 150 (58.98% from 255 or 25.47% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DD96DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD96DA is #226925. Grayscale: #B2B2B2. Windows color (decimal): -2255142 or 14325469. OLE color: 14325469.
HSL color Cylindrical-coordinate representation of color #DD96DA: hue angle of 302.54º 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 #DD96DA is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 150 | 218 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.13 |
| HSL | 302.54º | 0.51% | 0.73% | - |
| HSV(B) | 302.54º | 0.32% | 0.87% | - |
| XYZ | 53.38 | 42.25 | 71.67 | - |
| YUV | 178.98 | 150.02 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 218 | 0 | 0.32 | 0.01 | 0.13 | 302.54 | 0.51 | 0.73 |
| Hex | DD | 96 | DA | 0 | 20 | 1 | D | 12F | 33 | 49 |
| Octal | 335 | 226 | 332 | 0 | 40 | 1 | 15 | 457 | 63 | 111 |
| Binary | 11011101 | 10010110 | 11011010 | 0 | 100000 | 1 | 1101 | 100101111 | 110011 | 1001001 |
Color Harmonies of #DD96DA
Complementary color
Monochromatic Colors of #DD96DA
Black with #DD96DA
Text Example
Text Example
White with #DD96DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD96DA; }
p { color: rgb(221,150,218); }
H1.HeaderClassName
{
color: #DD96DA;
}
.AnyTagClassName
{
color: #DD96DA;
}
</style>
background-color css
<style>
a { background-color: #DD96DA; }
a { background-color: rgb(221,150,218); }
div.DivClassName
{
background-color: #DD96DA;
}
.BgClassName
{
background-color: #DD96DA;
}
</style>
border-color css
<style>
span { border-color: #DD96DA; }
span { border-color: rgb(221,150,218); }
td.TdClassName
{
border-color: #DD96DA;
}
.TagClassName
{
border-color: #DD96DA;
}
</style>