Shades of Plum #DDA4E7
Tints of Plum #DDA4E7
RGB
CMYK
RGB Variations
Color information
#DDA4E7 (or 0xDDA4E7) is known color: Plum. HEX triplet: DD, A4 and E7. RGB value is (221,164,231). Sum of RGB (Red+Green+Blue) = 221+164+231=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 164 (64.45% from 255 or 26.62% from 616); Blue value is 231 (90.62% from 255 or 37.5% from 616); Max value from RGB is 231 - color contains mainly: blue. Hex color #DDA4E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA4E7 is #225B18. Grayscale: #BCBCBC. Windows color (decimal): -2251545 or 15181021. OLE color: 15181021.
HSL color Cylindrical-coordinate representation of color #DDA4E7: hue angle of 291.04º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDA4E7 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 164 | 231 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.09 |
| HSL | 291.04º | 0.58% | 0.77% | - |
| HSV(B) | 291.04º | 0.29% | 0.91% | - |
| XYZ | 57.52 | 47.69 | 81.78 | - |
| YUV | 188.68 | 151.88 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 164 | 231 | 0.04 | 0.29 | 0 | 0.09 | 291.04 | 0.58 | 0.77 |
| Hex | DD | A4 | E7 | 4 | 1D | 0 | 9 | 123 | 3A | 4D |
| Octal | 335 | 244 | 347 | 4 | 35 | 0 | 11 | 443 | 72 | 115 |
| Binary | 11011101 | 10100100 | 11100111 | 100 | 11101 | 0 | 1001 | 100100011 | 111010 | 1001101 |
Color Harmonies of #DDA4E7
Complementary color
Monochromatic Colors of #DDA4E7
Black with #DDA4E7
Text Example
Text Example
White with #DDA4E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA4E7; }
p { color: rgb(221,164,231); }
H1.HeaderClassName
{
color: #DDA4E7;
}
.AnyTagClassName
{
color: #DDA4E7;
}
</style>
background-color css
<style>
a { background-color: #DDA4E7; }
a { background-color: rgb(221,164,231); }
div.DivClassName
{
background-color: #DDA4E7;
}
.BgClassName
{
background-color: #DDA4E7;
}
</style>
border-color css
<style>
span { border-color: #DDA4E7; }
span { border-color: rgb(221,164,231); }
td.TdClassName
{
border-color: #DDA4E7;
}
.TagClassName
{
border-color: #DDA4E7;
}
</style>