Shades of Plum #DDA5DC
Tints of Plum #DDA5DC
RGB
CMYK
RGB Variations
Color information
#DDA5DC (or 0xDDA5DC) is known color: Plum. HEX triplet: DD, A5 and DC. RGB value is (221,165,220). Sum of RGB (Red+Green+Blue) = 221+165+220=606 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.47% from 606); Green value is 165 (64.84% from 255 or 27.23% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA5DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA5DC is #225A23. Grayscale: #BBBBBB. Windows color (decimal): -2251300 or 14460381. OLE color: 14460381.
HSL color Cylindrical-coordinate representation of color #DDA5DC: hue angle of 301.07º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDA5DC is Cyan = 0, Magento = 0.25, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 165 | 220 | - |
| CMYK | 0 | 0.25 | 0.00 | 0.13 |
| HSL | 301.07º | 0.45% | 0.76% | - |
| HSV(B) | 301.07º | 0.25% | 0.87% | - |
| XYZ | 56.19 | 47.45 | 73.91 | - |
| YUV | 188.01 | 146.05 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 220 | 0 | 0.25 | 0.00 | 0.13 | 301.07 | 0.45 | 0.76 |
| Hex | DD | A5 | DC | 0 | 19 | 0 | D | 12D | 2D | 4C |
| Octal | 335 | 245 | 334 | 0 | 31 | 0 | 15 | 455 | 55 | 114 |
| Binary | 11011101 | 10100101 | 11011100 | 0 | 11001 | 0 | 1101 | 100101101 | 101101 | 1001100 |
Color Harmonies of #DDA5DC
Complementary color
Monochromatic Colors of #DDA5DC
Black with #DDA5DC
Text Example
Text Example
White with #DDA5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA5DC; }
p { color: rgb(221,165,220); }
H1.HeaderClassName
{
color: #DDA5DC;
}
.AnyTagClassName
{
color: #DDA5DC;
}
</style>
background-color css
<style>
a { background-color: #DDA5DC; }
a { background-color: rgb(221,165,220); }
div.DivClassName
{
background-color: #DDA5DC;
}
.BgClassName
{
background-color: #DDA5DC;
}
</style>
border-color css
<style>
span { border-color: #DDA5DC; }
span { border-color: rgb(221,165,220); }
td.TdClassName
{
border-color: #DDA5DC;
}
.TagClassName
{
border-color: #DDA5DC;
}
</style>