Shades of Plum #DDA2DF
Tints of Plum #DDA2DF
RGB
CMYK
RGB Variations
Color information
#DDA2DF (or 0xDDA2DF) is known color: Plum. HEX triplet: DD, A2 and DF. RGB value is (221,162,223). Sum of RGB (Red+Green+Blue) = 221+162+223=606 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.47% from 606); Green value is 162 (63.67% from 255 or 26.73% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 223 - color contains mainly: blue. Hex color #DDA2DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA2DF is #225D20. Grayscale: #BABABA. Windows color (decimal): -2252065 or 14656221. OLE color: 14656221.
HSL color Cylindrical-coordinate representation of color #DDA2DF: hue angle of 298.03º degrees, saturation: 0.49, 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 #DDA2DF is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 162 | 223 | - |
| CMYK | 0.01 | 0.27 | 0 | 0.13 |
| HSL | 298.03º | 0.49% | 0.75% | - |
| HSV(B) | 298.03º | 0.27% | 0.87% | - |
| XYZ | 56.06 | 46.54 | 75.84 | - |
| YUV | 186.6 | 148.55 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 223 | 0.01 | 0.27 | 0 | 0.13 | 298.03 | 0.49 | 0.75 |
| Hex | DD | A2 | DF | 1 | 1B | 0 | D | 12A | 31 | 4B |
| Octal | 335 | 242 | 337 | 1 | 33 | 0 | 15 | 452 | 61 | 113 |
| Binary | 11011101 | 10100010 | 11011111 | 1 | 11011 | 0 | 1101 | 100101010 | 110001 | 1001011 |
Color Harmonies of #DDA2DF
Complementary color
Monochromatic Colors of #DDA2DF
Black with #DDA2DF
Text Example
Text Example
White with #DDA2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA2DF; }
p { color: rgb(221,162,223); }
H1.HeaderClassName
{
color: #DDA2DF;
}
.AnyTagClassName
{
color: #DDA2DF;
}
</style>
background-color css
<style>
a { background-color: #DDA2DF; }
a { background-color: rgb(221,162,223); }
div.DivClassName
{
background-color: #DDA2DF;
}
.BgClassName
{
background-color: #DDA2DF;
}
</style>
border-color css
<style>
span { border-color: #DDA2DF; }
span { border-color: rgb(221,162,223); }
td.TdClassName
{
border-color: #DDA2DF;
}
.TagClassName
{
border-color: #DDA2DF;
}
</style>