Shades of Plum #DDA9E9
Tints of Plum #DDA9E9
RGB
CMYK
RGB Variations
Color information
#DDA9E9 (or 0xDDA9E9) is known color: Plum. HEX triplet: DD, A9 and E9. RGB value is (221,169,233). Sum of RGB (Red+Green+Blue) = 221+169+233=623 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.47% from 623); Green value is 169 (66.41% from 255 or 27.13% from 623); Blue value is 233 (91.41% from 255 or 37.40% from 623); Max value from RGB is 233 - color contains mainly: blue. Hex color #DDA9E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA9E9 is #225616. Grayscale: #BFBFBF. Windows color (decimal): -2250263 or 15313373. OLE color: 15313373.
HSL color Cylindrical-coordinate representation of color #DDA9E9: hue angle of 288.75º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDA9E9 is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 221 | 169 | 233 | - |
CMYK | 0.05 | 0.27 | 0 | 0.09 |
HSL | 288.75º | 0.59% | 0.79% | - |
HSV(B) | 288.75º | 0.27% | 0.91% | - |
XYZ | 58.71 | 49.63 | 83.58 | - |
YUV | 191.84 | 151.23 | 148.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 169 | 233 | 0.05 | 0.27 | 0 | 0.09 | 288.75 | 0.59 | 0.79 |
Hex | DD | A9 | E9 | 5 | 1B | 0 | 9 | 121 | 3B | 4F |
Octal | 335 | 251 | 351 | 5 | 33 | 0 | 11 | 441 | 73 | 117 |
Binary | 11011101 | 10101001 | 11101001 | 101 | 11011 | 0 | 1001 | 100100001 | 111011 | 1001111 |
Color Harmonies of #DDA9E9
Complementary color
Monochromatic Colors of #DDA9E9
Black with #DDA9E9
Text Example
Text Example
White with #DDA9E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA9E9; }
p { color: rgb(221,169,233); }
H1.HeaderClassName
{
color: #DDA9E9;
}
.AnyTagClassName
{
color: #DDA9E9;
}
</style>
background-color css
<style>
a { background-color: #DDA9E9; }
a { background-color: rgb(221,169,233); }
div.DivClassName
{
background-color: #DDA9E9;
}
.BgClassName
{
background-color: #DDA9E9;
}
</style>
border-color css
<style>
span { border-color: #DDA9E9; }
span { border-color: rgb(221,169,233); }
td.TdClassName
{
border-color: #DDA9E9;
}
.TagClassName
{
border-color: #DDA9E9;
}
</style>