Shades of Plum #DDACE1
Tints of Plum #DDACE1
RGB
CMYK
RGB Variations
Color information
#DDACE1 (or 0xDDACE1) is known color: Plum. HEX triplet: DD, AC and E1. RGB value is (221,172,225). Sum of RGB (Red+Green+Blue) = 221+172+225=618 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.76% from 618); Green value is 172 (67.58% from 255 or 27.83% from 618); Blue value is 225 (88.28% from 255 or 36.41% from 618); Max value from RGB is 225 - color contains mainly: blue. Hex color #DDACE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDACE1 is #22531E. Grayscale: #C0C0C0. Windows color (decimal): -2249503 or 14789853. OLE color: 14789853.
HSL color Cylindrical-coordinate representation of color #DDACE1: hue angle of 295.47º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDACE1 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
RGB | 221 | 172 | 225 | - |
CMYK | 0.02 | 0.24 | 0 | 0.12 |
HSL | 295.47º | 0.47% | 0.78% | - |
HSV(B) | 295.47º | 0.24% | 0.88% | - |
XYZ | 58.16 | 50.31 | 77.88 | - |
YUV | 192.69 | 146.23 | 148.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 172 | 225 | 0.02 | 0.24 | 0 | 0.12 | 295.47 | 0.47 | 0.78 |
Hex | DD | AC | E1 | 2 | 18 | 0 | C | 127 | 2F | 4E |
Octal | 335 | 254 | 341 | 2 | 30 | 0 | 14 | 447 | 57 | 116 |
Binary | 11011101 | 10101100 | 11100001 | 10 | 11000 | 0 | 1100 | 100100111 | 101111 | 1001110 |
Color Harmonies of #DDACE1
Complementary color
Monochromatic Colors of #DDACE1
Black with #DDACE1
Text Example
Text Example
White with #DDACE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDACE1; }
p { color: rgb(221,172,225); }
H1.HeaderClassName
{
color: #DDACE1;
}
.AnyTagClassName
{
color: #DDACE1;
}
</style>
background-color css
<style>
a { background-color: #DDACE1; }
a { background-color: rgb(221,172,225); }
div.DivClassName
{
background-color: #DDACE1;
}
.BgClassName
{
background-color: #DDACE1;
}
</style>
border-color css
<style>
span { border-color: #DDACE1; }
span { border-color: rgb(221,172,225); }
td.TdClassName
{
border-color: #DDACE1;
}
.TagClassName
{
border-color: #DDACE1;
}
</style>