Shades of Plum #DFA2DF
Tints of Plum #DFA2DF
RGB
CMYK
RGB Variations
Color information
#DFA2DF (or 0xDFA2DF) is known color: Plum. HEX triplet: DF, A2 and DF. RGB value is (223,162,223). Sum of RGB (Red+Green+Blue) = 223+162+223=608 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.68% from 608); Green value is 162 (63.67% from 255 or 26.64% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFA2DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA2DF is #205D20. Grayscale: #BBBBBB. Windows color (decimal): -2120993 or 14656223. OLE color: 14656223.
HSL color Cylindrical-coordinate representation of color #DFA2DF: hue angle of 300º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DFA2DF is Cyan = 0, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 162 | 223 | - |
| CMYK | 0 | 0.27 | 0 | 0.13 |
| HSL | 300º | 0.49% | 0.75% | - |
| HSV(B) | 300º | 0.27% | 0.87% | - |
| XYZ | 56.67 | 46.86 | 75.87 | - |
| YUV | 187.19 | 148.21 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 162 | 223 | 0 | 0.27 | 0 | 0.13 | 300 | 0.49 | 0.75 |
| Hex | DF | A2 | DF | 0 | 1B | 0 | D | 12C | 31 | 4B |
| Octal | 337 | 242 | 337 | 0 | 33 | 0 | 15 | 454 | 61 | 113 |
| Binary | 11011111 | 10100010 | 11011111 | 0 | 11011 | 0 | 1101 | 100101100 | 110001 | 1001011 |
Color Harmonies of #DFA2DF
Complementary color
Monochromatic Colors of #DFA2DF
Black with #DFA2DF
Text Example
Text Example
White with #DFA2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA2DF; }
p { color: rgb(223,162,223); }
H1.HeaderClassName
{
color: #DFA2DF;
}
.AnyTagClassName
{
color: #DFA2DF;
}
</style>
background-color css
<style>
a { background-color: #DFA2DF; }
a { background-color: rgb(223,162,223); }
div.DivClassName
{
background-color: #DFA2DF;
}
.BgClassName
{
background-color: #DFA2DF;
}
</style>
border-color css
<style>
span { border-color: #DFA2DF; }
span { border-color: rgb(223,162,223); }
td.TdClassName
{
border-color: #DFA2DF;
}
.TagClassName
{
border-color: #DFA2DF;
}
</style>