Shades of Plum #DDA7D6
Tints of Plum #DDA7D6
RGB
CMYK
RGB Variations
Color information
#DDA7D6 (or 0xDDA7D6) is known color: Plum. HEX triplet: DD, A7 and D6. RGB value is (221,167,214). Sum of RGB (Red+Green+Blue) = 221+167+214=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 167 (65.62% from 255 or 27.74% from 602); Blue value is 214 (83.98% from 255 or 35.55% from 602); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA7D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA7D6 is #225829. Grayscale: #BCBCBC. Windows color (decimal): -2250794 or 14067677. OLE color: 14067677.
HSL color Cylindrical-coordinate representation of color #DDA7D6: hue angle of 307.78º 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 #DDA7D6 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 167 | 214 | - |
CMYK | 0 | 0.24 | 0.03 | 0.13 |
HSL | 307.78º | 0.44% | 0.76% | - |
HSV(B) | 307.78º | 0.24% | 0.87% | - |
XYZ | 55.78 | 47.86 | 69.92 | - |
YUV | 188.5 | 142.39 | 151.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 167 | 214 | 0 | 0.24 | 0.03 | 0.13 | 307.78 | 0.44 | 0.76 |
Hex | DD | A7 | D6 | 0 | 18 | 3 | D | 134 | 2C | 4C |
Octal | 335 | 247 | 326 | 0 | 30 | 3 | 15 | 464 | 54 | 114 |
Binary | 11011101 | 10100111 | 11010110 | 0 | 11000 | 11 | 1101 | 100110100 | 101100 | 1001100 |
Color Harmonies of #DDA7D6
Complementary color
Monochromatic Colors of #DDA7D6
Black with #DDA7D6
Text Example
Text Example
White with #DDA7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA7D6; }
p { color: rgb(221,167,214); }
H1.HeaderClassName
{
color: #DDA7D6;
}
.AnyTagClassName
{
color: #DDA7D6;
}
</style>
background-color css
<style>
a { background-color: #DDA7D6; }
a { background-color: rgb(221,167,214); }
div.DivClassName
{
background-color: #DDA7D6;
}
.BgClassName
{
background-color: #DDA7D6;
}
</style>
border-color css
<style>
span { border-color: #DDA7D6; }
span { border-color: rgb(221,167,214); }
td.TdClassName
{
border-color: #DDA7D6;
}
.TagClassName
{
border-color: #DDA7D6;
}
</style>