Shades of Plum #DD96E2
Tints of Plum #DD96E2
RGB
CMYK
RGB Variations
Color information
#DD96E2 (or 0xDD96E2) is known color: Plum. HEX triplet: DD, 96 and E2. RGB value is (221,150,226). Sum of RGB (Red+Green+Blue) = 221+150+226=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 150 (58.98% from 255 or 25.13% from 597); Blue value is 226 (88.67% from 255 or 37.86% from 597); Max value from RGB is 226 - color contains mainly: blue. Hex color #DD96E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD96E2 is #22691D. Grayscale: #B3B3B3. Windows color (decimal): -2255134 or 14849757. OLE color: 14849757.
HSL color Cylindrical-coordinate representation of color #DD96E2: hue angle of 296.05º degrees, saturation: 0.57, 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 #DD96E2 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 150 | 226 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.11 |
| HSL | 296.05º | 0.57% | 0.74% | - |
| HSV(B) | 296.05º | 0.34% | 0.89% | - |
| XYZ | 54.45 | 42.68 | 77.32 | - |
| YUV | 179.89 | 154.02 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 226 | 0.02 | 0.34 | 0 | 0.11 | 296.05 | 0.57 | 0.74 |
| Hex | DD | 96 | E2 | 2 | 22 | 0 | B | 128 | 39 | 4A |
| Octal | 335 | 226 | 342 | 2 | 42 | 0 | 13 | 450 | 71 | 112 |
| Binary | 11011101 | 10010110 | 11100010 | 10 | 100010 | 0 | 1011 | 100101000 | 111001 | 1001010 |
Color Harmonies of #DD96E2
Complementary color
Monochromatic Colors of #DD96E2
Black with #DD96E2
Text Example
Text Example
White with #DD96E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD96E2; }
p { color: rgb(221,150,226); }
H1.HeaderClassName
{
color: #DD96E2;
}
.AnyTagClassName
{
color: #DD96E2;
}
</style>
background-color css
<style>
a { background-color: #DD96E2; }
a { background-color: rgb(221,150,226); }
div.DivClassName
{
background-color: #DD96E2;
}
.BgClassName
{
background-color: #DD96E2;
}
</style>
border-color css
<style>
span { border-color: #DD96E2; }
span { border-color: rgb(221,150,226); }
td.TdClassName
{
border-color: #DD96E2;
}
.TagClassName
{
border-color: #DD96E2;
}
</style>