Shades of Plum #DFA3DB
Tints of Plum #DFA3DB
RGB
CMYK
RGB Variations
Color information
#DFA3DB (or 0xDFA3DB) is known color: Plum. HEX triplet: DF, A3 and DB. RGB value is (223,163,219). Sum of RGB (Red+Green+Blue) = 223+163+219=605 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.86% from 605); Green value is 163 (64.06% from 255 or 26.94% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA3DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA3DB is #205C24. Grayscale: #BBBBBB. Windows color (decimal): -2120741 or 14394335. OLE color: 14394335.
HSL color Cylindrical-coordinate representation of color #DFA3DB: hue angle of 304º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DFA3DB is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 163 | 219 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.13 |
| HSL | 304º | 0.48% | 0.76% | - |
| HSV(B) | 304º | 0.27% | 0.87% | - |
| XYZ | 56.31 | 47 | 73.12 | - |
| YUV | 187.32 | 145.88 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 163 | 219 | 0 | 0.27 | 0.02 | 0.13 | 304 | 0.48 | 0.76 |
| Hex | DF | A3 | DB | 0 | 1B | 2 | D | 130 | 30 | 4C |
| Octal | 337 | 243 | 333 | 0 | 33 | 2 | 15 | 460 | 60 | 114 |
| Binary | 11011111 | 10100011 | 11011011 | 0 | 11011 | 10 | 1101 | 100110000 | 110000 | 1001100 |
Color Harmonies of #DFA3DB
Complementary color
Monochromatic Colors of #DFA3DB
Black with #DFA3DB
Text Example
Text Example
White with #DFA3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA3DB; }
p { color: rgb(223,163,219); }
H1.HeaderClassName
{
color: #DFA3DB;
}
.AnyTagClassName
{
color: #DFA3DB;
}
</style>
background-color css
<style>
a { background-color: #DFA3DB; }
a { background-color: rgb(223,163,219); }
div.DivClassName
{
background-color: #DFA3DB;
}
.BgClassName
{
background-color: #DFA3DB;
}
</style>
border-color css
<style>
span { border-color: #DFA3DB; }
span { border-color: rgb(223,163,219); }
td.TdClassName
{
border-color: #DFA3DB;
}
.TagClassName
{
border-color: #DFA3DB;
}
</style>