Shades of Plum #DD96E1
Tints of Plum #DD96E1
RGB
CMYK
RGB Variations
Color information
#DD96E1 (or 0xDD96E1) is known color: Plum. HEX triplet: DD, 96 and E1. RGB value is (221,150,225). Sum of RGB (Red+Green+Blue) = 221+150+225=596 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.08% from 596); Green value is 150 (58.98% from 255 or 25.17% from 596); Blue value is 225 (88.28% from 255 or 37.75% from 596); Max value from RGB is 225 - color contains mainly: blue. Hex color #DD96E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD96E1 is #22691E. Grayscale: #B3B3B3. Windows color (decimal): -2255135 or 14784221. OLE color: 14784221.
HSL color Cylindrical-coordinate representation of color #DD96E1: hue angle of 296.8º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DD96E1 is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 150 | 225 | - |
| CMYK | 0.02 | 0.33 | 0 | 0.12 |
| HSL | 296.8º | 0.56% | 0.74% | - |
| HSV(B) | 296.8º | 0.33% | 0.88% | - |
| XYZ | 54.32 | 42.62 | 76.6 | - |
| YUV | 179.78 | 153.52 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 225 | 0.02 | 0.33 | 0 | 0.12 | 296.8 | 0.56 | 0.74 |
| Hex | DD | 96 | E1 | 2 | 21 | 0 | C | 129 | 38 | 4A |
| Octal | 335 | 226 | 341 | 2 | 41 | 0 | 14 | 451 | 70 | 112 |
| Binary | 11011101 | 10010110 | 11100001 | 10 | 100001 | 0 | 1100 | 100101001 | 111000 | 1001010 |
Color Harmonies of #DD96E1
Complementary color
Monochromatic Colors of #DD96E1
Black with #DD96E1
Text Example
Text Example
White with #DD96E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD96E1; }
p { color: rgb(221,150,225); }
H1.HeaderClassName
{
color: #DD96E1;
}
.AnyTagClassName
{
color: #DD96E1;
}
</style>
background-color css
<style>
a { background-color: #DD96E1; }
a { background-color: rgb(221,150,225); }
div.DivClassName
{
background-color: #DD96E1;
}
.BgClassName
{
background-color: #DD96E1;
}
</style>
border-color css
<style>
span { border-color: #DD96E1; }
span { border-color: rgb(221,150,225); }
td.TdClassName
{
border-color: #DD96E1;
}
.TagClassName
{
border-color: #DD96E1;
}
</style>