Shades of Plum #DDACDC
Tints of Plum #DDACDC
RGB
CMYK
RGB Variations
Color information
#DDACDC (or 0xDDACDC) is known color: Plum. HEX triplet: DD, AC and DC. RGB value is (221,172,220). Sum of RGB (Red+Green+Blue) = 221+172+220=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 172 (67.58% from 255 or 28.06% from 613); Blue value is 220 (86.33% from 255 or 35.89% from 613); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDACDC is #225323. Grayscale: #BFBFBF. Windows color (decimal): -2249508 or 14462173. OLE color: 14462173.
HSL color Cylindrical-coordinate representation of color #DDACDC: hue angle of 301.22º 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 #DDACDC is Cyan = 0, Magento = 0.22, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 172 | 220 | - |
CMYK | 0 | 0.22 | 0.00 | 0.13 |
HSL | 301.22º | 0.42% | 0.77% | - |
HSV(B) | 301.22º | 0.22% | 0.87% | - |
XYZ | 57.49 | 50.04 | 74.34 | - |
YUV | 192.12 | 143.73 | 148.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 172 | 220 | 0 | 0.22 | 0.00 | 0.13 | 301.22 | 0.42 | 0.77 |
Hex | DD | AC | DC | 0 | 16 | 0 | D | 12D | 2A | 4D |
Octal | 335 | 254 | 334 | 0 | 26 | 0 | 15 | 455 | 52 | 115 |
Binary | 11011101 | 10101100 | 11011100 | 0 | 10110 | 0 | 1101 | 100101101 | 101010 | 1001101 |
Color Harmonies of #DDACDC
Complementary color
Monochromatic Colors of #DDACDC
Black with #DDACDC
Text Example
Text Example
White with #DDACDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDACDC; }
p { color: rgb(221,172,220); }
H1.HeaderClassName
{
color: #DDACDC;
}
.AnyTagClassName
{
color: #DDACDC;
}
</style>
background-color css
<style>
a { background-color: #DDACDC; }
a { background-color: rgb(221,172,220); }
div.DivClassName
{
background-color: #DDACDC;
}
.BgClassName
{
background-color: #DDACDC;
}
</style>
border-color css
<style>
span { border-color: #DDACDC; }
span { border-color: rgb(221,172,220); }
td.TdClassName
{
border-color: #DDACDC;
}
.TagClassName
{
border-color: #DDACDC;
}
</style>