Shades of Plum #DDA9E4
Tints of Plum #DDA9E4
RGB
CMYK
RGB Variations
Color information
#DDA9E4 (or 0xDDA9E4) is known color: Plum. HEX triplet: DD, A9 and E4. RGB value is (221,169,228). Sum of RGB (Red+Green+Blue) = 221+169+228=618 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.76% from 618); Green value is 169 (66.41% from 255 or 27.35% from 618); Blue value is 228 (89.45% from 255 or 36.89% from 618); Max value from RGB is 228 - color contains mainly: blue. Hex color #DDA9E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA9E4 is #22561B. Grayscale: #BFBFBF. Windows color (decimal): -2250268 or 14985693. OLE color: 14985693.
HSL color Cylindrical-coordinate representation of color #DDA9E4: hue angle of 292.88º degrees, saturation: 0.52, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDA9E4 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 221 | 169 | 228 | - |
CMYK | 0.03 | 0.26 | 0 | 0.11 |
HSL | 292.88º | 0.52% | 0.78% | - |
HSV(B) | 292.88º | 0.26% | 0.89% | - |
XYZ | 58.01 | 49.35 | 79.87 | - |
YUV | 191.27 | 148.73 | 149.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 169 | 228 | 0.03 | 0.26 | 0 | 0.11 | 292.88 | 0.52 | 0.78 |
Hex | DD | A9 | E4 | 3 | 1A | 0 | B | 125 | 34 | 4E |
Octal | 335 | 251 | 344 | 3 | 32 | 0 | 13 | 445 | 64 | 116 |
Binary | 11011101 | 10101001 | 11100100 | 11 | 11010 | 0 | 1011 | 100100101 | 110100 | 1001110 |
Color Harmonies of #DDA9E4
Complementary color
Monochromatic Colors of #DDA9E4
Black with #DDA9E4
Text Example
Text Example
White with #DDA9E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA9E4; }
p { color: rgb(221,169,228); }
H1.HeaderClassName
{
color: #DDA9E4;
}
.AnyTagClassName
{
color: #DDA9E4;
}
</style>
background-color css
<style>
a { background-color: #DDA9E4; }
a { background-color: rgb(221,169,228); }
div.DivClassName
{
background-color: #DDA9E4;
}
.BgClassName
{
background-color: #DDA9E4;
}
</style>
border-color css
<style>
span { border-color: #DDA9E4; }
span { border-color: rgb(221,169,228); }
td.TdClassName
{
border-color: #DDA9E4;
}
.TagClassName
{
border-color: #DDA9E4;
}
</style>