Shades of Plum #DDA3E1
Tints of Plum #DDA3E1
RGB
CMYK
RGB Variations
Color information
#DDA3E1 (or 0xDDA3E1) is known color: Plum. HEX triplet: DD, A3 and E1. RGB value is (221,163,225). Sum of RGB (Red+Green+Blue) = 221+163+225=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 163 (64.06% from 255 or 26.77% from 609); Blue value is 225 (88.28% from 255 or 36.95% from 609); Max value from RGB is 225 - color contains mainly: blue. Hex color #DDA3E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA3E1 is #225C1E. Grayscale: #BBBBBB. Windows color (decimal): -2251807 or 14787549. OLE color: 14787549.
HSL color Cylindrical-coordinate representation of color #DDA3E1: hue angle of 296.13º degrees, saturation: 0.51, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDA3E1 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 163 | 225 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.12 |
| HSL | 296.13º | 0.51% | 0.76% | - |
| HSV(B) | 296.13º | 0.28% | 0.88% | - |
| XYZ | 56.51 | 47 | 77.33 | - |
| YUV | 187.41 | 149.22 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 225 | 0.02 | 0.28 | 0 | 0.12 | 296.13 | 0.51 | 0.76 |
| Hex | DD | A3 | E1 | 2 | 1C | 0 | C | 128 | 33 | 4C |
| Octal | 335 | 243 | 341 | 2 | 34 | 0 | 14 | 450 | 63 | 114 |
| Binary | 11011101 | 10100011 | 11100001 | 10 | 11100 | 0 | 1100 | 100101000 | 110011 | 1001100 |
Color Harmonies of #DDA3E1
Complementary color
Monochromatic Colors of #DDA3E1
Black with #DDA3E1
Text Example
Text Example
White with #DDA3E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA3E1; }
p { color: rgb(221,163,225); }
H1.HeaderClassName
{
color: #DDA3E1;
}
.AnyTagClassName
{
color: #DDA3E1;
}
</style>
background-color css
<style>
a { background-color: #DDA3E1; }
a { background-color: rgb(221,163,225); }
div.DivClassName
{
background-color: #DDA3E1;
}
.BgClassName
{
background-color: #DDA3E1;
}
</style>
border-color css
<style>
span { border-color: #DDA3E1; }
span { border-color: rgb(221,163,225); }
td.TdClassName
{
border-color: #DDA3E1;
}
.TagClassName
{
border-color: #DDA3E1;
}
</style>