Shades of Plum #DDA3E5
Tints of Plum #DDA3E5
RGB
CMYK
RGB Variations
Color information
#DDA3E5 (or 0xDDA3E5) is known color: Plum. HEX triplet: DD, A3 and E5. RGB value is (221,163,229). Sum of RGB (Red+Green+Blue) = 221+163+229=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 163 (64.06% from 255 or 26.59% from 613); Blue value is 229 (89.84% from 255 or 37.36% from 613); Max value from RGB is 229 - color contains mainly: blue. Hex color #DDA3E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA3E5 is #225C1A. Grayscale: #BBBBBB. Windows color (decimal): -2251803 or 15049693. OLE color: 15049693.
HSL color Cylindrical-coordinate representation of color #DDA3E5: hue angle of 292.73º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDA3E5 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 163 | 229 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.10 |
| HSL | 292.73º | 0.56% | 0.77% | - |
| HSV(B) | 292.73º | 0.29% | 0.9% | - |
| XYZ | 57.06 | 47.22 | 80.24 | - |
| YUV | 187.87 | 151.22 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 229 | 0.03 | 0.29 | 0 | 0.10 | 292.73 | 0.56 | 0.77 |
| Hex | DD | A3 | E5 | 3 | 1D | 0 | A | 125 | 38 | 4D |
| Octal | 335 | 243 | 345 | 3 | 35 | 0 | 12 | 445 | 70 | 115 |
| Binary | 11011101 | 10100011 | 11100101 | 11 | 11101 | 0 | 1010 | 100100101 | 111000 | 1001101 |
Color Harmonies of #DDA3E5
Complementary color
Monochromatic Colors of #DDA3E5
Black with #DDA3E5
Text Example
Text Example
White with #DDA3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA3E5; }
p { color: rgb(221,163,229); }
H1.HeaderClassName
{
color: #DDA3E5;
}
.AnyTagClassName
{
color: #DDA3E5;
}
</style>
background-color css
<style>
a { background-color: #DDA3E5; }
a { background-color: rgb(221,163,229); }
div.DivClassName
{
background-color: #DDA3E5;
}
.BgClassName
{
background-color: #DDA3E5;
}
</style>
border-color css
<style>
span { border-color: #DDA3E5; }
span { border-color: rgb(221,163,229); }
td.TdClassName
{
border-color: #DDA3E5;
}
.TagClassName
{
border-color: #DDA3E5;
}
</style>