Shades of Plum #DFA8E5
Tints of Plum #DFA8E5
RGB
CMYK
RGB Variations
Color information
#DFA8E5 (or 0xDFA8E5) is known color: Plum. HEX triplet: DF, A8 and E5. RGB value is (223,168,229). Sum of RGB (Red+Green+Blue) = 223+168+229=620 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.97% from 620); Green value is 168 (66.02% from 255 or 27.10% from 620); Blue value is 229 (89.84% from 255 or 36.94% from 620); Max value from RGB is 229 - color contains mainly: blue. Hex color #DFA8E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA8E5 is #20571A. Grayscale: #BFBFBF. Windows color (decimal): -2119451 or 15050975. OLE color: 15050975.
HSL color Cylindrical-coordinate representation of color #DFA8E5: hue angle of 294.1º degrees, saturation: 0.54, 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 #DFA8E5 is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 168 | 229 | - |
| CMYK | 0.03 | 0.27 | 0 | 0.10 |
| HSL | 294.1º | 0.54% | 0.78% | - |
| HSV(B) | 294.1º | 0.27% | 0.9% | - |
| XYZ | 58.58 | 49.35 | 80.57 | - |
| YUV | 191.4 | 149.22 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 168 | 229 | 0.03 | 0.27 | 0 | 0.10 | 294.1 | 0.54 | 0.78 |
| Hex | DF | A8 | E5 | 3 | 1B | 0 | A | 126 | 36 | 4E |
| Octal | 337 | 250 | 345 | 3 | 33 | 0 | 12 | 446 | 66 | 116 |
| Binary | 11011111 | 10101000 | 11100101 | 11 | 11011 | 0 | 1010 | 100100110 | 110110 | 1001110 |
Color Harmonies of #DFA8E5
Complementary color
Monochromatic Colors of #DFA8E5
Black with #DFA8E5
Text Example
Text Example
White with #DFA8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA8E5; }
p { color: rgb(223,168,229); }
H1.HeaderClassName
{
color: #DFA8E5;
}
.AnyTagClassName
{
color: #DFA8E5;
}
</style>
background-color css
<style>
a { background-color: #DFA8E5; }
a { background-color: rgb(223,168,229); }
div.DivClassName
{
background-color: #DFA8E5;
}
.BgClassName
{
background-color: #DFA8E5;
}
</style>
border-color css
<style>
span { border-color: #DFA8E5; }
span { border-color: rgb(223,168,229); }
td.TdClassName
{
border-color: #DFA8E5;
}
.TagClassName
{
border-color: #DFA8E5;
}
</style>