Shades of Plum #DFA8DD
Tints of Plum #DFA8DD
RGB
CMYK
RGB Variations
Color information
#DFA8DD (or 0xDFA8DD) is known color: Plum. HEX triplet: DF, A8 and DD. RGB value is (223,168,221). Sum of RGB (Red+Green+Blue) = 223+168+221=612 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.44% from 612); Green value is 168 (66.02% from 255 or 27.45% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA8DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA8DD is #205722. Grayscale: #BEBEBE. Windows color (decimal): -2119459 or 14526687. OLE color: 14526687.
HSL color Cylindrical-coordinate representation of color #DFA8DD: hue angle of 302.18º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFA8DD is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 168 | 221 | - |
| CMYK | 0 | 0.25 | 0.01 | 0.13 |
| HSL | 302.18º | 0.46% | 0.77% | - |
| HSV(B) | 302.18º | 0.25% | 0.87% | - |
| XYZ | 57.49 | 48.91 | 74.82 | - |
| YUV | 190.49 | 145.22 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 168 | 221 | 0 | 0.25 | 0.01 | 0.13 | 302.18 | 0.46 | 0.77 |
| Hex | DF | A8 | DD | 0 | 19 | 1 | D | 12E | 2E | 4D |
| Octal | 337 | 250 | 335 | 0 | 31 | 1 | 15 | 456 | 56 | 115 |
| Binary | 11011111 | 10101000 | 11011101 | 0 | 11001 | 1 | 1101 | 100101110 | 101110 | 1001101 |
Color Harmonies of #DFA8DD
Complementary color
Monochromatic Colors of #DFA8DD
Black with #DFA8DD
Text Example
Text Example
White with #DFA8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA8DD; }
p { color: rgb(223,168,221); }
H1.HeaderClassName
{
color: #DFA8DD;
}
.AnyTagClassName
{
color: #DFA8DD;
}
</style>
background-color css
<style>
a { background-color: #DFA8DD; }
a { background-color: rgb(223,168,221); }
div.DivClassName
{
background-color: #DFA8DD;
}
.BgClassName
{
background-color: #DFA8DD;
}
</style>
border-color css
<style>
span { border-color: #DFA8DD; }
span { border-color: rgb(223,168,221); }
td.TdClassName
{
border-color: #DFA8DD;
}
.TagClassName
{
border-color: #DFA8DD;
}
</style>