Shades of Plum #DDA4E0
Tints of Plum #DDA4E0
RGB
CMYK
RGB Variations
Color information
#DDA4E0 (or 0xDDA4E0) is known color: Plum. HEX triplet: DD, A4 and E0. RGB value is (221,164,224). Sum of RGB (Red+Green+Blue) = 221+164+224=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 164 (64.45% from 255 or 26.93% from 609); Blue value is 224 (87.89% from 255 or 36.78% from 609); Max value from RGB is 224 - color contains mainly: blue. Hex color #DDA4E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA4E0 is #225B1F. Grayscale: #BBBBBB. Windows color (decimal): -2251552 or 14722269. OLE color: 14722269.
HSL color Cylindrical-coordinate representation of color #DDA4E0: hue angle of 297º degrees, saturation: 0.49, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDA4E0 is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 164 | 224 | - |
| CMYK | 0.01 | 0.27 | 0 | 0.12 |
| HSL | 297º | 0.49% | 0.76% | - |
| HSV(B) | 297º | 0.27% | 0.88% | - |
| XYZ | 56.55 | 47.3 | 76.67 | - |
| YUV | 187.88 | 148.38 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 164 | 224 | 0.01 | 0.27 | 0 | 0.12 | 297 | 0.49 | 0.76 |
| Hex | DD | A4 | E0 | 1 | 1B | 0 | C | 129 | 31 | 4C |
| Octal | 335 | 244 | 340 | 1 | 33 | 0 | 14 | 451 | 61 | 114 |
| Binary | 11011101 | 10100100 | 11100000 | 1 | 11011 | 0 | 1100 | 100101001 | 110001 | 1001100 |
Color Harmonies of #DDA4E0
Complementary color
Monochromatic Colors of #DDA4E0
Black with #DDA4E0
Text Example
Text Example
White with #DDA4E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA4E0; }
p { color: rgb(221,164,224); }
H1.HeaderClassName
{
color: #DDA4E0;
}
.AnyTagClassName
{
color: #DDA4E0;
}
</style>
background-color css
<style>
a { background-color: #DDA4E0; }
a { background-color: rgb(221,164,224); }
div.DivClassName
{
background-color: #DDA4E0;
}
.BgClassName
{
background-color: #DDA4E0;
}
</style>
border-color css
<style>
span { border-color: #DDA4E0; }
span { border-color: rgb(221,164,224); }
td.TdClassName
{
border-color: #DDA4E0;
}
.TagClassName
{
border-color: #DDA4E0;
}
</style>