Shades of Plum #DFA1E7
Tints of Plum #DFA1E7
RGB
CMYK
RGB Variations
Color information
#DFA1E7 (or 0xDFA1E7) is known color: Plum. HEX triplet: DF, A1 and E7. RGB value is (223,161,231). Sum of RGB (Red+Green+Blue) = 223+161+231=615 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.26% from 615); Green value is 161 (63.28% from 255 or 26.18% from 615); Blue value is 231 (90.62% from 255 or 37.56% from 615); Max value from RGB is 231 - color contains mainly: blue. Hex color #DFA1E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA1E7 is #205E18. Grayscale: #BBBBBB. Windows color (decimal): -2121241 or 15180255. OLE color: 15180255.
HSL color Cylindrical-coordinate representation of color #DFA1E7: hue angle of 293.14º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFA1E7 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 161 | 231 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.09 |
| HSL | 293.14º | 0.59% | 0.77% | - |
| HSV(B) | 293.14º | 0.3% | 0.91% | - |
| XYZ | 57.6 | 46.95 | 81.63 | - |
| YUV | 187.52 | 152.54 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 161 | 231 | 0.03 | 0.30 | 0 | 0.09 | 293.14 | 0.59 | 0.77 |
| Hex | DF | A1 | E7 | 3 | 1E | 0 | 9 | 125 | 3B | 4D |
| Octal | 337 | 241 | 347 | 3 | 36 | 0 | 11 | 445 | 73 | 115 |
| Binary | 11011111 | 10100001 | 11100111 | 11 | 11110 | 0 | 1001 | 100100101 | 111011 | 1001101 |
Color Harmonies of #DFA1E7
Complementary color
Monochromatic Colors of #DFA1E7
Black with #DFA1E7
Text Example
Text Example
White with #DFA1E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA1E7; }
p { color: rgb(223,161,231); }
H1.HeaderClassName
{
color: #DFA1E7;
}
.AnyTagClassName
{
color: #DFA1E7;
}
</style>
background-color css
<style>
a { background-color: #DFA1E7; }
a { background-color: rgb(223,161,231); }
div.DivClassName
{
background-color: #DFA1E7;
}
.BgClassName
{
background-color: #DFA1E7;
}
</style>
border-color css
<style>
span { border-color: #DFA1E7; }
span { border-color: rgb(223,161,231); }
td.TdClassName
{
border-color: #DFA1E7;
}
.TagClassName
{
border-color: #DFA1E7;
}
</style>