Shades of Plum #DDA5D4
Tints of Plum #DDA5D4
RGB
CMYK
RGB Variations
Color information
#DDA5D4 (or 0xDDA5D4) is known color: Plum. HEX triplet: DD, A5 and D4. RGB value is (221,165,212). Sum of RGB (Red+Green+Blue) = 221+165+212=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 165 (64.84% from 255 or 27.59% from 598); Blue value is 212 (83.20% from 255 or 35.45% from 598); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA5D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA5D4 is #225A2B. Grayscale: #BABABA. Windows color (decimal): -2251308 or 13936093. OLE color: 13936093.
HSL color Cylindrical-coordinate representation of color #DDA5D4: hue angle of 309.64º 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 #DDA5D4 is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 165 | 212 | - |
| CMYK | 0 | 0.25 | 0.04 | 0.13 |
| HSL | 309.64º | 0.45% | 0.76% | - |
| HSV(B) | 309.64º | 0.25% | 0.87% | - |
| XYZ | 55.16 | 47.04 | 68.46 | - |
| YUV | 187.1 | 142.05 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 212 | 0 | 0.25 | 0.04 | 0.13 | 309.64 | 0.45 | 0.76 |
| Hex | DD | A5 | D4 | 0 | 19 | 4 | D | 136 | 2D | 4C |
| Octal | 335 | 245 | 324 | 0 | 31 | 4 | 15 | 466 | 55 | 114 |
| Binary | 11011101 | 10100101 | 11010100 | 0 | 11001 | 100 | 1101 | 100110110 | 101101 | 1001100 |
Color Harmonies of #DDA5D4
Complementary color
Monochromatic Colors of #DDA5D4
Black with #DDA5D4
Text Example
Text Example
White with #DDA5D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA5D4; }
p { color: rgb(221,165,212); }
H1.HeaderClassName
{
color: #DDA5D4;
}
.AnyTagClassName
{
color: #DDA5D4;
}
</style>
background-color css
<style>
a { background-color: #DDA5D4; }
a { background-color: rgb(221,165,212); }
div.DivClassName
{
background-color: #DDA5D4;
}
.BgClassName
{
background-color: #DDA5D4;
}
</style>
border-color css
<style>
span { border-color: #DDA5D4; }
span { border-color: rgb(221,165,212); }
td.TdClassName
{
border-color: #DDA5D4;
}
.TagClassName
{
border-color: #DDA5D4;
}
</style>