Shades of Plum #DFA9DB
Tints of Plum #DFA9DB
RGB
CMYK
RGB Variations
Color information
#DFA9DB (or 0xDFA9DB) is known color: Plum. HEX triplet: DF, A9 and DB. RGB value is (223,169,219). Sum of RGB (Red+Green+Blue) = 223+169+219=611 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.50% from 611); Green value is 169 (66.41% from 255 or 27.66% from 611); Blue value is 219 (85.94% from 255 or 35.84% from 611); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA9DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA9DB is #205624. Grayscale: #BEBEBE. Windows color (decimal): -2119205 or 14395871. OLE color: 14395871.
HSL color Cylindrical-coordinate representation of color #DFA9DB: hue angle of 304.44º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFA9DB is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 169 | 219 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.13 |
| HSL | 304.44º | 0.46% | 0.77% | - |
| HSV(B) | 304.44º | 0.24% | 0.87% | - |
| XYZ | 57.41 | 49.18 | 73.48 | - |
| YUV | 190.85 | 143.89 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 169 | 219 | 0 | 0.24 | 0.02 | 0.13 | 304.44 | 0.46 | 0.77 |
| Hex | DF | A9 | DB | 0 | 18 | 2 | D | 130 | 2E | 4D |
| Octal | 337 | 251 | 333 | 0 | 30 | 2 | 15 | 460 | 56 | 115 |
| Binary | 11011111 | 10101001 | 11011011 | 0 | 11000 | 10 | 1101 | 100110000 | 101110 | 1001101 |
Color Harmonies of #DFA9DB
Complementary color
Monochromatic Colors of #DFA9DB
Black with #DFA9DB
Text Example
Text Example
White with #DFA9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA9DB; }
p { color: rgb(223,169,219); }
H1.HeaderClassName
{
color: #DFA9DB;
}
.AnyTagClassName
{
color: #DFA9DB;
}
</style>
background-color css
<style>
a { background-color: #DFA9DB; }
a { background-color: rgb(223,169,219); }
div.DivClassName
{
background-color: #DFA9DB;
}
.BgClassName
{
background-color: #DFA9DB;
}
</style>
border-color css
<style>
span { border-color: #DFA9DB; }
span { border-color: rgb(223,169,219); }
td.TdClassName
{
border-color: #DFA9DB;
}
.TagClassName
{
border-color: #DFA9DB;
}
</style>