Shades of Plum #DFA1E5
Tints of Plum #DFA1E5
RGB
CMYK
RGB Variations
Color information
#DFA1E5 (or 0xDFA1E5) is known color: Plum. HEX triplet: DF, A1 and E5. RGB value is (223,161,229). Sum of RGB (Red+Green+Blue) = 223+161+229=613 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.38% from 613); Green value is 161 (63.28% from 255 or 26.26% from 613); Blue value is 229 (89.84% from 255 or 37.36% from 613); Max value from RGB is 229 - color contains mainly: blue. Hex color #DFA1E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA1E5 is #205E1A. Grayscale: #BBBBBB. Windows color (decimal): -2121243 or 15049183. OLE color: 15049183.
HSL color Cylindrical-coordinate representation of color #DFA1E5: hue angle of 294.71º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFA1E5 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 161 | 229 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.10 |
| HSL | 294.71º | 0.57% | 0.76% | - |
| HSV(B) | 294.71º | 0.3% | 0.9% | - |
| XYZ | 57.32 | 46.83 | 80.15 | - |
| YUV | 187.29 | 151.54 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 161 | 229 | 0.03 | 0.30 | 0 | 0.10 | 294.71 | 0.57 | 0.76 |
| Hex | DF | A1 | E5 | 3 | 1E | 0 | A | 127 | 39 | 4C |
| Octal | 337 | 241 | 345 | 3 | 36 | 0 | 12 | 447 | 71 | 114 |
| Binary | 11011111 | 10100001 | 11100101 | 11 | 11110 | 0 | 1010 | 100100111 | 111001 | 1001100 |
Color Harmonies of #DFA1E5
Complementary color
Monochromatic Colors of #DFA1E5
Black with #DFA1E5
Text Example
Text Example
White with #DFA1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA1E5; }
p { color: rgb(223,161,229); }
H1.HeaderClassName
{
color: #DFA1E5;
}
.AnyTagClassName
{
color: #DFA1E5;
}
</style>
background-color css
<style>
a { background-color: #DFA1E5; }
a { background-color: rgb(223,161,229); }
div.DivClassName
{
background-color: #DFA1E5;
}
.BgClassName
{
background-color: #DFA1E5;
}
</style>
border-color css
<style>
span { border-color: #DFA1E5; }
span { border-color: rgb(223,161,229); }
td.TdClassName
{
border-color: #DFA1E5;
}
.TagClassName
{
border-color: #DFA1E5;
}
</style>