Shades of Plum #DFA0DE
Tints of Plum #DFA0DE
RGB
CMYK
RGB Variations
Color information
#DFA0DE (or 0xDFA0DE) is known color: Plum. HEX triplet: DF, A0 and DE. RGB value is (223,160,222). Sum of RGB (Red+Green+Blue) = 223+160+222=605 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.86% from 605); Green value is 160 (62.89% from 255 or 26.45% from 605); Blue value is 222 (87.11% from 255 or 36.69% from 605); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA0DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA0DE is #205F21. Grayscale: #B9B9B9. Windows color (decimal): -2121506 or 14590175. OLE color: 14590175.
HSL color Cylindrical-coordinate representation of color #DFA0DE: hue angle of 300.95º 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 #DFA0DE is Cyan = 0, Magento = 0.28, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 160 | 222 | - |
| CMYK | 0 | 0.28 | 0.00 | 0.13 |
| HSL | 300.95º | 0.5% | 0.75% | - |
| HSV(B) | 300.95º | 0.28% | 0.87% | - |
| XYZ | 56.19 | 46.1 | 75.04 | - |
| YUV | 185.91 | 148.37 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 160 | 222 | 0 | 0.28 | 0.00 | 0.13 | 300.95 | 0.5 | 0.75 |
| Hex | DF | A0 | DE | 0 | 1C | 0 | D | 12D | 32 | 4B |
| Octal | 337 | 240 | 336 | 0 | 34 | 0 | 15 | 455 | 62 | 113 |
| Binary | 11011111 | 10100000 | 11011110 | 0 | 11100 | 0 | 1101 | 100101101 | 110010 | 1001011 |
Color Harmonies of #DFA0DE
Complementary color
Monochromatic Colors of #DFA0DE
Black with #DFA0DE
Text Example
Text Example
White with #DFA0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA0DE; }
p { color: rgb(223,160,222); }
H1.HeaderClassName
{
color: #DFA0DE;
}
.AnyTagClassName
{
color: #DFA0DE;
}
</style>
background-color css
<style>
a { background-color: #DFA0DE; }
a { background-color: rgb(223,160,222); }
div.DivClassName
{
background-color: #DFA0DE;
}
.BgClassName
{
background-color: #DFA0DE;
}
</style>
border-color css
<style>
span { border-color: #DFA0DE; }
span { border-color: rgb(223,160,222); }
td.TdClassName
{
border-color: #DFA0DE;
}
.TagClassName
{
border-color: #DFA0DE;
}
</style>