Shades of Plum #DDA9E5
Tints of Plum #DDA9E5
RGB
CMYK
RGB Variations
Color information
#DDA9E5 (or 0xDDA9E5) is known color: Plum. HEX triplet: DD, A9 and E5. RGB value is (221,169,229). Sum of RGB (Red+Green+Blue) = 221+169+229=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 169 (66.41% from 255 or 27.30% from 619); Blue value is 229 (89.84% from 255 or 37.00% from 619); Max value from RGB is 229 - color contains mainly: blue. Hex color #DDA9E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA9E5 is #22561A. Grayscale: #BFBFBF. Windows color (decimal): -2250267 or 15051229. OLE color: 15051229.
HSL color Cylindrical-coordinate representation of color #DDA9E5: hue angle of 292º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDA9E5 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 221 | 169 | 229 | - |
CMYK | 0.03 | 0.26 | 0 | 0.10 |
HSL | 292º | 0.54% | 0.78% | - |
HSV(B) | 292º | 0.26% | 0.9% | - |
XYZ | 58.15 | 49.41 | 80.6 | - |
YUV | 191.39 | 149.23 | 149.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 169 | 229 | 0.03 | 0.26 | 0 | 0.10 | 292 | 0.54 | 0.78 |
Hex | DD | A9 | E5 | 3 | 1A | 0 | A | 124 | 36 | 4E |
Octal | 335 | 251 | 345 | 3 | 32 | 0 | 12 | 444 | 66 | 116 |
Binary | 11011101 | 10101001 | 11100101 | 11 | 11010 | 0 | 1010 | 100100100 | 110110 | 1001110 |
Color Harmonies of #DDA9E5
Complementary color
Monochromatic Colors of #DDA9E5
Black with #DDA9E5
Text Example
Text Example
White with #DDA9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA9E5; }
p { color: rgb(221,169,229); }
H1.HeaderClassName
{
color: #DDA9E5;
}
.AnyTagClassName
{
color: #DDA9E5;
}
</style>
background-color css
<style>
a { background-color: #DDA9E5; }
a { background-color: rgb(221,169,229); }
div.DivClassName
{
background-color: #DDA9E5;
}
.BgClassName
{
background-color: #DDA9E5;
}
</style>
border-color css
<style>
span { border-color: #DDA9E5; }
span { border-color: rgb(221,169,229); }
td.TdClassName
{
border-color: #DDA9E5;
}
.TagClassName
{
border-color: #DDA9E5;
}
</style>