Shades of Plum #DD96E0
Tints of Plum #DD96E0
RGB
CMYK
RGB Variations
Color information
#DD96E0 (or 0xDD96E0) is known color: Plum. HEX triplet: DD, 96 and E0. RGB value is (221,150,224). Sum of RGB (Red+Green+Blue) = 221+150+224=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 150 (58.98% from 255 or 25.21% from 595); Blue value is 224 (87.89% from 255 or 37.65% from 595); Max value from RGB is 224 - color contains mainly: blue. Hex color #DD96E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD96E0 is #22691F. Grayscale: #B3B3B3. Windows color (decimal): -2255136 or 14718685. OLE color: 14718685.
HSL color Cylindrical-coordinate representation of color #DD96E0: hue angle of 297.57º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DD96E0 is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 150 | 224 | - |
| CMYK | 0.01 | 0.33 | 0 | 0.12 |
| HSL | 297.57º | 0.54% | 0.73% | - |
| HSV(B) | 297.57º | 0.33% | 0.88% | - |
| XYZ | 54.18 | 42.57 | 75.88 | - |
| YUV | 179.67 | 153.02 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 224 | 0.01 | 0.33 | 0 | 0.12 | 297.57 | 0.54 | 0.73 |
| Hex | DD | 96 | E0 | 1 | 21 | 0 | C | 12A | 36 | 49 |
| Octal | 335 | 226 | 340 | 1 | 41 | 0 | 14 | 452 | 66 | 111 |
| Binary | 11011101 | 10010110 | 11100000 | 1 | 100001 | 0 | 1100 | 100101010 | 110110 | 1001001 |
Color Harmonies of #DD96E0
Complementary color
Monochromatic Colors of #DD96E0
Black with #DD96E0
Text Example
Text Example
White with #DD96E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD96E0; }
p { color: rgb(221,150,224); }
H1.HeaderClassName
{
color: #DD96E0;
}
.AnyTagClassName
{
color: #DD96E0;
}
</style>
background-color css
<style>
a { background-color: #DD96E0; }
a { background-color: rgb(221,150,224); }
div.DivClassName
{
background-color: #DD96E0;
}
.BgClassName
{
background-color: #DD96E0;
}
</style>
border-color css
<style>
span { border-color: #DD96E0; }
span { border-color: rgb(221,150,224); }
td.TdClassName
{
border-color: #DD96E0;
}
.TagClassName
{
border-color: #DD96E0;
}
</style>