Shades of Plum #DFA8E6
Tints of Plum #DFA8E6
RGB
CMYK
RGB Variations
Color information
#DFA8E6 (or 0xDFA8E6) is known color: Plum. HEX triplet: DF, A8 and E6. RGB value is (223,168,230). Sum of RGB (Red+Green+Blue) = 223+168+230=621 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.91% from 621); Green value is 168 (66.02% from 255 or 27.05% from 621); Blue value is 230 (90.23% from 255 or 37.04% from 621); Max value from RGB is 230 - color contains mainly: blue. Hex color #DFA8E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA8E6 is #205719. Grayscale: #BFBFBF. Windows color (decimal): -2119450 or 15116511. OLE color: 15116511.
HSL color Cylindrical-coordinate representation of color #DFA8E6: hue angle of 293.23º degrees, saturation: 0.55, 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 #DFA8E6 is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 168 | 230 | - |
| CMYK | 0.03 | 0.27 | 0 | 0.10 |
| HSL | 293.23º | 0.55% | 0.78% | - |
| HSV(B) | 293.23º | 0.27% | 0.9% | - |
| XYZ | 58.72 | 49.41 | 81.3 | - |
| YUV | 191.51 | 149.72 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 168 | 230 | 0.03 | 0.27 | 0 | 0.10 | 293.23 | 0.55 | 0.78 |
| Hex | DF | A8 | E6 | 3 | 1B | 0 | A | 125 | 37 | 4E |
| Octal | 337 | 250 | 346 | 3 | 33 | 0 | 12 | 445 | 67 | 116 |
| Binary | 11011111 | 10101000 | 11100110 | 11 | 11011 | 0 | 1010 | 100100101 | 110111 | 1001110 |
Color Harmonies of #DFA8E6
Complementary color
Monochromatic Colors of #DFA8E6
Black with #DFA8E6
Text Example
Text Example
White with #DFA8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA8E6; }
p { color: rgb(223,168,230); }
H1.HeaderClassName
{
color: #DFA8E6;
}
.AnyTagClassName
{
color: #DFA8E6;
}
</style>
background-color css
<style>
a { background-color: #DFA8E6; }
a { background-color: rgb(223,168,230); }
div.DivClassName
{
background-color: #DFA8E6;
}
.BgClassName
{
background-color: #DFA8E6;
}
</style>
border-color css
<style>
span { border-color: #DFA8E6; }
span { border-color: rgb(223,168,230); }
td.TdClassName
{
border-color: #DFA8E6;
}
.TagClassName
{
border-color: #DFA8E6;
}
</style>