Shades of Plum #DD9EE7
Tints of Plum #DD9EE7
RGB
CMYK
RGB Variations
Color information
#DD9EE7 (or 0xDD9EE7) is known color: Plum. HEX triplet: DD, 9E and E7. RGB value is (221,158,231). Sum of RGB (Red+Green+Blue) = 221+158+231=610 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.23% from 610); Green value is 158 (62.11% from 255 or 25.90% from 610); Blue value is 231 (90.62% from 255 or 37.87% from 610); Max value from RGB is 231 - color contains mainly: blue. Hex color #DD9EE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9EE7 is #226118. Grayscale: #B8B8B8. Windows color (decimal): -2253081 or 15179485. OLE color: 15179485.
HSL color Cylindrical-coordinate representation of color #DD9EE7: hue angle of 291.78º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DD9EE7 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 158 | 231 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.09 |
| HSL | 291.78º | 0.6% | 0.76% | - |
| HSV(B) | 291.78º | 0.32% | 0.91% | - |
| XYZ | 56.47 | 45.6 | 81.43 | - |
| YUV | 185.16 | 153.87 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 158 | 231 | 0.04 | 0.32 | 0 | 0.09 | 291.78 | 0.6 | 0.76 |
| Hex | DD | 9E | E7 | 4 | 20 | 0 | 9 | 124 | 3C | 4C |
| Octal | 335 | 236 | 347 | 4 | 40 | 0 | 11 | 444 | 74 | 114 |
| Binary | 11011101 | 10011110 | 11100111 | 100 | 100000 | 0 | 1001 | 100100100 | 111100 | 1001100 |
Color Harmonies of #DD9EE7
Complementary color
Monochromatic Colors of #DD9EE7
Black with #DD9EE7
Text Example
Text Example
White with #DD9EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9EE7; }
p { color: rgb(221,158,231); }
H1.HeaderClassName
{
color: #DD9EE7;
}
.AnyTagClassName
{
color: #DD9EE7;
}
</style>
background-color css
<style>
a { background-color: #DD9EE7; }
a { background-color: rgb(221,158,231); }
div.DivClassName
{
background-color: #DD9EE7;
}
.BgClassName
{
background-color: #DD9EE7;
}
</style>
border-color css
<style>
span { border-color: #DD9EE7; }
span { border-color: rgb(221,158,231); }
td.TdClassName
{
border-color: #DD9EE7;
}
.TagClassName
{
border-color: #DD9EE7;
}
</style>