Shades of Plum #DDA0DE
Tints of Plum #DDA0DE
RGB
CMYK
RGB Variations
Color information
#DDA0DE (or 0xDDA0DE) is known color: Plum. HEX triplet: DD, A0 and DE. RGB value is (221,160,222). Sum of RGB (Red+Green+Blue) = 221+160+222=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 160 (62.89% from 255 or 26.53% from 603); Blue value is 222 (87.11% from 255 or 36.82% from 603); Max value from RGB is 222 - color contains mainly: blue. Hex color #DDA0DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA0DE is #225F21. Grayscale: #B9B9B9. Windows color (decimal): -2252578 or 14590173. OLE color: 14590173.
HSL color Cylindrical-coordinate representation of color #DDA0DE: hue angle of 299.03º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDA0DE is Cyan = 0.00, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 160 | 222 | - |
| CMYK | 0.00 | 0.28 | 0 | 0.13 |
| HSL | 299.03º | 0.48% | 0.75% | - |
| HSV(B) | 299.03º | 0.28% | 0.87% | - |
| XYZ | 55.57 | 45.79 | 75.02 | - |
| YUV | 185.31 | 148.71 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 160 | 222 | 0.00 | 0.28 | 0 | 0.13 | 299.03 | 0.48 | 0.75 |
| Hex | DD | A0 | DE | 0 | 1C | 0 | D | 12B | 30 | 4B |
| Octal | 335 | 240 | 336 | 0 | 34 | 0 | 15 | 453 | 60 | 113 |
| Binary | 11011101 | 10100000 | 11011110 | 0 | 11100 | 0 | 1101 | 100101011 | 110000 | 1001011 |
Color Harmonies of #DDA0DE
Complementary color
Monochromatic Colors of #DDA0DE
Black with #DDA0DE
Text Example
Text Example
White with #DDA0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA0DE; }
p { color: rgb(221,160,222); }
H1.HeaderClassName
{
color: #DDA0DE;
}
.AnyTagClassName
{
color: #DDA0DE;
}
</style>
background-color css
<style>
a { background-color: #DDA0DE; }
a { background-color: rgb(221,160,222); }
div.DivClassName
{
background-color: #DDA0DE;
}
.BgClassName
{
background-color: #DDA0DE;
}
</style>
border-color css
<style>
span { border-color: #DDA0DE; }
span { border-color: rgb(221,160,222); }
td.TdClassName
{
border-color: #DDA0DE;
}
.TagClassName
{
border-color: #DDA0DE;
}
</style>