Shades of Plum #DD9EE0
Tints of Plum #DD9EE0
RGB
CMYK
RGB Variations
Color information
#DD9EE0 (or 0xDD9EE0) is known color: Plum. HEX triplet: DD, 9E and E0. RGB value is (221,158,224). Sum of RGB (Red+Green+Blue) = 221+158+224=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 158 (62.11% from 255 or 26.20% from 603); Blue value is 224 (87.89% from 255 or 37.15% from 603); Max value from RGB is 224 - color contains mainly: blue. Hex color #DD9EE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9EE0 is #22611F. Grayscale: #B8B8B8. Windows color (decimal): -2253088 or 14720733. OLE color: 14720733.
HSL color Cylindrical-coordinate representation of color #DD9EE0: hue angle of 297.27º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DD9EE0 is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 158 | 224 | - |
| CMYK | 0.01 | 0.29 | 0 | 0.12 |
| HSL | 297.27º | 0.52% | 0.75% | - |
| HSV(B) | 297.27º | 0.29% | 0.88% | - |
| XYZ | 55.5 | 45.21 | 76.32 | - |
| YUV | 184.36 | 150.37 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 158 | 224 | 0.01 | 0.29 | 0 | 0.12 | 297.27 | 0.52 | 0.75 |
| Hex | DD | 9E | E0 | 1 | 1D | 0 | C | 129 | 34 | 4B |
| Octal | 335 | 236 | 340 | 1 | 35 | 0 | 14 | 451 | 64 | 113 |
| Binary | 11011101 | 10011110 | 11100000 | 1 | 11101 | 0 | 1100 | 100101001 | 110100 | 1001011 |
Color Harmonies of #DD9EE0
Complementary color
Monochromatic Colors of #DD9EE0
Black with #DD9EE0
Text Example
Text Example
White with #DD9EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9EE0; }
p { color: rgb(221,158,224); }
H1.HeaderClassName
{
color: #DD9EE0;
}
.AnyTagClassName
{
color: #DD9EE0;
}
</style>
background-color css
<style>
a { background-color: #DD9EE0; }
a { background-color: rgb(221,158,224); }
div.DivClassName
{
background-color: #DD9EE0;
}
.BgClassName
{
background-color: #DD9EE0;
}
</style>
border-color css
<style>
span { border-color: #DD9EE0; }
span { border-color: rgb(221,158,224); }
td.TdClassName
{
border-color: #DD9EE0;
}
.TagClassName
{
border-color: #DD9EE0;
}
</style>