Shades of Plum #DDA3D1
Tints of Plum #DDA3D1
RGB
CMYK
RGB Variations
Color information
#DDA3D1 (or 0xDDA3D1) is known color: Plum. HEX triplet: DD, A3 and D1. RGB value is (221,163,209). Sum of RGB (Red+Green+Blue) = 221+163+209=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 163 (64.06% from 255 or 27.49% from 593); Blue value is 209 (82.03% from 255 or 35.24% from 593); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA3D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA3D1 is #225C2E. Grayscale: #B9B9B9. Windows color (decimal): -2251823 or 13738973. OLE color: 13738973.
HSL color Cylindrical-coordinate representation of color #DDA3D1: hue angle of 312.41º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDA3D1 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 163 | 209 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.13 |
| HSL | 312.41º | 0.46% | 0.75% | - |
| HSV(B) | 312.41º | 0.26% | 0.87% | - |
| XYZ | 54.42 | 46.17 | 66.36 | - |
| YUV | 185.59 | 141.22 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 209 | 0 | 0.26 | 0.05 | 0.13 | 312.41 | 0.46 | 0.75 |
| Hex | DD | A3 | D1 | 0 | 1A | 5 | D | 138 | 2E | 4B |
| Octal | 335 | 243 | 321 | 0 | 32 | 5 | 15 | 470 | 56 | 113 |
| Binary | 11011101 | 10100011 | 11010001 | 0 | 11010 | 101 | 1101 | 100111000 | 101110 | 1001011 |
Color Harmonies of #DDA3D1
Complementary color
Monochromatic Colors of #DDA3D1
Black with #DDA3D1
Text Example
Text Example
White with #DDA3D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA3D1; }
p { color: rgb(221,163,209); }
H1.HeaderClassName
{
color: #DDA3D1;
}
.AnyTagClassName
{
color: #DDA3D1;
}
</style>
background-color css
<style>
a { background-color: #DDA3D1; }
a { background-color: rgb(221,163,209); }
div.DivClassName
{
background-color: #DDA3D1;
}
.BgClassName
{
background-color: #DDA3D1;
}
</style>
border-color css
<style>
span { border-color: #DDA3D1; }
span { border-color: rgb(221,163,209); }
td.TdClassName
{
border-color: #DDA3D1;
}
.TagClassName
{
border-color: #DDA3D1;
}
</style>