Shades of Plum #DDA2DD
Tints of Plum #DDA2DD
RGB
CMYK
RGB Variations
Color information
#DDA2DD (or 0xDDA2DD) is known color: Plum. HEX triplet: DD, A2 and DD. RGB value is (221,162,221). Sum of RGB (Red+Green+Blue) = 221+162+221=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 162 (63.67% from 255 or 26.82% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDA2DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA2DD is #225D22. Grayscale: #BABABA. Windows color (decimal): -2252067 or 14525149. OLE color: 14525149.
HSL color Cylindrical-coordinate representation of color #DDA2DD: hue angle of 300º degrees, saturation: 0.46, 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 #DDA2DD is Cyan = 0, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 162 | 221 | - |
CMYK | 0 | 0.27 | 0 | 0.13 |
HSL | 300º | 0.46% | 0.75% | - |
HSV(B) | 300º | 0.27% | 0.87% | - |
XYZ | 55.79 | 46.43 | 74.43 | - |
YUV | 186.37 | 147.55 | 152.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 162 | 221 | 0 | 0.27 | 0 | 0.13 | 300 | 0.46 | 0.75 |
Hex | DD | A2 | DD | 0 | 1B | 0 | D | 12C | 2E | 4B |
Octal | 335 | 242 | 335 | 0 | 33 | 0 | 15 | 454 | 56 | 113 |
Binary | 11011101 | 10100010 | 11011101 | 0 | 11011 | 0 | 1101 | 100101100 | 101110 | 1001011 |
Color Harmonies of #DDA2DD
Complementary color
Monochromatic Colors of #DDA2DD
Black with #DDA2DD
Text Example
Text Example
White with #DDA2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA2DD; }
p { color: rgb(221,162,221); }
H1.HeaderClassName
{
color: #DDA2DD;
}
.AnyTagClassName
{
color: #DDA2DD;
}
</style>
background-color css
<style>
a { background-color: #DDA2DD; }
a { background-color: rgb(221,162,221); }
div.DivClassName
{
background-color: #DDA2DD;
}
.BgClassName
{
background-color: #DDA2DD;
}
</style>
border-color css
<style>
span { border-color: #DDA2DD; }
span { border-color: rgb(221,162,221); }
td.TdClassName
{
border-color: #DDA2DD;
}
.TagClassName
{
border-color: #DDA2DD;
}
</style>