Shades of Plum #DFA4DB
Tints of Plum #DFA4DB
RGB
CMYK
RGB Variations
Color information
#DFA4DB (or 0xDFA4DB) is known color: Plum. HEX triplet: DF, A4 and DB. RGB value is (223,164,219). Sum of RGB (Red+Green+Blue) = 223+164+219=606 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.80% from 606); Green value is 164 (64.45% from 255 or 27.06% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA4DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA4DB is #205B24. Grayscale: #BBBBBB. Windows color (decimal): -2120485 or 14394591. OLE color: 14394591.
HSL color Cylindrical-coordinate representation of color #DFA4DB: hue angle of 304.07º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFA4DB is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 164 | 219 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.13 |
| HSL | 304.07º | 0.48% | 0.76% | - |
| HSV(B) | 304.07º | 0.26% | 0.87% | - |
| XYZ | 56.49 | 47.35 | 73.18 | - |
| YUV | 187.91 | 145.55 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 164 | 219 | 0 | 0.26 | 0.02 | 0.13 | 304.07 | 0.48 | 0.76 |
| Hex | DF | A4 | DB | 0 | 1A | 2 | D | 130 | 30 | 4C |
| Octal | 337 | 244 | 333 | 0 | 32 | 2 | 15 | 460 | 60 | 114 |
| Binary | 11011111 | 10100100 | 11011011 | 0 | 11010 | 10 | 1101 | 100110000 | 110000 | 1001100 |
Color Harmonies of #DFA4DB
Complementary color
Monochromatic Colors of #DFA4DB
Black with #DFA4DB
Text Example
Text Example
White with #DFA4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA4DB; }
p { color: rgb(223,164,219); }
H1.HeaderClassName
{
color: #DFA4DB;
}
.AnyTagClassName
{
color: #DFA4DB;
}
</style>
background-color css
<style>
a { background-color: #DFA4DB; }
a { background-color: rgb(223,164,219); }
div.DivClassName
{
background-color: #DFA4DB;
}
.BgClassName
{
background-color: #DFA4DB;
}
</style>
border-color css
<style>
span { border-color: #DFA4DB; }
span { border-color: rgb(223,164,219); }
td.TdClassName
{
border-color: #DFA4DB;
}
.TagClassName
{
border-color: #DFA4DB;
}
</style>