Shades of Plum #DDACEA
Tints of Plum #DDACEA
RGB
CMYK
RGB Variations
Color information
#DDACEA (or 0xDDACEA) is known color: Plum. HEX triplet: DD, AC and EA. RGB value is (221,172,234). Sum of RGB (Red+Green+Blue) = 221+172+234=627 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.25% from 627); Green value is 172 (67.58% from 255 or 27.43% from 627); Blue value is 234 (91.80% from 255 or 37.32% from 627); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDACEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDACEA is #225315. Grayscale: #C1C1C1. Windows color (decimal): -2249494 or 15379677. OLE color: 15379677.
HSL color Cylindrical-coordinate representation of color #DDACEA: hue angle of 287.42º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDACEA is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 172 | 234 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.08 |
| HSL | 287.42º | 0.6% | 0.8% | - |
| HSV(B) | 287.42º | 0.26% | 0.92% | - |
| XYZ | 59.42 | 50.82 | 84.52 | - |
| YUV | 193.72 | 150.73 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 172 | 234 | 0.06 | 0.26 | 0 | 0.08 | 287.42 | 0.6 | 0.8 |
| Hex | DD | AC | EA | 6 | 1A | 0 | 8 | 11F | 3C | 50 |
| Octal | 335 | 254 | 352 | 6 | 32 | 0 | 10 | 437 | 74 | 120 |
| Binary | 11011101 | 10101100 | 11101010 | 110 | 11010 | 0 | 1000 | 100011111 | 111100 | 1010000 |
Color Harmonies of #DDACEA
Complementary color
Monochromatic Colors of #DDACEA
Black with #DDACEA
Text Example
Text Example
White with #DDACEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDACEA; }
p { color: rgb(221,172,234); }
H1.HeaderClassName
{
color: #DDACEA;
}
.AnyTagClassName
{
color: #DDACEA;
}
</style>
background-color css
<style>
a { background-color: #DDACEA; }
a { background-color: rgb(221,172,234); }
div.DivClassName
{
background-color: #DDACEA;
}
.BgClassName
{
background-color: #DDACEA;
}
</style>
border-color css
<style>
span { border-color: #DDACEA; }
span { border-color: rgb(221,172,234); }
td.TdClassName
{
border-color: #DDACEA;
}
.TagClassName
{
border-color: #DDACEA;
}
</style>