Shades of Plum #DFA2DB
Tints of Plum #DFA2DB
RGB
CMYK
RGB Variations
Color information
#DFA2DB (or 0xDFA2DB) is known color: Plum. HEX triplet: DF, A2 and DB. RGB value is (223,162,219). Sum of RGB (Red+Green+Blue) = 223+162+219=604 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.92% from 604); Green value is 162 (63.67% from 255 or 26.82% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA2DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA2DB is #205D24. Grayscale: #BABABA. Windows color (decimal): -2120997 or 14394079. OLE color: 14394079.
HSL color Cylindrical-coordinate representation of color #DFA2DB: hue angle of 303.93º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DFA2DB is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 162 | 219 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.13 |
| HSL | 303.93º | 0.49% | 0.75% | - |
| HSV(B) | 303.93º | 0.27% | 0.87% | - |
| XYZ | 56.14 | 46.64 | 73.06 | - |
| YUV | 186.74 | 146.21 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 162 | 219 | 0 | 0.27 | 0.02 | 0.13 | 303.93 | 0.49 | 0.75 |
| Hex | DF | A2 | DB | 0 | 1B | 2 | D | 130 | 31 | 4B |
| Octal | 337 | 242 | 333 | 0 | 33 | 2 | 15 | 460 | 61 | 113 |
| Binary | 11011111 | 10100010 | 11011011 | 0 | 11011 | 10 | 1101 | 100110000 | 110001 | 1001011 |
Color Harmonies of #DFA2DB
Complementary color
Monochromatic Colors of #DFA2DB
Black with #DFA2DB
Text Example
Text Example
White with #DFA2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA2DB; }
p { color: rgb(223,162,219); }
H1.HeaderClassName
{
color: #DFA2DB;
}
.AnyTagClassName
{
color: #DFA2DB;
}
</style>
background-color css
<style>
a { background-color: #DFA2DB; }
a { background-color: rgb(223,162,219); }
div.DivClassName
{
background-color: #DFA2DB;
}
.BgClassName
{
background-color: #DFA2DB;
}
</style>
border-color css
<style>
span { border-color: #DFA2DB; }
span { border-color: rgb(223,162,219); }
td.TdClassName
{
border-color: #DFA2DB;
}
.TagClassName
{
border-color: #DFA2DB;
}
</style>