Shades of Plum #DFA0E1
Tints of Plum #DFA0E1
RGB
CMYK
RGB Variations
Color information
#DFA0E1 (or 0xDFA0E1) is known color: Plum. HEX triplet: DF, A0 and E1. RGB value is (223,160,225). Sum of RGB (Red+Green+Blue) = 223+160+225=608 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.68% from 608); Green value is 160 (62.89% from 255 or 26.32% from 608); Blue value is 225 (88.28% from 255 or 37.01% from 608); Max value from RGB is 225 - color contains mainly: blue. Hex color #DFA0E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA0E1 is #205F1E. Grayscale: #BABABA. Windows color (decimal): -2121503 or 14786783. OLE color: 14786783.
HSL color Cylindrical-coordinate representation of color #DFA0E1: hue angle of 298.15º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DFA0E1 is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 160 | 225 | - |
| CMYK | 0.01 | 0.29 | 0 | 0.12 |
| HSL | 298.15º | 0.52% | 0.75% | - |
| HSV(B) | 298.15º | 0.29% | 0.88% | - |
| XYZ | 56.59 | 46.27 | 77.18 | - |
| YUV | 186.25 | 149.87 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 160 | 225 | 0.01 | 0.29 | 0 | 0.12 | 298.15 | 0.52 | 0.75 |
| Hex | DF | A0 | E1 | 1 | 1D | 0 | C | 12A | 34 | 4B |
| Octal | 337 | 240 | 341 | 1 | 35 | 0 | 14 | 452 | 64 | 113 |
| Binary | 11011111 | 10100000 | 11100001 | 1 | 11101 | 0 | 1100 | 100101010 | 110100 | 1001011 |
Color Harmonies of #DFA0E1
Complementary color
Monochromatic Colors of #DFA0E1
Black with #DFA0E1
Text Example
Text Example
White with #DFA0E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA0E1; }
p { color: rgb(223,160,225); }
H1.HeaderClassName
{
color: #DFA0E1;
}
.AnyTagClassName
{
color: #DFA0E1;
}
</style>
background-color css
<style>
a { background-color: #DFA0E1; }
a { background-color: rgb(223,160,225); }
div.DivClassName
{
background-color: #DFA0E1;
}
.BgClassName
{
background-color: #DFA0E1;
}
</style>
border-color css
<style>
span { border-color: #DFA0E1; }
span { border-color: rgb(223,160,225); }
td.TdClassName
{
border-color: #DFA0E1;
}
.TagClassName
{
border-color: #DFA0E1;
}
</style>