Shades of Plum #DDA7E3
Tints of Plum #DDA7E3
RGB
CMYK
RGB Variations
Color information
#DDA7E3 (or 0xDDA7E3) is known color: Plum. HEX triplet: DD, A7 and E3. RGB value is (221,167,227). Sum of RGB (Red+Green+Blue) = 221+167+227=615 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.93% from 615); Green value is 167 (65.62% from 255 or 27.15% from 615); Blue value is 227 (89.06% from 255 or 36.91% from 615); Max value from RGB is 227 - color contains mainly: blue. Hex color #DDA7E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA7E3 is #22581C. Grayscale: #BDBDBD. Windows color (decimal): -2250781 or 14919645. OLE color: 14919645.
HSL color Cylindrical-coordinate representation of color #DDA7E3: hue angle of 294º degrees, saturation: 0.52, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDA7E3 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 167 | 227 | - |
| CMYK | 0.03 | 0.26 | 0 | 0.11 |
| HSL | 294º | 0.52% | 0.77% | - |
| HSV(B) | 294º | 0.26% | 0.89% | - |
| XYZ | 57.5 | 48.56 | 79.01 | - |
| YUV | 189.99 | 148.89 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 167 | 227 | 0.03 | 0.26 | 0 | 0.11 | 294 | 0.52 | 0.77 |
| Hex | DD | A7 | E3 | 3 | 1A | 0 | B | 126 | 34 | 4D |
| Octal | 335 | 247 | 343 | 3 | 32 | 0 | 13 | 446 | 64 | 115 |
| Binary | 11011101 | 10100111 | 11100011 | 11 | 11010 | 0 | 1011 | 100100110 | 110100 | 1001101 |
Color Harmonies of #DDA7E3
Complementary color
Monochromatic Colors of #DDA7E3
Black with #DDA7E3
Text Example
Text Example
White with #DDA7E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA7E3; }
p { color: rgb(221,167,227); }
H1.HeaderClassName
{
color: #DDA7E3;
}
.AnyTagClassName
{
color: #DDA7E3;
}
</style>
background-color css
<style>
a { background-color: #DDA7E3; }
a { background-color: rgb(221,167,227); }
div.DivClassName
{
background-color: #DDA7E3;
}
.BgClassName
{
background-color: #DDA7E3;
}
</style>
border-color css
<style>
span { border-color: #DDA7E3; }
span { border-color: rgb(221,167,227); }
td.TdClassName
{
border-color: #DDA7E3;
}
.TagClassName
{
border-color: #DDA7E3;
}
</style>