Shades of Plum #DFA9DD
Tints of Plum #DFA9DD
RGB
CMYK
RGB Variations
Color information
#DFA9DD (or 0xDFA9DD) is known color: Plum. HEX triplet: DF, A9 and DD. RGB value is (223,169,221). Sum of RGB (Red+Green+Blue) = 223+169+221=613 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.38% from 613); Green value is 169 (66.41% from 255 or 27.57% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA9DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA9DD is #205622. Grayscale: #BEBEBE. Windows color (decimal): -2119203 or 14526943. OLE color: 14526943.
HSL color Cylindrical-coordinate representation of color #DFA9DD: hue angle of 302.22º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFA9DD is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 169 | 221 | - |
| CMYK | 0 | 0.24 | 0.01 | 0.13 |
| HSL | 302.22º | 0.46% | 0.77% | - |
| HSV(B) | 302.22º | 0.24% | 0.87% | - |
| XYZ | 57.67 | 49.28 | 74.88 | - |
| YUV | 191.07 | 144.89 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 169 | 221 | 0 | 0.24 | 0.01 | 0.13 | 302.22 | 0.46 | 0.77 |
| Hex | DF | A9 | DD | 0 | 18 | 1 | D | 12E | 2E | 4D |
| Octal | 337 | 251 | 335 | 0 | 30 | 1 | 15 | 456 | 56 | 115 |
| Binary | 11011111 | 10101001 | 11011101 | 0 | 11000 | 1 | 1101 | 100101110 | 101110 | 1001101 |
Color Harmonies of #DFA9DD
Complementary color
Monochromatic Colors of #DFA9DD
Black with #DFA9DD
Text Example
Text Example
White with #DFA9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA9DD; }
p { color: rgb(223,169,221); }
H1.HeaderClassName
{
color: #DFA9DD;
}
.AnyTagClassName
{
color: #DFA9DD;
}
</style>
background-color css
<style>
a { background-color: #DFA9DD; }
a { background-color: rgb(223,169,221); }
div.DivClassName
{
background-color: #DFA9DD;
}
.BgClassName
{
background-color: #DFA9DD;
}
</style>
border-color css
<style>
span { border-color: #DFA9DD; }
span { border-color: rgb(223,169,221); }
td.TdClassName
{
border-color: #DFA9DD;
}
.TagClassName
{
border-color: #DFA9DD;
}
</style>