Shades of Plum #DFA7ED
Tints of Plum #DFA7ED
RGB
CMYK
RGB Variations
Color information
#DFA7ED (or 0xDFA7ED) is known color: Plum. HEX triplet: DF, A7 and ED. RGB value is (223,167,237). Sum of RGB (Red+Green+Blue) = 223+167+237=627 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.57% from 627); Green value is 167 (65.62% from 255 or 26.63% from 627); Blue value is 237 (92.97% from 255 or 37.80% from 627); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFA7ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA7ED is #205812. Grayscale: #BFBFBF. Windows color (decimal): -2119699 or 15575007. OLE color: 15575007.
HSL color Cylindrical-coordinate representation of color #DFA7ED: hue angle of 288º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFA7ED is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 167 | 237 | - |
| CMYK | 0.06 | 0.30 | 0 | 0.07 |
| HSL | 288º | 0.66% | 0.79% | - |
| HSV(B) | 288º | 0.3% | 0.93% | - |
| XYZ | 59.54 | 49.44 | 86.53 | - |
| YUV | 191.72 | 153.55 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 167 | 237 | 0.06 | 0.30 | 0 | 0.07 | 288 | 0.66 | 0.79 |
| Hex | DF | A7 | ED | 6 | 1E | 0 | 7 | 120 | 42 | 4F |
| Octal | 337 | 247 | 355 | 6 | 36 | 0 | 7 | 440 | 102 | 117 |
| Binary | 11011111 | 10100111 | 11101101 | 110 | 11110 | 0 | 111 | 100100000 | 1000010 | 1001111 |
Color Harmonies of #DFA7ED
Complementary color
Monochromatic Colors of #DFA7ED
Black with #DFA7ED
Text Example
Text Example
White with #DFA7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA7ED; }
p { color: rgb(223,167,237); }
H1.HeaderClassName
{
color: #DFA7ED;
}
.AnyTagClassName
{
color: #DFA7ED;
}
</style>
background-color css
<style>
a { background-color: #DFA7ED; }
a { background-color: rgb(223,167,237); }
div.DivClassName
{
background-color: #DFA7ED;
}
.BgClassName
{
background-color: #DFA7ED;
}
</style>
border-color css
<style>
span { border-color: #DFA7ED; }
span { border-color: rgb(223,167,237); }
td.TdClassName
{
border-color: #DFA7ED;
}
.TagClassName
{
border-color: #DFA7ED;
}
</style>