Shades of Plum #DFA3EF
Tints of Plum #DFA3EF
RGB
CMYK
RGB Variations
Color information
#DFA3EF (or 0xDFA3EF) is known color: Plum. HEX triplet: DF, A3 and EF. RGB value is (223,163,239). Sum of RGB (Red+Green+Blue) = 223+163+239=625 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.68% from 625); Green value is 163 (64.06% from 255 or 26.08% from 625); Blue value is 239 (93.75% from 255 or 38.24% from 625); Max value from RGB is 239 - color contains mainly: blue. Hex color #DFA3EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA3EF is #205C10. Grayscale: #BDBDBD. Windows color (decimal): -2120721 or 15705055. OLE color: 15705055.
HSL color Cylindrical-coordinate representation of color #DFA3EF: hue angle of 287.37º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DFA3EF is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 163 | 239 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.06 |
| HSL | 287.37º | 0.7% | 0.79% | - |
| HSV(B) | 287.37º | 0.32% | 0.94% | - |
| XYZ | 59.11 | 48.11 | 87.83 | - |
| YUV | 189.6 | 155.88 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 163 | 239 | 0.07 | 0.32 | 0 | 0.06 | 287.37 | 0.7 | 0.79 |
| Hex | DF | A3 | EF | 7 | 20 | 0 | 6 | 11F | 46 | 4F |
| Octal | 337 | 243 | 357 | 7 | 40 | 0 | 6 | 437 | 106 | 117 |
| Binary | 11011111 | 10100011 | 11101111 | 111 | 100000 | 0 | 110 | 100011111 | 1000110 | 1001111 |
Color Harmonies of #DFA3EF
Complementary color
Monochromatic Colors of #DFA3EF
Black with #DFA3EF
Text Example
Text Example
White with #DFA3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA3EF; }
p { color: rgb(223,163,239); }
H1.HeaderClassName
{
color: #DFA3EF;
}
.AnyTagClassName
{
color: #DFA3EF;
}
</style>
background-color css
<style>
a { background-color: #DFA3EF; }
a { background-color: rgb(223,163,239); }
div.DivClassName
{
background-color: #DFA3EF;
}
.BgClassName
{
background-color: #DFA3EF;
}
</style>
border-color css
<style>
span { border-color: #DFA3EF; }
span { border-color: rgb(223,163,239); }
td.TdClassName
{
border-color: #DFA3EF;
}
.TagClassName
{
border-color: #DFA3EF;
}
</style>