Shades of Plum #DD96E6
Tints of Plum #DD96E6
RGB
CMYK
RGB Variations
Color information
#DD96E6 (or 0xDD96E6) is known color: Plum. HEX triplet: DD, 96 and E6. RGB value is (221,150,230). Sum of RGB (Red+Green+Blue) = 221+150+230=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 150 (58.98% from 255 or 24.96% from 601); Blue value is 230 (90.23% from 255 or 38.27% from 601); Max value from RGB is 230 - color contains mainly: blue. Hex color #DD96E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD96E6 is #226919. Grayscale: #B4B4B4. Windows color (decimal): -2255130 or 15111901. OLE color: 15111901.
HSL color Cylindrical-coordinate representation of color #DD96E6: hue angle of 293.25º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DD96E6 is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 150 | 230 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.10 |
| HSL | 293.25º | 0.62% | 0.75% | - |
| HSV(B) | 293.25º | 0.35% | 0.9% | - |
| XYZ | 55.01 | 42.9 | 80.24 | - |
| YUV | 180.35 | 156.02 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 230 | 0.04 | 0.35 | 0 | 0.10 | 293.25 | 0.62 | 0.75 |
| Hex | DD | 96 | E6 | 4 | 23 | 0 | A | 125 | 3E | 4B |
| Octal | 335 | 226 | 346 | 4 | 43 | 0 | 12 | 445 | 76 | 113 |
| Binary | 11011101 | 10010110 | 11100110 | 100 | 100011 | 0 | 1010 | 100100101 | 111110 | 1001011 |
Color Harmonies of #DD96E6
Complementary color
Monochromatic Colors of #DD96E6
Black with #DD96E6
Text Example
Text Example
White with #DD96E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD96E6; }
p { color: rgb(221,150,230); }
H1.HeaderClassName
{
color: #DD96E6;
}
.AnyTagClassName
{
color: #DD96E6;
}
</style>
background-color css
<style>
a { background-color: #DD96E6; }
a { background-color: rgb(221,150,230); }
div.DivClassName
{
background-color: #DD96E6;
}
.BgClassName
{
background-color: #DD96E6;
}
</style>
border-color css
<style>
span { border-color: #DD96E6; }
span { border-color: rgb(221,150,230); }
td.TdClassName
{
border-color: #DD96E6;
}
.TagClassName
{
border-color: #DD96E6;
}
</style>