Shades of Plum #DFA7E1
Tints of Plum #DFA7E1
RGB
CMYK
RGB Variations
Color information
#DFA7E1 (or 0xDFA7E1) is known color: Plum. HEX triplet: DF, A7 and E1. RGB value is (223,167,225). Sum of RGB (Red+Green+Blue) = 223+167+225=615 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.26% from 615); Green value is 167 (65.62% from 255 or 27.15% from 615); Blue value is 225 (88.28% from 255 or 36.59% from 615); Max value from RGB is 225 - color contains mainly: blue. Hex color #DFA7E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA7E1 is #20581E. Grayscale: #BEBEBE. Windows color (decimal): -2119711 or 14788575. OLE color: 14788575.
HSL color Cylindrical-coordinate representation of color #DFA7E1: hue angle of 297.93º degrees, saturation: 0.49, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFA7E1 is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 167 | 225 | - |
| CMYK | 0.01 | 0.26 | 0 | 0.12 |
| HSL | 297.93º | 0.49% | 0.77% | - |
| HSV(B) | 297.93º | 0.26% | 0.88% | - |
| XYZ | 57.84 | 48.76 | 77.6 | - |
| YUV | 190.36 | 147.55 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 167 | 225 | 0.01 | 0.26 | 0 | 0.12 | 297.93 | 0.49 | 0.77 |
| Hex | DF | A7 | E1 | 1 | 1A | 0 | C | 12A | 31 | 4D |
| Octal | 337 | 247 | 341 | 1 | 32 | 0 | 14 | 452 | 61 | 115 |
| Binary | 11011111 | 10100111 | 11100001 | 1 | 11010 | 0 | 1100 | 100101010 | 110001 | 1001101 |
Color Harmonies of #DFA7E1
Complementary color
Monochromatic Colors of #DFA7E1
Black with #DFA7E1
Text Example
Text Example
White with #DFA7E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA7E1; }
p { color: rgb(223,167,225); }
H1.HeaderClassName
{
color: #DFA7E1;
}
.AnyTagClassName
{
color: #DFA7E1;
}
</style>
background-color css
<style>
a { background-color: #DFA7E1; }
a { background-color: rgb(223,167,225); }
div.DivClassName
{
background-color: #DFA7E1;
}
.BgClassName
{
background-color: #DFA7E1;
}
</style>
border-color css
<style>
span { border-color: #DFA7E1; }
span { border-color: rgb(223,167,225); }
td.TdClassName
{
border-color: #DFA7E1;
}
.TagClassName
{
border-color: #DFA7E1;
}
</style>