Shades of Plum #DDACDD
Tints of Plum #DDACDD
RGB
CMYK
RGB Variations
Color information
#DDACDD (or 0xDDACDD) is known color: Plum. HEX triplet: DD, AC and DD. RGB value is (221,172,221). Sum of RGB (Red+Green+Blue) = 221+172+221=614 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.99% from 614); Green value is 172 (67.58% from 255 or 28.01% from 614); Blue value is 221 (86.72% from 255 or 35.99% from 614); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDACDD is #225322. Grayscale: #C0C0C0. Windows color (decimal): -2249507 or 14527709. OLE color: 14527709.
HSL color Cylindrical-coordinate representation of color #DDACDD: hue angle of 300º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDACDD is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 172 | 221 | - |
CMYK | 0 | 0.22 | 0 | 0.13 |
HSL | 300º | 0.42% | 0.77% | - |
HSV(B) | 300º | 0.22% | 0.87% | - |
XYZ | 57.62 | 50.1 | 75.04 | - |
YUV | 192.24 | 144.23 | 148.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 172 | 221 | 0 | 0.22 | 0 | 0.13 | 300 | 0.42 | 0.77 |
Hex | DD | AC | DD | 0 | 16 | 0 | D | 12C | 2A | 4D |
Octal | 335 | 254 | 335 | 0 | 26 | 0 | 15 | 454 | 52 | 115 |
Binary | 11011101 | 10101100 | 11011101 | 0 | 10110 | 0 | 1101 | 100101100 | 101010 | 1001101 |
Color Harmonies of #DDACDD
Complementary color
Monochromatic Colors of #DDACDD
Black with #DDACDD
Text Example
Text Example
White with #DDACDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDACDD; }
p { color: rgb(221,172,221); }
H1.HeaderClassName
{
color: #DDACDD;
}
.AnyTagClassName
{
color: #DDACDD;
}
</style>
background-color css
<style>
a { background-color: #DDACDD; }
a { background-color: rgb(221,172,221); }
div.DivClassName
{
background-color: #DDACDD;
}
.BgClassName
{
background-color: #DDACDD;
}
</style>
border-color css
<style>
span { border-color: #DDACDD; }
span { border-color: rgb(221,172,221); }
td.TdClassName
{
border-color: #DDACDD;
}
.TagClassName
{
border-color: #DDACDD;
}
</style>