Shades of Plum #DFA6E4
Tints of Plum #DFA6E4
RGB
CMYK
RGB Variations
Color information
#DFA6E4 (or 0xDFA6E4) is known color: Plum. HEX triplet: DF, A6 and E4. RGB value is (223,166,228). Sum of RGB (Red+Green+Blue) = 223+166+228=617 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.14% from 617); Green value is 166 (65.23% from 255 or 26.90% from 617); Blue value is 228 (89.45% from 255 or 36.95% from 617); Max value from RGB is 228 - color contains mainly: blue. Hex color #DFA6E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA6E4 is #20591B. Grayscale: #BDBDBD. Windows color (decimal): -2119964 or 14984927. OLE color: 14984927.
HSL color Cylindrical-coordinate representation of color #DFA6E4: hue angle of 295.16º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DFA6E4 is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 166 | 228 | - |
| CMYK | 0.02 | 0.27 | 0 | 0.11 |
| HSL | 295.16º | 0.53% | 0.77% | - |
| HSV(B) | 295.16º | 0.27% | 0.89% | - |
| XYZ | 58.07 | 48.56 | 79.71 | - |
| YUV | 190.11 | 149.38 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 166 | 228 | 0.02 | 0.27 | 0 | 0.11 | 295.16 | 0.53 | 0.77 |
| Hex | DF | A6 | E4 | 2 | 1B | 0 | B | 127 | 35 | 4D |
| Octal | 337 | 246 | 344 | 2 | 33 | 0 | 13 | 447 | 65 | 115 |
| Binary | 11011111 | 10100110 | 11100100 | 10 | 11011 | 0 | 1011 | 100100111 | 110101 | 1001101 |
Color Harmonies of #DFA6E4
Complementary color
Monochromatic Colors of #DFA6E4
Black with #DFA6E4
Text Example
Text Example
White with #DFA6E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA6E4; }
p { color: rgb(223,166,228); }
H1.HeaderClassName
{
color: #DFA6E4;
}
.AnyTagClassName
{
color: #DFA6E4;
}
</style>
background-color css
<style>
a { background-color: #DFA6E4; }
a { background-color: rgb(223,166,228); }
div.DivClassName
{
background-color: #DFA6E4;
}
.BgClassName
{
background-color: #DFA6E4;
}
</style>
border-color css
<style>
span { border-color: #DFA6E4; }
span { border-color: rgb(223,166,228); }
td.TdClassName
{
border-color: #DFA6E4;
}
.TagClassName
{
border-color: #DFA6E4;
}
</style>