Shades of Plum #DDA0E6
Tints of Plum #DDA0E6
RGB
CMYK
RGB Variations
Color information
#DDA0E6 (or 0xDDA0E6) is known color: Plum. HEX triplet: DD, A0 and E6. RGB value is (221,160,230). Sum of RGB (Red+Green+Blue) = 221+160+230=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 160 (62.89% from 255 or 26.19% from 611); Blue value is 230 (90.23% from 255 or 37.64% from 611); Max value from RGB is 230 - color contains mainly: blue. Hex color #DDA0E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA0E6 is #225F19. Grayscale: #BABABA. Windows color (decimal): -2252570 or 15114461. OLE color: 15114461.
HSL color Cylindrical-coordinate representation of color #DDA0E6: hue angle of 292.29º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDA0E6 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 160 | 230 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.10 |
| HSL | 292.29º | 0.58% | 0.76% | - |
| HSV(B) | 292.29º | 0.3% | 0.9% | - |
| XYZ | 56.67 | 46.23 | 80.8 | - |
| YUV | 186.22 | 152.71 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 160 | 230 | 0.04 | 0.30 | 0 | 0.10 | 292.29 | 0.58 | 0.76 |
| Hex | DD | A0 | E6 | 4 | 1E | 0 | A | 124 | 3A | 4C |
| Octal | 335 | 240 | 346 | 4 | 36 | 0 | 12 | 444 | 72 | 114 |
| Binary | 11011101 | 10100000 | 11100110 | 100 | 11110 | 0 | 1010 | 100100100 | 111010 | 1001100 |
Color Harmonies of #DDA0E6
Complementary color
Monochromatic Colors of #DDA0E6
Black with #DDA0E6
Text Example
Text Example
White with #DDA0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA0E6; }
p { color: rgb(221,160,230); }
H1.HeaderClassName
{
color: #DDA0E6;
}
.AnyTagClassName
{
color: #DDA0E6;
}
</style>
background-color css
<style>
a { background-color: #DDA0E6; }
a { background-color: rgb(221,160,230); }
div.DivClassName
{
background-color: #DDA0E6;
}
.BgClassName
{
background-color: #DDA0E6;
}
</style>
border-color css
<style>
span { border-color: #DDA0E6; }
span { border-color: rgb(221,160,230); }
td.TdClassName
{
border-color: #DDA0E6;
}
.TagClassName
{
border-color: #DDA0E6;
}
</style>