Shades of Plum #DDA6DF
Tints of Plum #DDA6DF
RGB
CMYK
RGB Variations
Color information
#DDA6DF (or 0xDDA6DF) is known color: Plum. HEX triplet: DD, A6 and DF. RGB value is (221,166,223). Sum of RGB (Red+Green+Blue) = 221+166+223=610 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.23% from 610); Green value is 166 (65.23% from 255 or 27.21% from 610); Blue value is 223 (87.5% from 255 or 36.56% from 610); Max value from RGB is 223 - color contains mainly: blue. Hex color #DDA6DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA6DF is #225920. Grayscale: #BCBCBC. Windows color (decimal): -2251041 or 14657245. OLE color: 14657245.
HSL color Cylindrical-coordinate representation of color #DDA6DF: hue angle of 297.89º degrees, saturation: 0.47, 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 #DDA6DF is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 166 | 223 | - |
| CMYK | 0.01 | 0.26 | 0 | 0.13 |
| HSL | 297.89º | 0.47% | 0.76% | - |
| HSV(B) | 297.89º | 0.26% | 0.87% | - |
| XYZ | 56.77 | 47.97 | 76.08 | - |
| YUV | 188.94 | 147.22 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 223 | 0.01 | 0.26 | 0 | 0.13 | 297.89 | 0.47 | 0.76 |
| Hex | DD | A6 | DF | 1 | 1A | 0 | D | 12A | 2F | 4C |
| Octal | 335 | 246 | 337 | 1 | 32 | 0 | 15 | 452 | 57 | 114 |
| Binary | 11011101 | 10100110 | 11011111 | 1 | 11010 | 0 | 1101 | 100101010 | 101111 | 1001100 |
Color Harmonies of #DDA6DF
Complementary color
Monochromatic Colors of #DDA6DF
Black with #DDA6DF
Text Example
Text Example
White with #DDA6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA6DF; }
p { color: rgb(221,166,223); }
H1.HeaderClassName
{
color: #DDA6DF;
}
.AnyTagClassName
{
color: #DDA6DF;
}
</style>
background-color css
<style>
a { background-color: #DDA6DF; }
a { background-color: rgb(221,166,223); }
div.DivClassName
{
background-color: #DDA6DF;
}
.BgClassName
{
background-color: #DDA6DF;
}
</style>
border-color css
<style>
span { border-color: #DDA6DF; }
span { border-color: rgb(221,166,223); }
td.TdClassName
{
border-color: #DDA6DF;
}
.TagClassName
{
border-color: #DDA6DF;
}
</style>