Shades of Plum #DDA5E7
Tints of Plum #DDA5E7
RGB
CMYK
RGB Variations
Color information
#DDA5E7 (or 0xDDA5E7) is known color: Plum. HEX triplet: DD, A5 and E7. RGB value is (221,165,231). Sum of RGB (Red+Green+Blue) = 221+165+231=617 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.82% from 617); Green value is 165 (64.84% from 255 or 26.74% from 617); Blue value is 231 (90.62% from 255 or 37.44% from 617); Max value from RGB is 231 - color contains mainly: blue. Hex color #DDA5E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA5E7 is #225A18. Grayscale: #BDBDBD. Windows color (decimal): -2251289 or 15181277. OLE color: 15181277.
HSL color Cylindrical-coordinate representation of color #DDA5E7: hue angle of 290.91º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDA5E7 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 165 | 231 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.09 |
| HSL | 290.91º | 0.58% | 0.78% | - |
| HSV(B) | 290.91º | 0.29% | 0.91% | - |
| XYZ | 57.7 | 48.05 | 81.84 | - |
| YUV | 189.27 | 151.55 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 231 | 0.04 | 0.29 | 0 | 0.09 | 290.91 | 0.58 | 0.78 |
| Hex | DD | A5 | E7 | 4 | 1D | 0 | 9 | 123 | 3A | 4E |
| Octal | 335 | 245 | 347 | 4 | 35 | 0 | 11 | 443 | 72 | 116 |
| Binary | 11011101 | 10100101 | 11100111 | 100 | 11101 | 0 | 1001 | 100100011 | 111010 | 1001110 |
Color Harmonies of #DDA5E7
Complementary color
Monochromatic Colors of #DDA5E7
Black with #DDA5E7
Text Example
Text Example
White with #DDA5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA5E7; }
p { color: rgb(221,165,231); }
H1.HeaderClassName
{
color: #DDA5E7;
}
.AnyTagClassName
{
color: #DDA5E7;
}
</style>
background-color css
<style>
a { background-color: #DDA5E7; }
a { background-color: rgb(221,165,231); }
div.DivClassName
{
background-color: #DDA5E7;
}
.BgClassName
{
background-color: #DDA5E7;
}
</style>
border-color css
<style>
span { border-color: #DDA5E7; }
span { border-color: rgb(221,165,231); }
td.TdClassName
{
border-color: #DDA5E7;
}
.TagClassName
{
border-color: #DDA5E7;
}
</style>