Shades of Plum #DD8EE2
Tints of Plum #DD8EE2
RGB
CMYK
RGB Variations
Color information
#DD8EE2 (or 0xDD8EE2) is known color: Plum. HEX triplet: DD, 8E and E2. RGB value is (221,142,226). Sum of RGB (Red+Green+Blue) = 221+142+226=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 142 (55.86% from 255 or 24.11% from 589); Blue value is 226 (88.67% from 255 or 38.37% from 589); Max value from RGB is 226 - color contains mainly: blue. Hex color #DD8EE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8EE2 is #22711D. Grayscale: #AEAEAE. Windows color (decimal): -2257182 or 14847709. OLE color: 14847709.
HSL color Cylindrical-coordinate representation of color #DD8EE2: hue angle of 296.43º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DD8EE2 is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 142 | 226 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.11 |
| HSL | 296.43º | 0.59% | 0.72% | - |
| HSV(B) | 296.43º | 0.37% | 0.89% | - |
| XYZ | 53.22 | 40.21 | 76.91 | - |
| YUV | 175.2 | 156.67 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 142 | 226 | 0.02 | 0.37 | 0 | 0.11 | 296.43 | 0.59 | 0.72 |
| Hex | DD | 8E | E2 | 2 | 25 | 0 | B | 128 | 3B | 48 |
| Octal | 335 | 216 | 342 | 2 | 45 | 0 | 13 | 450 | 73 | 110 |
| Binary | 11011101 | 10001110 | 11100010 | 10 | 100101 | 0 | 1011 | 100101000 | 111011 | 1001000 |
Color Harmonies of #DD8EE2
Complementary color
Monochromatic Colors of #DD8EE2
Black with #DD8EE2
Text Example
Text Example
White with #DD8EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8EE2; }
p { color: rgb(221,142,226); }
H1.HeaderClassName
{
color: #DD8EE2;
}
.AnyTagClassName
{
color: #DD8EE2;
}
</style>
background-color css
<style>
a { background-color: #DD8EE2; }
a { background-color: rgb(221,142,226); }
div.DivClassName
{
background-color: #DD8EE2;
}
.BgClassName
{
background-color: #DD8EE2;
}
</style>
border-color css
<style>
span { border-color: #DD8EE2; }
span { border-color: rgb(221,142,226); }
td.TdClassName
{
border-color: #DD8EE2;
}
.TagClassName
{
border-color: #DD8EE2;
}
</style>