Shades of Plum #DDACE5
Tints of Plum #DDACE5
RGB
CMYK
RGB Variations
Color information
#DDACE5 (or 0xDDACE5) is known color: Plum. HEX triplet: DD, AC and E5. RGB value is (221,172,229). Sum of RGB (Red+Green+Blue) = 221+172+229=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 172 (67.58% from 255 or 27.65% from 622); Blue value is 229 (89.84% from 255 or 36.82% from 622); Max value from RGB is 229 - color contains mainly: blue. Hex color #DDACE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDACE5 is #22531A. Grayscale: #C0C0C0. Windows color (decimal): -2249499 or 15051997. OLE color: 15051997.
HSL color Cylindrical-coordinate representation of color #DDACE5: hue angle of 291.58º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDACE5 is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 172 | 229 | - |
| CMYK | 0.03 | 0.25 | 0 | 0.10 |
| HSL | 291.58º | 0.52% | 0.79% | - |
| HSV(B) | 291.58º | 0.25% | 0.9% | - |
| XYZ | 58.71 | 50.53 | 80.79 | - |
| YUV | 193.15 | 148.23 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 172 | 229 | 0.03 | 0.25 | 0 | 0.10 | 291.58 | 0.52 | 0.79 |
| Hex | DD | AC | E5 | 3 | 19 | 0 | A | 124 | 34 | 4F |
| Octal | 335 | 254 | 345 | 3 | 31 | 0 | 12 | 444 | 64 | 117 |
| Binary | 11011101 | 10101100 | 11100101 | 11 | 11001 | 0 | 1010 | 100100100 | 110100 | 1001111 |
Color Harmonies of #DDACE5
Complementary color
Monochromatic Colors of #DDACE5
Black with #DDACE5
Text Example
Text Example
White with #DDACE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDACE5; }
p { color: rgb(221,172,229); }
H1.HeaderClassName
{
color: #DDACE5;
}
.AnyTagClassName
{
color: #DDACE5;
}
</style>
background-color css
<style>
a { background-color: #DDACE5; }
a { background-color: rgb(221,172,229); }
div.DivClassName
{
background-color: #DDACE5;
}
.BgClassName
{
background-color: #DDACE5;
}
</style>
border-color css
<style>
span { border-color: #DDACE5; }
span { border-color: rgb(221,172,229); }
td.TdClassName
{
border-color: #DDACE5;
}
.TagClassName
{
border-color: #DDACE5;
}
</style>