Shades of Plum #DFA3E9
Tints of Plum #DFA3E9
RGB
CMYK
RGB Variations
Color information
#DFA3E9 (or 0xDFA3E9) is known color: Plum. HEX triplet: DF, A3 and E9. RGB value is (223,163,233). Sum of RGB (Red+Green+Blue) = 223+163+233=619 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.03% from 619); Green value is 163 (64.06% from 255 or 26.33% from 619); Blue value is 233 (91.41% from 255 or 37.64% from 619); Max value from RGB is 233 - color contains mainly: blue. Hex color #DFA3E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA3E9 is #205C16. Grayscale: #BCBCBC. Windows color (decimal): -2120727 or 15311839. OLE color: 15311839.
HSL color Cylindrical-coordinate representation of color #DFA3E9: hue angle of 291.43º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFA3E9 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 163 | 233 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.09 |
| HSL | 291.43º | 0.61% | 0.78% | - |
| HSV(B) | 291.43º | 0.3% | 0.91% | - |
| XYZ | 58.24 | 47.77 | 83.24 | - |
| YUV | 188.92 | 152.88 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 163 | 233 | 0.04 | 0.30 | 0 | 0.09 | 291.43 | 0.61 | 0.78 |
| Hex | DF | A3 | E9 | 4 | 1E | 0 | 9 | 123 | 3D | 4E |
| Octal | 337 | 243 | 351 | 4 | 36 | 0 | 11 | 443 | 75 | 116 |
| Binary | 11011111 | 10100011 | 11101001 | 100 | 11110 | 0 | 1001 | 100100011 | 111101 | 1001110 |
Color Harmonies of #DFA3E9
Complementary color
Monochromatic Colors of #DFA3E9
Black with #DFA3E9
Text Example
Text Example
White with #DFA3E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA3E9; }
p { color: rgb(223,163,233); }
H1.HeaderClassName
{
color: #DFA3E9;
}
.AnyTagClassName
{
color: #DFA3E9;
}
</style>
background-color css
<style>
a { background-color: #DFA3E9; }
a { background-color: rgb(223,163,233); }
div.DivClassName
{
background-color: #DFA3E9;
}
.BgClassName
{
background-color: #DFA3E9;
}
</style>
border-color css
<style>
span { border-color: #DFA3E9; }
span { border-color: rgb(223,163,233); }
td.TdClassName
{
border-color: #DFA3E9;
}
.TagClassName
{
border-color: #DFA3E9;
}
</style>