Shades of Plum #DDA4E4
Tints of Plum #DDA4E4
RGB
CMYK
RGB Variations
Color information
#DDA4E4 (or 0xDDA4E4) is known color: Plum. HEX triplet: DD, A4 and E4. RGB value is (221,164,228). Sum of RGB (Red+Green+Blue) = 221+164+228=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 164 (64.45% from 255 or 26.75% from 613); Blue value is 228 (89.45% from 255 or 37.19% from 613); Max value from RGB is 228 - color contains mainly: blue. Hex color #DDA4E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA4E4 is #225B1B. Grayscale: #BCBCBC. Windows color (decimal): -2251548 or 14984413. OLE color: 14984413.
HSL color Cylindrical-coordinate representation of color #DDA4E4: hue angle of 293.44º degrees, saturation: 0.54, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDA4E4 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 164 | 228 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.11 |
| HSL | 293.44º | 0.54% | 0.77% | - |
| HSV(B) | 293.44º | 0.28% | 0.89% | - |
| XYZ | 57.1 | 47.52 | 79.56 | - |
| YUV | 188.34 | 150.38 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 164 | 228 | 0.03 | 0.28 | 0 | 0.11 | 293.44 | 0.54 | 0.77 |
| Hex | DD | A4 | E4 | 3 | 1C | 0 | B | 125 | 36 | 4D |
| Octal | 335 | 244 | 344 | 3 | 34 | 0 | 13 | 445 | 66 | 115 |
| Binary | 11011101 | 10100100 | 11100100 | 11 | 11100 | 0 | 1011 | 100100101 | 110110 | 1001101 |
Color Harmonies of #DDA4E4
Complementary color
Monochromatic Colors of #DDA4E4
Black with #DDA4E4
Text Example
Text Example
White with #DDA4E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA4E4; }
p { color: rgb(221,164,228); }
H1.HeaderClassName
{
color: #DDA4E4;
}
.AnyTagClassName
{
color: #DDA4E4;
}
</style>
background-color css
<style>
a { background-color: #DDA4E4; }
a { background-color: rgb(221,164,228); }
div.DivClassName
{
background-color: #DDA4E4;
}
.BgClassName
{
background-color: #DDA4E4;
}
</style>
border-color css
<style>
span { border-color: #DDA4E4; }
span { border-color: rgb(221,164,228); }
td.TdClassName
{
border-color: #DDA4E4;
}
.TagClassName
{
border-color: #DDA4E4;
}
</style>