Shades of Plum #DDA2ED
Tints of Plum #DDA2ED
RGB
CMYK
RGB Variations
Color information
#DDA2ED (or 0xDDA2ED) is known color: Plum. HEX triplet: DD, A2 and ED. RGB value is (221,162,237). Sum of RGB (Red+Green+Blue) = 221+162+237=620 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.65% from 620); Green value is 162 (63.67% from 255 or 26.13% from 620); Blue value is 237 (92.97% from 255 or 38.23% from 620); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDA2ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA2ED is #225D12. Grayscale: #BBBBBB. Windows color (decimal): -2252051 or 15573725. OLE color: 15573725.
HSL color Cylindrical-coordinate representation of color #DDA2ED: hue angle of 287.2º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDA2ED is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 162 | 237 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.07 |
| HSL | 287.2º | 0.68% | 0.78% | - |
| HSV(B) | 287.2º | 0.32% | 0.93% | - |
| XYZ | 58.03 | 47.33 | 86.2 | - |
| YUV | 188.19 | 155.55 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 237 | 0.07 | 0.32 | 0 | 0.07 | 287.2 | 0.68 | 0.78 |
| Hex | DD | A2 | ED | 7 | 20 | 0 | 7 | 11F | 44 | 4E |
| Octal | 335 | 242 | 355 | 7 | 40 | 0 | 7 | 437 | 104 | 116 |
| Binary | 11011101 | 10100010 | 11101101 | 111 | 100000 | 0 | 111 | 100011111 | 1000100 | 1001110 |
Color Harmonies of #DDA2ED
Complementary color
Monochromatic Colors of #DDA2ED
Black with #DDA2ED
Text Example
Text Example
White with #DDA2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA2ED; }
p { color: rgb(221,162,237); }
H1.HeaderClassName
{
color: #DDA2ED;
}
.AnyTagClassName
{
color: #DDA2ED;
}
</style>
background-color css
<style>
a { background-color: #DDA2ED; }
a { background-color: rgb(221,162,237); }
div.DivClassName
{
background-color: #DDA2ED;
}
.BgClassName
{
background-color: #DDA2ED;
}
</style>
border-color css
<style>
span { border-color: #DDA2ED; }
span { border-color: rgb(221,162,237); }
td.TdClassName
{
border-color: #DDA2ED;
}
.TagClassName
{
border-color: #DDA2ED;
}
</style>