Shades of Plum #DDA5E3
Tints of Plum #DDA5E3
RGB
CMYK
RGB Variations
Color information
#DDA5E3 (or 0xDDA5E3) is known color: Plum. HEX triplet: DD, A5 and E3. RGB value is (221,165,227). Sum of RGB (Red+Green+Blue) = 221+165+227=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 165 (64.84% from 255 or 26.92% from 613); Blue value is 227 (89.06% from 255 or 37.03% from 613); Max value from RGB is 227 - color contains mainly: blue. Hex color #DDA5E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA5E3 is #225A1C. Grayscale: #BCBCBC. Windows color (decimal): -2251293 or 14919133. OLE color: 14919133.
HSL color Cylindrical-coordinate representation of color #DDA5E3: hue angle of 294.19º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDA5E3 is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 165 | 227 | - |
| CMYK | 0.03 | 0.27 | 0 | 0.11 |
| HSL | 294.19º | 0.53% | 0.77% | - |
| HSV(B) | 294.19º | 0.27% | 0.89% | - |
| XYZ | 57.14 | 47.83 | 78.89 | - |
| YUV | 188.81 | 149.55 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 227 | 0.03 | 0.27 | 0 | 0.11 | 294.19 | 0.53 | 0.77 |
| Hex | DD | A5 | E3 | 3 | 1B | 0 | B | 126 | 35 | 4D |
| Octal | 335 | 245 | 343 | 3 | 33 | 0 | 13 | 446 | 65 | 115 |
| Binary | 11011101 | 10100101 | 11100011 | 11 | 11011 | 0 | 1011 | 100100110 | 110101 | 1001101 |
Color Harmonies of #DDA5E3
Complementary color
Monochromatic Colors of #DDA5E3
Black with #DDA5E3
Text Example
Text Example
White with #DDA5E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA5E3; }
p { color: rgb(221,165,227); }
H1.HeaderClassName
{
color: #DDA5E3;
}
.AnyTagClassName
{
color: #DDA5E3;
}
</style>
background-color css
<style>
a { background-color: #DDA5E3; }
a { background-color: rgb(221,165,227); }
div.DivClassName
{
background-color: #DDA5E3;
}
.BgClassName
{
background-color: #DDA5E3;
}
</style>
border-color css
<style>
span { border-color: #DDA5E3; }
span { border-color: rgb(221,165,227); }
td.TdClassName
{
border-color: #DDA5E3;
}
.TagClassName
{
border-color: #DDA5E3;
}
</style>