Shades of Plum #DFA0DF
Tints of Plum #DFA0DF
RGB
CMYK
RGB Variations
Color information
#DFA0DF (or 0xDFA0DF) is known color: Plum. HEX triplet: DF, A0 and DF. RGB value is (223,160,223). Sum of RGB (Red+Green+Blue) = 223+160+223=606 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.80% from 606); Green value is 160 (62.89% from 255 or 26.40% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFA0DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA0DF is #205F20. Grayscale: #B9B9B9. Windows color (decimal): -2121505 or 14655711. OLE color: 14655711.
HSL color Cylindrical-coordinate representation of color #DFA0DF: hue angle of 300º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DFA0DF is Cyan = 0, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 160 | 223 | - |
| CMYK | 0 | 0.28 | 0 | 0.13 |
| HSL | 300º | 0.5% | 0.75% | - |
| HSV(B) | 300º | 0.28% | 0.87% | - |
| XYZ | 56.32 | 46.16 | 75.75 | - |
| YUV | 186.02 | 148.87 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 160 | 223 | 0 | 0.28 | 0 | 0.13 | 300 | 0.5 | 0.75 |
| Hex | DF | A0 | DF | 0 | 1C | 0 | D | 12C | 32 | 4B |
| Octal | 337 | 240 | 337 | 0 | 34 | 0 | 15 | 454 | 62 | 113 |
| Binary | 11011111 | 10100000 | 11011111 | 0 | 11100 | 0 | 1101 | 100101100 | 110010 | 1001011 |
Color Harmonies of #DFA0DF
Complementary color
Monochromatic Colors of #DFA0DF
Black with #DFA0DF
Text Example
Text Example
White with #DFA0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA0DF; }
p { color: rgb(223,160,223); }
H1.HeaderClassName
{
color: #DFA0DF;
}
.AnyTagClassName
{
color: #DFA0DF;
}
</style>
background-color css
<style>
a { background-color: #DFA0DF; }
a { background-color: rgb(223,160,223); }
div.DivClassName
{
background-color: #DFA0DF;
}
.BgClassName
{
background-color: #DFA0DF;
}
</style>
border-color css
<style>
span { border-color: #DFA0DF; }
span { border-color: rgb(223,160,223); }
td.TdClassName
{
border-color: #DFA0DF;
}
.TagClassName
{
border-color: #DFA0DF;
}
</style>