Shades of Plum #DDA2E4
Tints of Plum #DDA2E4
RGB
CMYK
RGB Variations
Color information
#DDA2E4 (or 0xDDA2E4) is known color: Plum. HEX triplet: DD, A2 and E4. RGB value is (221,162,228). Sum of RGB (Red+Green+Blue) = 221+162+228=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 162 (63.67% from 255 or 26.51% from 611); Blue value is 228 (89.45% from 255 or 37.32% from 611); Max value from RGB is 228 - color contains mainly: blue. Hex color #DDA2E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA2E4 is #225D1B. Grayscale: #BABABA. Windows color (decimal): -2252060 or 14983901. OLE color: 14983901.
HSL color Cylindrical-coordinate representation of color #DDA2E4: hue angle of 293.64º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDA2E4 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 162 | 228 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.11 |
| HSL | 293.64º | 0.55% | 0.76% | - |
| HSV(B) | 293.64º | 0.29% | 0.89% | - |
| XYZ | 56.74 | 46.81 | 79.44 | - |
| YUV | 187.17 | 151.05 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 228 | 0.03 | 0.29 | 0 | 0.11 | 293.64 | 0.55 | 0.76 |
| Hex | DD | A2 | E4 | 3 | 1D | 0 | B | 126 | 37 | 4C |
| Octal | 335 | 242 | 344 | 3 | 35 | 0 | 13 | 446 | 67 | 114 |
| Binary | 11011101 | 10100010 | 11100100 | 11 | 11101 | 0 | 1011 | 100100110 | 110111 | 1001100 |
Color Harmonies of #DDA2E4
Complementary color
Monochromatic Colors of #DDA2E4
Black with #DDA2E4
Text Example
Text Example
White with #DDA2E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA2E4; }
p { color: rgb(221,162,228); }
H1.HeaderClassName
{
color: #DDA2E4;
}
.AnyTagClassName
{
color: #DDA2E4;
}
</style>
background-color css
<style>
a { background-color: #DDA2E4; }
a { background-color: rgb(221,162,228); }
div.DivClassName
{
background-color: #DDA2E4;
}
.BgClassName
{
background-color: #DDA2E4;
}
</style>
border-color css
<style>
span { border-color: #DDA2E4; }
span { border-color: rgb(221,162,228); }
td.TdClassName
{
border-color: #DDA2E4;
}
.TagClassName
{
border-color: #DDA2E4;
}
</style>