Shades of Plum #DD96E5
Tints of Plum #DD96E5
RGB
CMYK
RGB Variations
Color information
#DD96E5 (or 0xDD96E5) is known color: Plum. HEX triplet: DD, 96 and E5. RGB value is (221,150,229). Sum of RGB (Red+Green+Blue) = 221+150+229=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 150 (58.98% from 255 or 25% from 600); Blue value is 229 (89.84% from 255 or 38.17% from 600); Max value from RGB is 229 - color contains mainly: blue. Hex color #DD96E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD96E5 is #22691A. Grayscale: #B3B3B3. Windows color (decimal): -2255131 or 15046365. OLE color: 15046365.
HSL color Cylindrical-coordinate representation of color #DD96E5: hue angle of 293.92º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DD96E5 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 150 | 229 | - |
| CMYK | 0.03 | 0.34 | 0 | 0.10 |
| HSL | 293.92º | 0.6% | 0.74% | - |
| HSV(B) | 293.92º | 0.34% | 0.9% | - |
| XYZ | 54.87 | 42.84 | 79.51 | - |
| YUV | 180.24 | 155.52 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 229 | 0.03 | 0.34 | 0 | 0.10 | 293.92 | 0.6 | 0.74 |
| Hex | DD | 96 | E5 | 3 | 22 | 0 | A | 126 | 3C | 4A |
| Octal | 335 | 226 | 345 | 3 | 42 | 0 | 12 | 446 | 74 | 112 |
| Binary | 11011101 | 10010110 | 11100101 | 11 | 100010 | 0 | 1010 | 100100110 | 111100 | 1001010 |
Color Harmonies of #DD96E5
Complementary color
Monochromatic Colors of #DD96E5
Black with #DD96E5
Text Example
Text Example
White with #DD96E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD96E5; }
p { color: rgb(221,150,229); }
H1.HeaderClassName
{
color: #DD96E5;
}
.AnyTagClassName
{
color: #DD96E5;
}
</style>
background-color css
<style>
a { background-color: #DD96E5; }
a { background-color: rgb(221,150,229); }
div.DivClassName
{
background-color: #DD96E5;
}
.BgClassName
{
background-color: #DD96E5;
}
</style>
border-color css
<style>
span { border-color: #DD96E5; }
span { border-color: rgb(221,150,229); }
td.TdClassName
{
border-color: #DD96E5;
}
.TagClassName
{
border-color: #DD96E5;
}
</style>