Shades of Plum #DDA2D3
Tints of Plum #DDA2D3
RGB
CMYK
RGB Variations
Color information
#DDA2D3 (or 0xDDA2D3) is known color: Plum. HEX triplet: DD, A2 and D3. RGB value is (221,162,211). Sum of RGB (Red+Green+Blue) = 221+162+211=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 162 (63.67% from 255 or 27.27% from 594); Blue value is 211 (82.81% from 255 or 35.52% from 594); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA2D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA2D3 is #225D2C. Grayscale: #B9B9B9. Windows color (decimal): -2252077 or 13869789. OLE color: 13869789.
HSL color Cylindrical-coordinate representation of color #DDA2D3: hue angle of 310.17º 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 #DDA2D3 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 162 | 211 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.13 |
| HSL | 310.17º | 0.46% | 0.75% | - |
| HSV(B) | 310.17º | 0.27% | 0.87% | - |
| XYZ | 54.5 | 45.92 | 67.62 | - |
| YUV | 185.23 | 142.55 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 211 | 0 | 0.27 | 0.05 | 0.13 | 310.17 | 0.46 | 0.75 |
| Hex | DD | A2 | D3 | 0 | 1B | 5 | D | 136 | 2E | 4B |
| Octal | 335 | 242 | 323 | 0 | 33 | 5 | 15 | 466 | 56 | 113 |
| Binary | 11011101 | 10100010 | 11010011 | 0 | 11011 | 101 | 1101 | 100110110 | 101110 | 1001011 |
Color Harmonies of #DDA2D3
Complementary color
Monochromatic Colors of #DDA2D3
Black with #DDA2D3
Text Example
Text Example
White with #DDA2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA2D3; }
p { color: rgb(221,162,211); }
H1.HeaderClassName
{
color: #DDA2D3;
}
.AnyTagClassName
{
color: #DDA2D3;
}
</style>
background-color css
<style>
a { background-color: #DDA2D3; }
a { background-color: rgb(221,162,211); }
div.DivClassName
{
background-color: #DDA2D3;
}
.BgClassName
{
background-color: #DDA2D3;
}
</style>
border-color css
<style>
span { border-color: #DDA2D3; }
span { border-color: rgb(221,162,211); }
td.TdClassName
{
border-color: #DDA2D3;
}
.TagClassName
{
border-color: #DDA2D3;
}
</style>