Shades of Plum #DDA1DD
Tints of Plum #DDA1DD
RGB
CMYK
RGB Variations
Color information
#DDA1DD (or 0xDDA1DD) is known color: Plum. HEX triplet: DD, A1 and DD. RGB value is (221,161,221). Sum of RGB (Red+Green+Blue) = 221+161+221=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 161 (63.28% from 255 or 26.70% from 603); Blue value is 221 (86.72% from 255 or 36.65% from 603); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDA1DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA1DD is #225E22. Grayscale: #B9B9B9. Windows color (decimal): -2252323 or 14524893. OLE color: 14524893.
HSL color Cylindrical-coordinate representation of color #DDA1DD: hue angle of 300º 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 #DDA1DD is Cyan = 0, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 161 | 221 | - |
CMYK | 0 | 0.27 | 0 | 0.13 |
HSL | 300º | 0.47% | 0.75% | - |
HSV(B) | 300º | 0.27% | 0.87% | - |
XYZ | 55.61 | 46.08 | 74.37 | - |
YUV | 185.78 | 147.88 | 153.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 161 | 221 | 0 | 0.27 | 0 | 0.13 | 300 | 0.47 | 0.75 |
Hex | DD | A1 | DD | 0 | 1B | 0 | D | 12C | 2F | 4B |
Octal | 335 | 241 | 335 | 0 | 33 | 0 | 15 | 454 | 57 | 113 |
Binary | 11011101 | 10100001 | 11011101 | 0 | 11011 | 0 | 1101 | 100101100 | 101111 | 1001011 |
Color Harmonies of #DDA1DD
Complementary color
Monochromatic Colors of #DDA1DD
Black with #DDA1DD
Text Example
Text Example
White with #DDA1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA1DD; }
p { color: rgb(221,161,221); }
H1.HeaderClassName
{
color: #DDA1DD;
}
.AnyTagClassName
{
color: #DDA1DD;
}
</style>
background-color css
<style>
a { background-color: #DDA1DD; }
a { background-color: rgb(221,161,221); }
div.DivClassName
{
background-color: #DDA1DD;
}
.BgClassName
{
background-color: #DDA1DD;
}
</style>
border-color css
<style>
span { border-color: #DDA1DD; }
span { border-color: rgb(221,161,221); }
td.TdClassName
{
border-color: #DDA1DD;
}
.TagClassName
{
border-color: #DDA1DD;
}
</style>