Shades of Plum #DDA3DF
Tints of Plum #DDA3DF
RGB
CMYK
RGB Variations
Color information
#DDA3DF (or 0xDDA3DF) is known color: Plum. HEX triplet: DD, A3 and DF. RGB value is (221,163,223). Sum of RGB (Red+Green+Blue) = 221+163+223=607 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.41% from 607); Green value is 163 (64.06% from 255 or 26.85% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 223 - color contains mainly: blue. Hex color #DDA3DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA3DF is #225C20. Grayscale: #BBBBBB. Windows color (decimal): -2251809 or 14656477. OLE color: 14656477.
HSL color Cylindrical-coordinate representation of color #DDA3DF: hue angle of 298º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDA3DF is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 163 | 223 | - |
| CMYK | 0.01 | 0.27 | 0 | 0.13 |
| HSL | 298º | 0.48% | 0.76% | - |
| HSV(B) | 298º | 0.27% | 0.87% | - |
| XYZ | 56.24 | 46.89 | 75.9 | - |
| YUV | 187.18 | 148.22 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 223 | 0.01 | 0.27 | 0 | 0.13 | 298 | 0.48 | 0.76 |
| Hex | DD | A3 | DF | 1 | 1B | 0 | D | 12A | 30 | 4C |
| Octal | 335 | 243 | 337 | 1 | 33 | 0 | 15 | 452 | 60 | 114 |
| Binary | 11011101 | 10100011 | 11011111 | 1 | 11011 | 0 | 1101 | 100101010 | 110000 | 1001100 |
Color Harmonies of #DDA3DF
Complementary color
Monochromatic Colors of #DDA3DF
Black with #DDA3DF
Text Example
Text Example
White with #DDA3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA3DF; }
p { color: rgb(221,163,223); }
H1.HeaderClassName
{
color: #DDA3DF;
}
.AnyTagClassName
{
color: #DDA3DF;
}
</style>
background-color css
<style>
a { background-color: #DDA3DF; }
a { background-color: rgb(221,163,223); }
div.DivClassName
{
background-color: #DDA3DF;
}
.BgClassName
{
background-color: #DDA3DF;
}
</style>
border-color css
<style>
span { border-color: #DDA3DF; }
span { border-color: rgb(221,163,223); }
td.TdClassName
{
border-color: #DDA3DF;
}
.TagClassName
{
border-color: #DDA3DF;
}
</style>