Shades of Plum #DFA3E4
Tints of Plum #DFA3E4
RGB
CMYK
RGB Variations
Color information
#DFA3E4 (or 0xDFA3E4) is known color: Plum. HEX triplet: DF, A3 and E4. RGB value is (223,163,228). Sum of RGB (Red+Green+Blue) = 223+163+228=614 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.32% from 614); Green value is 163 (64.06% from 255 or 26.55% from 614); Blue value is 228 (89.45% from 255 or 37.13% from 614); Max value from RGB is 228 - color contains mainly: blue. Hex color #DFA3E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA3E4 is #205C1B. Grayscale: #BCBCBC. Windows color (decimal): -2120732 or 14984159. OLE color: 14984159.
HSL color Cylindrical-coordinate representation of color #DFA3E4: hue angle of 295.38º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DFA3E4 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 163 | 228 | - |
| CMYK | 0.02 | 0.29 | 0 | 0.11 |
| HSL | 295.38º | 0.55% | 0.77% | - |
| HSV(B) | 295.38º | 0.29% | 0.89% | - |
| XYZ | 57.53 | 47.48 | 79.53 | - |
| YUV | 188.35 | 150.38 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 163 | 228 | 0.02 | 0.29 | 0 | 0.11 | 295.38 | 0.55 | 0.77 |
| Hex | DF | A3 | E4 | 2 | 1D | 0 | B | 127 | 37 | 4D |
| Octal | 337 | 243 | 344 | 2 | 35 | 0 | 13 | 447 | 67 | 115 |
| Binary | 11011111 | 10100011 | 11100100 | 10 | 11101 | 0 | 1011 | 100100111 | 110111 | 1001101 |
Color Harmonies of #DFA3E4
Complementary color
Monochromatic Colors of #DFA3E4
Black with #DFA3E4
Text Example
Text Example
White with #DFA3E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA3E4; }
p { color: rgb(223,163,228); }
H1.HeaderClassName
{
color: #DFA3E4;
}
.AnyTagClassName
{
color: #DFA3E4;
}
</style>
background-color css
<style>
a { background-color: #DFA3E4; }
a { background-color: rgb(223,163,228); }
div.DivClassName
{
background-color: #DFA3E4;
}
.BgClassName
{
background-color: #DFA3E4;
}
</style>
border-color css
<style>
span { border-color: #DFA3E4; }
span { border-color: rgb(223,163,228); }
td.TdClassName
{
border-color: #DFA3E4;
}
.TagClassName
{
border-color: #DFA3E4;
}
</style>