Shades of Plum #DFA3E1
Tints of Plum #DFA3E1
RGB
CMYK
RGB Variations
Color information
#DFA3E1 (or 0xDFA3E1) is known color: Plum. HEX triplet: DF, A3 and E1. RGB value is (223,163,225). Sum of RGB (Red+Green+Blue) = 223+163+225=611 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.50% from 611); Green value is 163 (64.06% from 255 or 26.68% from 611); Blue value is 225 (88.28% from 255 or 36.82% from 611); Max value from RGB is 225 - color contains mainly: blue. Hex color #DFA3E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA3E1 is #205C1E. Grayscale: #BBBBBB. Windows color (decimal): -2120735 or 14787551. OLE color: 14787551.
HSL color Cylindrical-coordinate representation of color #DFA3E1: hue angle of 298.06º degrees, saturation: 0.51, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DFA3E1 is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 163 | 225 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.12 |
| HSL | 298.06º | 0.51% | 0.76% | - |
| HSV(B) | 298.06º | 0.28% | 0.88% | - |
| XYZ | 57.12 | 47.32 | 77.36 | - |
| YUV | 188.01 | 148.88 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 163 | 225 | 0.01 | 0.28 | 0 | 0.12 | 298.06 | 0.51 | 0.76 |
| Hex | DF | A3 | E1 | 1 | 1C | 0 | C | 12A | 33 | 4C |
| Octal | 337 | 243 | 341 | 1 | 34 | 0 | 14 | 452 | 63 | 114 |
| Binary | 11011111 | 10100011 | 11100001 | 1 | 11100 | 0 | 1100 | 100101010 | 110011 | 1001100 |
Color Harmonies of #DFA3E1
Complementary color
Monochromatic Colors of #DFA3E1
Black with #DFA3E1
Text Example
Text Example
White with #DFA3E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA3E1; }
p { color: rgb(223,163,225); }
H1.HeaderClassName
{
color: #DFA3E1;
}
.AnyTagClassName
{
color: #DFA3E1;
}
</style>
background-color css
<style>
a { background-color: #DFA3E1; }
a { background-color: rgb(223,163,225); }
div.DivClassName
{
background-color: #DFA3E1;
}
.BgClassName
{
background-color: #DFA3E1;
}
</style>
border-color css
<style>
span { border-color: #DFA3E1; }
span { border-color: rgb(223,163,225); }
td.TdClassName
{
border-color: #DFA3E1;
}
.TagClassName
{
border-color: #DFA3E1;
}
</style>