Shades of Plum #DDA4D3
Tints of Plum #DDA4D3
RGB
CMYK
RGB Variations
Color information
#DDA4D3 (or 0xDDA4D3) is known color: Plum. HEX triplet: DD, A4 and D3. RGB value is (221,164,211). Sum of RGB (Red+Green+Blue) = 221+164+211=596 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.08% from 596); Green value is 164 (64.45% from 255 or 27.52% from 596); Blue value is 211 (82.81% from 255 or 35.40% from 596); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA4D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA4D3 is #225B2C. Grayscale: #BABABA. Windows color (decimal): -2251565 or 13870301. OLE color: 13870301.
HSL color Cylindrical-coordinate representation of color #DDA4D3: hue angle of 310.53º 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 #DDA4D3 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 164 | 211 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.13 |
| HSL | 310.53º | 0.46% | 0.75% | - |
| HSV(B) | 310.53º | 0.26% | 0.87% | - |
| XYZ | 54.85 | 46.63 | 67.74 | - |
| YUV | 186.4 | 141.88 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 164 | 211 | 0 | 0.26 | 0.05 | 0.13 | 310.53 | 0.46 | 0.75 |
| Hex | DD | A4 | D3 | 0 | 1A | 5 | D | 137 | 2E | 4B |
| Octal | 335 | 244 | 323 | 0 | 32 | 5 | 15 | 467 | 56 | 113 |
| Binary | 11011101 | 10100100 | 11010011 | 0 | 11010 | 101 | 1101 | 100110111 | 101110 | 1001011 |
Color Harmonies of #DDA4D3
Complementary color
Monochromatic Colors of #DDA4D3
Black with #DDA4D3
Text Example
Text Example
White with #DDA4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA4D3; }
p { color: rgb(221,164,211); }
H1.HeaderClassName
{
color: #DDA4D3;
}
.AnyTagClassName
{
color: #DDA4D3;
}
</style>
background-color css
<style>
a { background-color: #DDA4D3; }
a { background-color: rgb(221,164,211); }
div.DivClassName
{
background-color: #DDA4D3;
}
.BgClassName
{
background-color: #DDA4D3;
}
</style>
border-color css
<style>
span { border-color: #DDA4D3; }
span { border-color: rgb(221,164,211); }
td.TdClassName
{
border-color: #DDA4D3;
}
.TagClassName
{
border-color: #DDA4D3;
}
</style>