Shades of Plum #DDA3D3
Tints of Plum #DDA3D3
RGB
CMYK
RGB Variations
Color information
#DDA3D3 (or 0xDDA3D3) is known color: Plum. HEX triplet: DD, A3 and D3. RGB value is (221,163,211). Sum of RGB (Red+Green+Blue) = 221+163+211=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 163 (64.06% from 255 or 27.39% from 595); Blue value is 211 (82.81% from 255 or 35.46% from 595); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA3D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA3D3 is #225C2C. Grayscale: #B9B9B9. Windows color (decimal): -2251821 or 13870045. OLE color: 13870045.
HSL color Cylindrical-coordinate representation of color #DDA3D3: hue angle of 310.34º 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 #DDA3D3 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 163 | 211 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.13 |
| HSL | 310.34º | 0.46% | 0.75% | - |
| HSV(B) | 310.34º | 0.26% | 0.87% | - |
| XYZ | 54.67 | 46.27 | 67.68 | - |
| YUV | 185.81 | 142.22 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 211 | 0 | 0.26 | 0.05 | 0.13 | 310.34 | 0.46 | 0.75 |
| Hex | DD | A3 | D3 | 0 | 1A | 5 | D | 136 | 2E | 4B |
| Octal | 335 | 243 | 323 | 0 | 32 | 5 | 15 | 466 | 56 | 113 |
| Binary | 11011101 | 10100011 | 11010011 | 0 | 11010 | 101 | 1101 | 100110110 | 101110 | 1001011 |
Color Harmonies of #DDA3D3
Complementary color
Monochromatic Colors of #DDA3D3
Black with #DDA3D3
Text Example
Text Example
White with #DDA3D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA3D3; }
p { color: rgb(221,163,211); }
H1.HeaderClassName
{
color: #DDA3D3;
}
.AnyTagClassName
{
color: #DDA3D3;
}
</style>
background-color css
<style>
a { background-color: #DDA3D3; }
a { background-color: rgb(221,163,211); }
div.DivClassName
{
background-color: #DDA3D3;
}
.BgClassName
{
background-color: #DDA3D3;
}
</style>
border-color css
<style>
span { border-color: #DDA3D3; }
span { border-color: rgb(221,163,211); }
td.TdClassName
{
border-color: #DDA3D3;
}
.TagClassName
{
border-color: #DDA3D3;
}
</style>