Shades of Plum #DDA7DB
Tints of Plum #DDA7DB
RGB
CMYK
RGB Variations
Color information
#DDA7DB (or 0xDDA7DB) is known color: Plum. HEX triplet: DD, A7 and DB. RGB value is (221,167,219). Sum of RGB (Red+Green+Blue) = 221+167+219=607 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.41% from 607); Green value is 167 (65.62% from 255 or 27.51% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA7DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA7DB is #225824. Grayscale: #BCBCBC. Windows color (decimal): -2250789 or 14395357. OLE color: 14395357.
HSL color Cylindrical-coordinate representation of color #DDA7DB: hue angle of 302.22º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDA7DB is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 167 | 219 | - |
| CMYK | 0 | 0.24 | 0.01 | 0.13 |
| HSL | 302.22º | 0.44% | 0.76% | - |
| HSV(B) | 302.22º | 0.24% | 0.87% | - |
| XYZ | 56.42 | 48.12 | 73.33 | - |
| YUV | 189.07 | 144.89 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 167 | 219 | 0 | 0.24 | 0.01 | 0.13 | 302.22 | 0.44 | 0.76 |
| Hex | DD | A7 | DB | 0 | 18 | 1 | D | 12E | 2C | 4C |
| Octal | 335 | 247 | 333 | 0 | 30 | 1 | 15 | 456 | 54 | 114 |
| Binary | 11011101 | 10100111 | 11011011 | 0 | 11000 | 1 | 1101 | 100101110 | 101100 | 1001100 |
Color Harmonies of #DDA7DB
Complementary color
Monochromatic Colors of #DDA7DB
Black with #DDA7DB
Text Example
Text Example
White with #DDA7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA7DB; }
p { color: rgb(221,167,219); }
H1.HeaderClassName
{
color: #DDA7DB;
}
.AnyTagClassName
{
color: #DDA7DB;
}
</style>
background-color css
<style>
a { background-color: #DDA7DB; }
a { background-color: rgb(221,167,219); }
div.DivClassName
{
background-color: #DDA7DB;
}
.BgClassName
{
background-color: #DDA7DB;
}
</style>
border-color css
<style>
span { border-color: #DDA7DB; }
span { border-color: rgb(221,167,219); }
td.TdClassName
{
border-color: #DDA7DB;
}
.TagClassName
{
border-color: #DDA7DB;
}
</style>