Shades of Plum #DDA2E6
Tints of Plum #DDA2E6
RGB
CMYK
RGB Variations
Color information
#DDA2E6 (or 0xDDA2E6) is known color: Plum. HEX triplet: DD, A2 and E6. RGB value is (221,162,230). Sum of RGB (Red+Green+Blue) = 221+162+230=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 162 (63.67% from 255 or 26.43% from 613); Blue value is 230 (90.23% from 255 or 37.52% from 613); Max value from RGB is 230 - color contains mainly: blue. Hex color #DDA2E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA2E6 is #225D19. Grayscale: #BBBBBB. Windows color (decimal): -2252058 or 15114973. OLE color: 15114973.
HSL color Cylindrical-coordinate representation of color #DDA2E6: hue angle of 292.06º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDA2E6 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 221 | 162 | 230 | - |
CMYK | 0.04 | 0.30 | 0 | 0.10 |
HSL | 292.06º | 0.58% | 0.77% | - |
HSV(B) | 292.06º | 0.3% | 0.9% | - |
XYZ | 57.02 | 46.93 | 80.92 | - |
YUV | 187.39 | 152.05 | 151.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 162 | 230 | 0.04 | 0.30 | 0 | 0.10 | 292.06 | 0.58 | 0.77 |
Hex | DD | A2 | E6 | 4 | 1E | 0 | A | 124 | 3A | 4D |
Octal | 335 | 242 | 346 | 4 | 36 | 0 | 12 | 444 | 72 | 115 |
Binary | 11011101 | 10100010 | 11100110 | 100 | 11110 | 0 | 1010 | 100100100 | 111010 | 1001101 |
Color Harmonies of #DDA2E6
Complementary color
Monochromatic Colors of #DDA2E6
Black with #DDA2E6
Text Example
Text Example
White with #DDA2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA2E6; }
p { color: rgb(221,162,230); }
H1.HeaderClassName
{
color: #DDA2E6;
}
.AnyTagClassName
{
color: #DDA2E6;
}
</style>
background-color css
<style>
a { background-color: #DDA2E6; }
a { background-color: rgb(221,162,230); }
div.DivClassName
{
background-color: #DDA2E6;
}
.BgClassName
{
background-color: #DDA2E6;
}
</style>
border-color css
<style>
span { border-color: #DDA2E6; }
span { border-color: rgb(221,162,230); }
td.TdClassName
{
border-color: #DDA2E6;
}
.TagClassName
{
border-color: #DDA2E6;
}
</style>