Shades of Plum #DDA5DF
Tints of Plum #DDA5DF
RGB
CMYK
RGB Variations
Color information
#DDA5DF (or 0xDDA5DF) is known color: Plum. HEX triplet: DD, A5 and DF. RGB value is (221,165,223). Sum of RGB (Red+Green+Blue) = 221+165+223=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 165 (64.84% from 255 or 27.09% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 223 - color contains mainly: blue. Hex color #DDA5DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA5DF is #225A20. Grayscale: #BCBCBC. Windows color (decimal): -2251297 or 14656989. OLE color: 14656989.
HSL color Cylindrical-coordinate representation of color #DDA5DF: hue angle of 297.93º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDA5DF is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 165 | 223 | - |
| CMYK | 0.01 | 0.26 | 0 | 0.13 |
| HSL | 297.93º | 0.48% | 0.76% | - |
| HSV(B) | 297.93º | 0.26% | 0.87% | - |
| XYZ | 56.59 | 47.61 | 76.02 | - |
| YUV | 188.36 | 147.55 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 223 | 0.01 | 0.26 | 0 | 0.13 | 297.93 | 0.48 | 0.76 |
| Hex | DD | A5 | DF | 1 | 1A | 0 | D | 12A | 30 | 4C |
| Octal | 335 | 245 | 337 | 1 | 32 | 0 | 15 | 452 | 60 | 114 |
| Binary | 11011101 | 10100101 | 11011111 | 1 | 11010 | 0 | 1101 | 100101010 | 110000 | 1001100 |
Color Harmonies of #DDA5DF
Complementary color
Monochromatic Colors of #DDA5DF
Black with #DDA5DF
Text Example
Text Example
White with #DDA5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA5DF; }
p { color: rgb(221,165,223); }
H1.HeaderClassName
{
color: #DDA5DF;
}
.AnyTagClassName
{
color: #DDA5DF;
}
</style>
background-color css
<style>
a { background-color: #DDA5DF; }
a { background-color: rgb(221,165,223); }
div.DivClassName
{
background-color: #DDA5DF;
}
.BgClassName
{
background-color: #DDA5DF;
}
</style>
border-color css
<style>
span { border-color: #DDA5DF; }
span { border-color: rgb(221,165,223); }
td.TdClassName
{
border-color: #DDA5DF;
}
.TagClassName
{
border-color: #DDA5DF;
}
</style>