Shades of Plum #DDADDC
Tints of Plum #DDADDC
RGB
CMYK
RGB Variations
Color information
#DDADDC (or 0xDDADDC) is known color: Plum. HEX triplet: DD, AD and DC. RGB value is (221,173,220). Sum of RGB (Red+Green+Blue) = 221+173+220=614 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.99% from 614); Green value is 173 (67.97% from 255 or 28.18% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 221 - color contains mainly: red. Hex color #DDADDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDADDC is #225223. Grayscale: #C0C0C0. Windows color (decimal): -2249252 or 14462429. OLE color: 14462429.
HSL color Cylindrical-coordinate representation of color #DDADDC: hue angle of 301.25º degrees, saturation: 0.41, 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 #DDADDC is Cyan = 0, Magento = 0.22, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 173 | 220 | - |
| CMYK | 0 | 0.22 | 0.00 | 0.13 |
| HSL | 301.25º | 0.41% | 0.77% | - |
| HSV(B) | 301.25º | 0.22% | 0.87% | - |
| XYZ | 57.68 | 50.43 | 74.4 | - |
| YUV | 192.71 | 143.4 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 173 | 220 | 0 | 0.22 | 0.00 | 0.13 | 301.25 | 0.41 | 0.77 |
| Hex | DD | AD | DC | 0 | 16 | 0 | D | 12D | 29 | 4D |
| Octal | 335 | 255 | 334 | 0 | 26 | 0 | 15 | 455 | 51 | 115 |
| Binary | 11011101 | 10101101 | 11011100 | 0 | 10110 | 0 | 1101 | 100101101 | 101001 | 1001101 |
Color Harmonies of #DDADDC
Complementary color
Monochromatic Colors of #DDADDC
Black with #DDADDC
Text Example
Text Example
White with #DDADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDADDC; }
p { color: rgb(221,173,220); }
H1.HeaderClassName
{
color: #DDADDC;
}
.AnyTagClassName
{
color: #DDADDC;
}
</style>
background-color css
<style>
a { background-color: #DDADDC; }
a { background-color: rgb(221,173,220); }
div.DivClassName
{
background-color: #DDADDC;
}
.BgClassName
{
background-color: #DDADDC;
}
</style>
border-color css
<style>
span { border-color: #DDADDC; }
span { border-color: rgb(221,173,220); }
td.TdClassName
{
border-color: #DDADDC;
}
.TagClassName
{
border-color: #DDADDC;
}
</style>