Shades of Plum #DFA2ED
Tints of Plum #DFA2ED
RGB
CMYK
RGB Variations
Color information
#DFA2ED (or 0xDFA2ED) is known color: Plum. HEX triplet: DF, A2 and ED. RGB value is (223,162,237). Sum of RGB (Red+Green+Blue) = 223+162+237=622 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.85% from 622); Green value is 162 (63.67% from 255 or 26.05% from 622); Blue value is 237 (92.97% from 255 or 38.10% from 622); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFA2ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA2ED is #205D12. Grayscale: #BCBCBC. Windows color (decimal): -2120979 or 15573727. OLE color: 15573727.
HSL color Cylindrical-coordinate representation of color #DFA2ED: hue angle of 288.8º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DFA2ED is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 162 | 237 | - |
CMYK | 0.06 | 0.32 | 0 | 0.07 |
HSL | 288.8º | 0.68% | 0.78% | - |
HSV(B) | 288.8º | 0.32% | 0.93% | - |
XYZ | 58.64 | 47.64 | 86.23 | - |
YUV | 188.79 | 155.21 | 152.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 162 | 237 | 0.06 | 0.32 | 0 | 0.07 | 288.8 | 0.68 | 0.78 |
Hex | DF | A2 | ED | 6 | 20 | 0 | 7 | 121 | 44 | 4E |
Octal | 337 | 242 | 355 | 6 | 40 | 0 | 7 | 441 | 104 | 116 |
Binary | 11011111 | 10100010 | 11101101 | 110 | 100000 | 0 | 111 | 100100001 | 1000100 | 1001110 |
Color Harmonies of #DFA2ED
Complementary color
Monochromatic Colors of #DFA2ED
Black with #DFA2ED
Text Example
Text Example
White with #DFA2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA2ED; }
p { color: rgb(223,162,237); }
H1.HeaderClassName
{
color: #DFA2ED;
}
.AnyTagClassName
{
color: #DFA2ED;
}
</style>
background-color css
<style>
a { background-color: #DFA2ED; }
a { background-color: rgb(223,162,237); }
div.DivClassName
{
background-color: #DFA2ED;
}
.BgClassName
{
background-color: #DFA2ED;
}
</style>
border-color css
<style>
span { border-color: #DFA2ED; }
span { border-color: rgb(223,162,237); }
td.TdClassName
{
border-color: #DFA2ED;
}
.TagClassName
{
border-color: #DFA2ED;
}
</style>