Shades of Plum #DFA7E6
Tints of Plum #DFA7E6
RGB
CMYK
RGB Variations
Color information
#DFA7E6 (or 0xDFA7E6) is known color: Plum. HEX triplet: DF, A7 and E6. RGB value is (223,167,230). Sum of RGB (Red+Green+Blue) = 223+167+230=620 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.97% from 620); Green value is 167 (65.62% from 255 or 26.94% from 620); Blue value is 230 (90.23% from 255 or 37.10% from 620); Max value from RGB is 230 - color contains mainly: blue. Hex color #DFA7E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA7E6 is #205819. Grayscale: #BEBEBE. Windows color (decimal): -2119706 or 15116255. OLE color: 15116255.
HSL color Cylindrical-coordinate representation of color #DFA7E6: hue angle of 293.33º degrees, saturation: 0.56, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DFA7E6 is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 167 | 230 | - |
| CMYK | 0.03 | 0.27 | 0 | 0.10 |
| HSL | 293.33º | 0.56% | 0.78% | - |
| HSV(B) | 293.33º | 0.27% | 0.9% | - |
| XYZ | 58.53 | 49.04 | 81.24 | - |
| YUV | 190.93 | 150.05 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 167 | 230 | 0.03 | 0.27 | 0 | 0.10 | 293.33 | 0.56 | 0.78 |
| Hex | DF | A7 | E6 | 3 | 1B | 0 | A | 125 | 38 | 4E |
| Octal | 337 | 247 | 346 | 3 | 33 | 0 | 12 | 445 | 70 | 116 |
| Binary | 11011111 | 10100111 | 11100110 | 11 | 11011 | 0 | 1010 | 100100101 | 111000 | 1001110 |
Color Harmonies of #DFA7E6
Complementary color
Monochromatic Colors of #DFA7E6
Black with #DFA7E6
Text Example
Text Example
White with #DFA7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA7E6; }
p { color: rgb(223,167,230); }
H1.HeaderClassName
{
color: #DFA7E6;
}
.AnyTagClassName
{
color: #DFA7E6;
}
</style>
background-color css
<style>
a { background-color: #DFA7E6; }
a { background-color: rgb(223,167,230); }
div.DivClassName
{
background-color: #DFA7E6;
}
.BgClassName
{
background-color: #DFA7E6;
}
</style>
border-color css
<style>
span { border-color: #DFA7E6; }
span { border-color: rgb(223,167,230); }
td.TdClassName
{
border-color: #DFA7E6;
}
.TagClassName
{
border-color: #DFA7E6;
}
</style>