Shades of Plum #DD96E4
Tints of Plum #DD96E4
RGB
CMYK
RGB Variations
Color information
#DD96E4 (or 0xDD96E4) is known color: Plum. HEX triplet: DD, 96 and E4. RGB value is (221,150,228). Sum of RGB (Red+Green+Blue) = 221+150+228=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 150 (58.98% from 255 or 25.04% from 599); Blue value is 228 (89.45% from 255 or 38.06% from 599); Max value from RGB is 228 - color contains mainly: blue. Hex color #DD96E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD96E4 is #22691B. Grayscale: #B3B3B3. Windows color (decimal): -2255132 or 14980829. OLE color: 14980829.
HSL color Cylindrical-coordinate representation of color #DD96E4: hue angle of 294.62º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DD96E4 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 150 | 228 | - |
| CMYK | 0.03 | 0.34 | 0 | 0.11 |
| HSL | 294.62º | 0.59% | 0.74% | - |
| HSV(B) | 294.62º | 0.34% | 0.89% | - |
| XYZ | 54.73 | 42.79 | 78.77 | - |
| YUV | 180.12 | 155.02 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 228 | 0.03 | 0.34 | 0 | 0.11 | 294.62 | 0.59 | 0.74 |
| Hex | DD | 96 | E4 | 3 | 22 | 0 | B | 127 | 3B | 4A |
| Octal | 335 | 226 | 344 | 3 | 42 | 0 | 13 | 447 | 73 | 112 |
| Binary | 11011101 | 10010110 | 11100100 | 11 | 100010 | 0 | 1011 | 100100111 | 111011 | 1001010 |
Color Harmonies of #DD96E4
Complementary color
Monochromatic Colors of #DD96E4
Black with #DD96E4
Text Example
Text Example
White with #DD96E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD96E4; }
p { color: rgb(221,150,228); }
H1.HeaderClassName
{
color: #DD96E4;
}
.AnyTagClassName
{
color: #DD96E4;
}
</style>
background-color css
<style>
a { background-color: #DD96E4; }
a { background-color: rgb(221,150,228); }
div.DivClassName
{
background-color: #DD96E4;
}
.BgClassName
{
background-color: #DD96E4;
}
</style>
border-color css
<style>
span { border-color: #DD96E4; }
span { border-color: rgb(221,150,228); }
td.TdClassName
{
border-color: #DD96E4;
}
.TagClassName
{
border-color: #DD96E4;
}
</style>