Shades of Plum #DBA4DF
Tints of Plum #DBA4DF
RGB
CMYK
RGB Variations
Color information
#DBA4DF (or 0xDBA4DF) is known color: Plum. HEX triplet: DB, A4 and DF. RGB value is (219,164,223). Sum of RGB (Red+Green+Blue) = 219+164+223=606 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.14% from 606); Green value is 164 (64.45% from 255 or 27.06% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 223 - color contains mainly: blue. Hex color #DBA4DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA4DF is #245B20. Grayscale: #BABABA. Windows color (decimal): -2382625 or 14656731. OLE color: 14656731.
HSL color Cylindrical-coordinate representation of color #DBA4DF: hue angle of 295.93º 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 #DBA4DF is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 164 | 223 | - |
| CMYK | 0.02 | 0.26 | 0 | 0.13 |
| HSL | 295.93º | 0.48% | 0.76% | - |
| HSV(B) | 295.93º | 0.26% | 0.87% | - |
| XYZ | 55.81 | 46.94 | 75.93 | - |
| YUV | 187.17 | 148.22 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 223 | 0.02 | 0.26 | 0 | 0.13 | 295.93 | 0.48 | 0.76 |
| Hex | DB | A4 | DF | 2 | 1A | 0 | D | 128 | 30 | 4C |
| Octal | 333 | 244 | 337 | 2 | 32 | 0 | 15 | 450 | 60 | 114 |
| Binary | 11011011 | 10100100 | 11011111 | 10 | 11010 | 0 | 1101 | 100101000 | 110000 | 1001100 |
Color Harmonies of #DBA4DF
Complementary color
Monochromatic Colors of #DBA4DF
Black with #DBA4DF
Text Example
Text Example
White with #DBA4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA4DF; }
p { color: rgb(219,164,223); }
H1.HeaderClassName
{
color: #DBA4DF;
}
.AnyTagClassName
{
color: #DBA4DF;
}
</style>
background-color css
<style>
a { background-color: #DBA4DF; }
a { background-color: rgb(219,164,223); }
div.DivClassName
{
background-color: #DBA4DF;
}
.BgClassName
{
background-color: #DBA4DF;
}
</style>
border-color css
<style>
span { border-color: #DBA4DF; }
span { border-color: rgb(219,164,223); }
td.TdClassName
{
border-color: #DBA4DF;
}
.TagClassName
{
border-color: #DBA4DF;
}
</style>