Shades of Plum #DDA1D5
Tints of Plum #DDA1D5
RGB
CMYK
RGB Variations
Color information
#DDA1D5 (or 0xDDA1D5) is known color: Plum. HEX triplet: DD, A1 and D5. RGB value is (221,161,213). Sum of RGB (Red+Green+Blue) = 221+161+213=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 161 (63.28% from 255 or 27.06% from 595); Blue value is 213 (83.59% from 255 or 35.80% from 595); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA1D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA1D5 is #225E2A. Grayscale: #B8B8B8. Windows color (decimal): -2252331 or 14000605. OLE color: 14000605.
HSL color Cylindrical-coordinate representation of color #DDA1D5: hue angle of 308º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDA1D5 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 161 | 213 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.13 |
| HSL | 308º | 0.47% | 0.75% | - |
| HSV(B) | 308º | 0.27% | 0.87% | - |
| XYZ | 54.57 | 45.67 | 68.89 | - |
| YUV | 184.87 | 143.88 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 213 | 0 | 0.27 | 0.04 | 0.13 | 308 | 0.47 | 0.75 |
| Hex | DD | A1 | D5 | 0 | 1B | 4 | D | 134 | 2F | 4B |
| Octal | 335 | 241 | 325 | 0 | 33 | 4 | 15 | 464 | 57 | 113 |
| Binary | 11011101 | 10100001 | 11010101 | 0 | 11011 | 100 | 1101 | 100110100 | 101111 | 1001011 |
Color Harmonies of #DDA1D5
Complementary color
Monochromatic Colors of #DDA1D5
Black with #DDA1D5
Text Example
Text Example
White with #DDA1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA1D5; }
p { color: rgb(221,161,213); }
H1.HeaderClassName
{
color: #DDA1D5;
}
.AnyTagClassName
{
color: #DDA1D5;
}
</style>
background-color css
<style>
a { background-color: #DDA1D5; }
a { background-color: rgb(221,161,213); }
div.DivClassName
{
background-color: #DDA1D5;
}
.BgClassName
{
background-color: #DDA1D5;
}
</style>
border-color css
<style>
span { border-color: #DDA1D5; }
span { border-color: rgb(221,161,213); }
td.TdClassName
{
border-color: #DDA1D5;
}
.TagClassName
{
border-color: #DDA1D5;
}
</style>