Shades of Plum #DFA2E6
Tints of Plum #DFA2E6
RGB
CMYK
RGB Variations
Color information
#DFA2E6 (or 0xDFA2E6) is known color: Plum. HEX triplet: DF, A2 and E6. RGB value is (223,162,230). Sum of RGB (Red+Green+Blue) = 223+162+230=615 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.26% from 615); Green value is 162 (63.67% from 255 or 26.34% from 615); Blue value is 230 (90.23% from 255 or 37.40% from 615); Max value from RGB is 230 - color contains mainly: blue. Hex color #DFA2E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA2E6 is #205D19. Grayscale: #BBBBBB. Windows color (decimal): -2120986 or 15114975. OLE color: 15114975.
HSL color Cylindrical-coordinate representation of color #DFA2E6: hue angle of 293.82º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFA2E6 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 162 | 230 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.10 |
| HSL | 293.82º | 0.58% | 0.77% | - |
| HSV(B) | 293.82º | 0.3% | 0.9% | - |
| XYZ | 57.63 | 47.24 | 80.94 | - |
| YUV | 187.99 | 151.71 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 162 | 230 | 0.03 | 0.30 | 0 | 0.10 | 293.82 | 0.58 | 0.77 |
| Hex | DF | A2 | E6 | 3 | 1E | 0 | A | 126 | 3A | 4D |
| Octal | 337 | 242 | 346 | 3 | 36 | 0 | 12 | 446 | 72 | 115 |
| Binary | 11011111 | 10100010 | 11100110 | 11 | 11110 | 0 | 1010 | 100100110 | 111010 | 1001101 |
Color Harmonies of #DFA2E6
Complementary color
Monochromatic Colors of #DFA2E6
Black with #DFA2E6
Text Example
Text Example
White with #DFA2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA2E6; }
p { color: rgb(223,162,230); }
H1.HeaderClassName
{
color: #DFA2E6;
}
.AnyTagClassName
{
color: #DFA2E6;
}
</style>
background-color css
<style>
a { background-color: #DFA2E6; }
a { background-color: rgb(223,162,230); }
div.DivClassName
{
background-color: #DFA2E6;
}
.BgClassName
{
background-color: #DFA2E6;
}
</style>
border-color css
<style>
span { border-color: #DFA2E6; }
span { border-color: rgb(223,162,230); }
td.TdClassName
{
border-color: #DFA2E6;
}
.TagClassName
{
border-color: #DFA2E6;
}
</style>