Shades of Plum #DDA7D5
Tints of Plum #DDA7D5
RGB
CMYK
RGB Variations
Color information
#DDA7D5 (or 0xDDA7D5) is known color: Plum. HEX triplet: DD, A7 and D5. RGB value is (221,167,213). Sum of RGB (Red+Green+Blue) = 221+167+213=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 167 (65.62% from 255 or 27.79% from 601); Blue value is 213 (83.59% from 255 or 35.44% from 601); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA7D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA7D5 is #22582A. Grayscale: #BCBCBC. Windows color (decimal): -2250795 or 14002141. OLE color: 14002141.
HSL color Cylindrical-coordinate representation of color #DDA7D5: hue angle of 308.89º 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 #DDA7D5 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 167 | 213 | - |
CMYK | 0 | 0.24 | 0.04 | 0.13 |
HSL | 308.89º | 0.44% | 0.76% | - |
HSV(B) | 308.89º | 0.24% | 0.87% | - |
XYZ | 55.65 | 47.81 | 69.25 | - |
YUV | 188.39 | 141.89 | 151.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 167 | 213 | 0 | 0.24 | 0.04 | 0.13 | 308.89 | 0.44 | 0.76 |
Hex | DD | A7 | D5 | 0 | 18 | 4 | D | 135 | 2C | 4C |
Octal | 335 | 247 | 325 | 0 | 30 | 4 | 15 | 465 | 54 | 114 |
Binary | 11011101 | 10100111 | 11010101 | 0 | 11000 | 100 | 1101 | 100110101 | 101100 | 1001100 |
Color Harmonies of #DDA7D5
Complementary color
Monochromatic Colors of #DDA7D5
Black with #DDA7D5
Text Example
Text Example
White with #DDA7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA7D5; }
p { color: rgb(221,167,213); }
H1.HeaderClassName
{
color: #DDA7D5;
}
.AnyTagClassName
{
color: #DDA7D5;
}
</style>
background-color css
<style>
a { background-color: #DDA7D5; }
a { background-color: rgb(221,167,213); }
div.DivClassName
{
background-color: #DDA7D5;
}
.BgClassName
{
background-color: #DDA7D5;
}
</style>
border-color css
<style>
span { border-color: #DDA7D5; }
span { border-color: rgb(221,167,213); }
td.TdClassName
{
border-color: #DDA7D5;
}
.TagClassName
{
border-color: #DDA7D5;
}
</style>