Shades of Plum #DDA7EC
Tints of Plum #DDA7EC
RGB
CMYK
RGB Variations
Color information
#DDA7EC (or 0xDDA7EC) is known color: Plum. HEX triplet: DD, A7 and EC. RGB value is (221,167,236). Sum of RGB (Red+Green+Blue) = 221+167+236=624 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.42% from 624); Green value is 167 (65.62% from 255 or 26.76% from 624); Blue value is 236 (92.58% from 255 or 37.82% from 624); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDA7EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA7EC is #225813. Grayscale: #BEBEBE. Windows color (decimal): -2250772 or 15509469. OLE color: 15509469.
HSL color Cylindrical-coordinate representation of color #DDA7EC: hue angle of 286.96º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDA7EC is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 167 | 236 | - |
| CMYK | 0.06 | 0.29 | 0 | 0.07 |
| HSL | 286.96º | 0.64% | 0.79% | - |
| HSV(B) | 286.96º | 0.29% | 0.93% | - |
| XYZ | 58.78 | 49.07 | 85.73 | - |
| YUV | 191.01 | 153.39 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 167 | 236 | 0.06 | 0.29 | 0 | 0.07 | 286.96 | 0.64 | 0.79 |
| Hex | DD | A7 | EC | 6 | 1D | 0 | 7 | 11F | 40 | 4F |
| Octal | 335 | 247 | 354 | 6 | 35 | 0 | 7 | 437 | 100 | 117 |
| Binary | 11011101 | 10100111 | 11101100 | 110 | 11101 | 0 | 111 | 100011111 | 1000000 | 1001111 |
Color Harmonies of #DDA7EC
Complementary color
Monochromatic Colors of #DDA7EC
Black with #DDA7EC
Text Example
Text Example
White with #DDA7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA7EC; }
p { color: rgb(221,167,236); }
H1.HeaderClassName
{
color: #DDA7EC;
}
.AnyTagClassName
{
color: #DDA7EC;
}
</style>
background-color css
<style>
a { background-color: #DDA7EC; }
a { background-color: rgb(221,167,236); }
div.DivClassName
{
background-color: #DDA7EC;
}
.BgClassName
{
background-color: #DDA7EC;
}
</style>
border-color css
<style>
span { border-color: #DDA7EC; }
span { border-color: rgb(221,167,236); }
td.TdClassName
{
border-color: #DDA7EC;
}
.TagClassName
{
border-color: #DDA7EC;
}
</style>