Shades of Plum #DDA7E1
Tints of Plum #DDA7E1
RGB
CMYK
RGB Variations
Color information
#DDA7E1 (or 0xDDA7E1) is known color: Plum. HEX triplet: DD, A7 and E1. RGB value is (221,167,225). Sum of RGB (Red+Green+Blue) = 221+167+225=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 167 (65.62% from 255 or 27.24% from 613); Blue value is 225 (88.28% from 255 or 36.70% from 613); Max value from RGB is 225 - color contains mainly: blue. Hex color #DDA7E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA7E1 is #22581E. Grayscale: #BDBDBD. Windows color (decimal): -2250783 or 14788573. OLE color: 14788573.
HSL color Cylindrical-coordinate representation of color #DDA7E1: hue angle of 295.86º degrees, saturation: 0.49, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDA7E1 is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 167 | 225 | - |
| CMYK | 0.02 | 0.26 | 0 | 0.12 |
| HSL | 295.86º | 0.49% | 0.77% | - |
| HSV(B) | 295.86º | 0.26% | 0.88% | - |
| XYZ | 57.23 | 48.45 | 77.57 | - |
| YUV | 189.76 | 147.89 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 167 | 225 | 0.02 | 0.26 | 0 | 0.12 | 295.86 | 0.49 | 0.77 |
| Hex | DD | A7 | E1 | 2 | 1A | 0 | C | 128 | 31 | 4D |
| Octal | 335 | 247 | 341 | 2 | 32 | 0 | 14 | 450 | 61 | 115 |
| Binary | 11011101 | 10100111 | 11100001 | 10 | 11010 | 0 | 1100 | 100101000 | 110001 | 1001101 |
Color Harmonies of #DDA7E1
Complementary color
Monochromatic Colors of #DDA7E1
Black with #DDA7E1
Text Example
Text Example
White with #DDA7E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA7E1; }
p { color: rgb(221,167,225); }
H1.HeaderClassName
{
color: #DDA7E1;
}
.AnyTagClassName
{
color: #DDA7E1;
}
</style>
background-color css
<style>
a { background-color: #DDA7E1; }
a { background-color: rgb(221,167,225); }
div.DivClassName
{
background-color: #DDA7E1;
}
.BgClassName
{
background-color: #DDA7E1;
}
</style>
border-color css
<style>
span { border-color: #DDA7E1; }
span { border-color: rgb(221,167,225); }
td.TdClassName
{
border-color: #DDA7E1;
}
.TagClassName
{
border-color: #DDA7E1;
}
</style>