Shades of Plum #DDACE0
Tints of Plum #DDACE0
RGB
CMYK
RGB Variations
Color information
#DDACE0 (or 0xDDACE0) is known color: Plum. HEX triplet: DD, AC and E0. RGB value is (221,172,224). Sum of RGB (Red+Green+Blue) = 221+172+224=617 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.82% from 617); Green value is 172 (67.58% from 255 or 27.88% from 617); Blue value is 224 (87.89% from 255 or 36.30% from 617); Max value from RGB is 224 - color contains mainly: blue. Hex color #DDACE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDACE0 is #22531F. Grayscale: #C0C0C0. Windows color (decimal): -2249504 or 14724317. OLE color: 14724317.
HSL color Cylindrical-coordinate representation of color #DDACE0: hue angle of 296.54º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDACE0 is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 172 | 224 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.12 |
| HSL | 296.54º | 0.46% | 0.78% | - |
| HSV(B) | 296.54º | 0.23% | 0.88% | - |
| XYZ | 58.03 | 50.26 | 77.16 | - |
| YUV | 192.58 | 145.73 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 172 | 224 | 0.01 | 0.23 | 0 | 0.12 | 296.54 | 0.46 | 0.78 |
| Hex | DD | AC | E0 | 1 | 17 | 0 | C | 129 | 2E | 4E |
| Octal | 335 | 254 | 340 | 1 | 27 | 0 | 14 | 451 | 56 | 116 |
| Binary | 11011101 | 10101100 | 11100000 | 1 | 10111 | 0 | 1100 | 100101001 | 101110 | 1001110 |
Color Harmonies of #DDACE0
Complementary color
Monochromatic Colors of #DDACE0
Black with #DDACE0
Text Example
Text Example
White with #DDACE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDACE0; }
p { color: rgb(221,172,224); }
H1.HeaderClassName
{
color: #DDACE0;
}
.AnyTagClassName
{
color: #DDACE0;
}
</style>
background-color css
<style>
a { background-color: #DDACE0; }
a { background-color: rgb(221,172,224); }
div.DivClassName
{
background-color: #DDACE0;
}
.BgClassName
{
background-color: #DDACE0;
}
</style>
border-color css
<style>
span { border-color: #DDACE0; }
span { border-color: rgb(221,172,224); }
td.TdClassName
{
border-color: #DDACE0;
}
.TagClassName
{
border-color: #DDACE0;
}
</style>