Shades of Plum #DDA3DB
Tints of Plum #DDA3DB
RGB
CMYK
RGB Variations
Color information
#DDA3DB (or 0xDDA3DB) is known color: Plum. HEX triplet: DD, A3 and DB. RGB value is (221,163,219). Sum of RGB (Red+Green+Blue) = 221+163+219=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 163 (64.06% from 255 or 27.03% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA3DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA3DB is #225C24. Grayscale: #BABABA. Windows color (decimal): -2251813 or 14394333. OLE color: 14394333.
HSL color Cylindrical-coordinate representation of color #DDA3DB: hue angle of 302.07º 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 #DDA3DB is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 163 | 219 | - |
| CMYK | 0 | 0.26 | 0.01 | 0.13 |
| HSL | 302.07º | 0.46% | 0.75% | - |
| HSV(B) | 302.07º | 0.26% | 0.87% | - |
| XYZ | 55.7 | 46.68 | 73.09 | - |
| YUV | 186.73 | 146.22 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 219 | 0 | 0.26 | 0.01 | 0.13 | 302.07 | 0.46 | 0.75 |
| Hex | DD | A3 | DB | 0 | 1A | 1 | D | 12E | 2E | 4B |
| Octal | 335 | 243 | 333 | 0 | 32 | 1 | 15 | 456 | 56 | 113 |
| Binary | 11011101 | 10100011 | 11011011 | 0 | 11010 | 1 | 1101 | 100101110 | 101110 | 1001011 |
Color Harmonies of #DDA3DB
Complementary color
Monochromatic Colors of #DDA3DB
Black with #DDA3DB
Text Example
Text Example
White with #DDA3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA3DB; }
p { color: rgb(221,163,219); }
H1.HeaderClassName
{
color: #DDA3DB;
}
.AnyTagClassName
{
color: #DDA3DB;
}
</style>
background-color css
<style>
a { background-color: #DDA3DB; }
a { background-color: rgb(221,163,219); }
div.DivClassName
{
background-color: #DDA3DB;
}
.BgClassName
{
background-color: #DDA3DB;
}
</style>
border-color css
<style>
span { border-color: #DDA3DB; }
span { border-color: rgb(221,163,219); }
td.TdClassName
{
border-color: #DDA3DB;
}
.TagClassName
{
border-color: #DDA3DB;
}
</style>