Shades of Plum #DDA1DA
Tints of Plum #DDA1DA
RGB
CMYK
RGB Variations
Color information
#DDA1DA (or 0xDDA1DA) is known color: Plum. HEX triplet: DD, A1 and DA. RGB value is (221,161,218). Sum of RGB (Red+Green+Blue) = 221+161+218=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 161 (63.28% from 255 or 26.83% from 600); Blue value is 218 (85.55% from 255 or 36.33% from 600); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA1DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA1DA is #225E25. Grayscale: #B9B9B9. Windows color (decimal): -2252326 or 14328285. OLE color: 14328285.
HSL color Cylindrical-coordinate representation of color #DDA1DA: hue angle of 303º 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 #DDA1DA is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 161 | 218 | - |
| CMYK | 0 | 0.27 | 0.01 | 0.13 |
| HSL | 303º | 0.47% | 0.75% | - |
| HSV(B) | 303º | 0.27% | 0.87% | - |
| XYZ | 55.22 | 45.92 | 72.28 | - |
| YUV | 185.44 | 146.38 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 218 | 0 | 0.27 | 0.01 | 0.13 | 303 | 0.47 | 0.75 |
| Hex | DD | A1 | DA | 0 | 1B | 1 | D | 12F | 2F | 4B |
| Octal | 335 | 241 | 332 | 0 | 33 | 1 | 15 | 457 | 57 | 113 |
| Binary | 11011101 | 10100001 | 11011010 | 0 | 11011 | 1 | 1101 | 100101111 | 101111 | 1001011 |
Color Harmonies of #DDA1DA
Complementary color
Monochromatic Colors of #DDA1DA
Black with #DDA1DA
Text Example
Text Example
White with #DDA1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA1DA; }
p { color: rgb(221,161,218); }
H1.HeaderClassName
{
color: #DDA1DA;
}
.AnyTagClassName
{
color: #DDA1DA;
}
</style>
background-color css
<style>
a { background-color: #DDA1DA; }
a { background-color: rgb(221,161,218); }
div.DivClassName
{
background-color: #DDA1DA;
}
.BgClassName
{
background-color: #DDA1DA;
}
</style>
border-color css
<style>
span { border-color: #DDA1DA; }
span { border-color: rgb(221,161,218); }
td.TdClassName
{
border-color: #DDA1DA;
}
.TagClassName
{
border-color: #DDA1DA;
}
</style>