Shades of Plum #DDA4EA
Tints of Plum #DDA4EA
RGB
CMYK
RGB Variations
Color information
#DDA4EA (or 0xDDA4EA) is known color: Plum. HEX triplet: DD, A4 and EA. RGB value is (221,164,234). Sum of RGB (Red+Green+Blue) = 221+164+234=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 164 (64.45% from 255 or 26.49% from 619); Blue value is 234 (91.80% from 255 or 37.80% from 619); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDA4EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA4EA is #225B15. Grayscale: #BCBCBC. Windows color (decimal): -2251542 or 15377629. OLE color: 15377629.
HSL color Cylindrical-coordinate representation of color #DDA4EA: hue angle of 288.86º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDA4EA is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 164 | 234 | - |
| CMYK | 0.06 | 0.30 | 0 | 0.08 |
| HSL | 288.86º | 0.63% | 0.78% | - |
| HSV(B) | 288.86º | 0.3% | 0.92% | - |
| XYZ | 57.95 | 47.86 | 84.03 | - |
| YUV | 189.02 | 153.38 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 164 | 234 | 0.06 | 0.30 | 0 | 0.08 | 288.86 | 0.63 | 0.78 |
| Hex | DD | A4 | EA | 6 | 1E | 0 | 8 | 121 | 3E | 4E |
| Octal | 335 | 244 | 352 | 6 | 36 | 0 | 10 | 441 | 76 | 116 |
| Binary | 11011101 | 10100100 | 11101010 | 110 | 11110 | 0 | 1000 | 100100001 | 111110 | 1001110 |
Color Harmonies of #DDA4EA
Complementary color
Monochromatic Colors of #DDA4EA
Black with #DDA4EA
Text Example
Text Example
White with #DDA4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA4EA; }
p { color: rgb(221,164,234); }
H1.HeaderClassName
{
color: #DDA4EA;
}
.AnyTagClassName
{
color: #DDA4EA;
}
</style>
background-color css
<style>
a { background-color: #DDA4EA; }
a { background-color: rgb(221,164,234); }
div.DivClassName
{
background-color: #DDA4EA;
}
.BgClassName
{
background-color: #DDA4EA;
}
</style>
border-color css
<style>
span { border-color: #DDA4EA; }
span { border-color: rgb(221,164,234); }
td.TdClassName
{
border-color: #DDA4EA;
}
.TagClassName
{
border-color: #DDA4EA;
}
</style>