Shades of Plum #DFA1DE
Tints of Plum #DFA1DE
RGB
CMYK
RGB Variations
Color information
#DFA1DE (or 0xDFA1DE) is known color: Plum. HEX triplet: DF, A1 and DE. RGB value is (223,161,222). Sum of RGB (Red+Green+Blue) = 223+161+222=606 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.80% from 606); Green value is 161 (63.28% from 255 or 26.57% from 606); Blue value is 222 (87.11% from 255 or 36.63% from 606); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA1DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA1DE is #205E21. Grayscale: #BABABA. Windows color (decimal): -2121250 or 14590431. OLE color: 14590431.
HSL color Cylindrical-coordinate representation of color #DFA1DE: hue angle of 300.97º degrees, saturation: 0.49, 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 #DFA1DE is Cyan = 0, Magento = 0.28, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 161 | 222 | - |
| CMYK | 0 | 0.28 | 0.00 | 0.13 |
| HSL | 300.97º | 0.49% | 0.75% | - |
| HSV(B) | 300.97º | 0.28% | 0.87% | - |
| XYZ | 56.36 | 46.45 | 75.1 | - |
| YUV | 186.49 | 148.04 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 161 | 222 | 0 | 0.28 | 0.00 | 0.13 | 300.97 | 0.49 | 0.75 |
| Hex | DF | A1 | DE | 0 | 1C | 0 | D | 12D | 31 | 4B |
| Octal | 337 | 241 | 336 | 0 | 34 | 0 | 15 | 455 | 61 | 113 |
| Binary | 11011111 | 10100001 | 11011110 | 0 | 11100 | 0 | 1101 | 100101101 | 110001 | 1001011 |
Color Harmonies of #DFA1DE
Complementary color
Monochromatic Colors of #DFA1DE
Black with #DFA1DE
Text Example
Text Example
White with #DFA1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA1DE; }
p { color: rgb(223,161,222); }
H1.HeaderClassName
{
color: #DFA1DE;
}
.AnyTagClassName
{
color: #DFA1DE;
}
</style>
background-color css
<style>
a { background-color: #DFA1DE; }
a { background-color: rgb(223,161,222); }
div.DivClassName
{
background-color: #DFA1DE;
}
.BgClassName
{
background-color: #DFA1DE;
}
</style>
border-color css
<style>
span { border-color: #DFA1DE; }
span { border-color: rgb(223,161,222); }
td.TdClassName
{
border-color: #DFA1DE;
}
.TagClassName
{
border-color: #DFA1DE;
}
</style>