Shades of Plum #DDA9E8
Tints of Plum #DDA9E8
RGB
CMYK
RGB Variations
Color information
#DDA9E8 (or 0xDDA9E8) is known color: Plum. HEX triplet: DD, A9 and E8. RGB value is (221,169,232). Sum of RGB (Red+Green+Blue) = 221+169+232=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 169 (66.41% from 255 or 27.17% from 622); Blue value is 232 (91.02% from 255 or 37.30% from 622); Max value from RGB is 232 - color contains mainly: blue. Hex color #DDA9E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA9E8 is #225617. Grayscale: #BFBFBF. Windows color (decimal): -2250264 or 15247837. OLE color: 15247837.
HSL color Cylindrical-coordinate representation of color #DDA9E8: hue angle of 289.52º degrees, saturation: 0.58, 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 #DDA9E8 is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 169 | 232 | - |
| CMYK | 0.05 | 0.27 | 0 | 0.09 |
| HSL | 289.52º | 0.58% | 0.79% | - |
| HSV(B) | 289.52º | 0.27% | 0.91% | - |
| XYZ | 58.57 | 49.57 | 82.83 | - |
| YUV | 191.73 | 150.73 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 232 | 0.05 | 0.27 | 0 | 0.09 | 289.52 | 0.58 | 0.79 |
| Hex | DD | A9 | E8 | 5 | 1B | 0 | 9 | 122 | 3A | 4F |
| Octal | 335 | 251 | 350 | 5 | 33 | 0 | 11 | 442 | 72 | 117 |
| Binary | 11011101 | 10101001 | 11101000 | 101 | 11011 | 0 | 1001 | 100100010 | 111010 | 1001111 |
Color Harmonies of #DDA9E8
Complementary color
Monochromatic Colors of #DDA9E8
Black with #DDA9E8
Text Example
Text Example
White with #DDA9E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA9E8; }
p { color: rgb(221,169,232); }
H1.HeaderClassName
{
color: #DDA9E8;
}
.AnyTagClassName
{
color: #DDA9E8;
}
</style>
background-color css
<style>
a { background-color: #DDA9E8; }
a { background-color: rgb(221,169,232); }
div.DivClassName
{
background-color: #DDA9E8;
}
.BgClassName
{
background-color: #DDA9E8;
}
</style>
border-color css
<style>
span { border-color: #DDA9E8; }
span { border-color: rgb(221,169,232); }
td.TdClassName
{
border-color: #DDA9E8;
}
.TagClassName
{
border-color: #DDA9E8;
}
</style>