Shades of Plum #DBA7DF
Tints of Plum #DBA7DF
RGB
CMYK
RGB Variations
Color information
#DBA7DF (or 0xDBA7DF) is known color: Plum. HEX triplet: DB, A7 and DF. RGB value is (219,167,223). Sum of RGB (Red+Green+Blue) = 219+167+223=609 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.96% from 609); Green value is 167 (65.62% from 255 or 27.42% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 223 - color contains mainly: blue. Hex color #DBA7DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA7DF is #245820. Grayscale: #BCBCBC. Windows color (decimal): -2381857 or 14657499. OLE color: 14657499.
HSL color Cylindrical-coordinate representation of color #DBA7DF: hue angle of 295.71º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBA7DF is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 167 | 223 | - |
| CMYK | 0.02 | 0.25 | 0 | 0.13 |
| HSL | 295.71º | 0.47% | 0.76% | - |
| HSV(B) | 295.71º | 0.25% | 0.87% | - |
| XYZ | 56.35 | 48.03 | 76.11 | - |
| YUV | 188.93 | 147.23 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 167 | 223 | 0.02 | 0.25 | 0 | 0.13 | 295.71 | 0.47 | 0.76 |
| Hex | DB | A7 | DF | 2 | 19 | 0 | D | 128 | 2F | 4C |
| Octal | 333 | 247 | 337 | 2 | 31 | 0 | 15 | 450 | 57 | 114 |
| Binary | 11011011 | 10100111 | 11011111 | 10 | 11001 | 0 | 1101 | 100101000 | 101111 | 1001100 |
Color Harmonies of #DBA7DF
Complementary color
Monochromatic Colors of #DBA7DF
Black with #DBA7DF
Text Example
Text Example
White with #DBA7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA7DF; }
p { color: rgb(219,167,223); }
H1.HeaderClassName
{
color: #DBA7DF;
}
.AnyTagClassName
{
color: #DBA7DF;
}
</style>
background-color css
<style>
a { background-color: #DBA7DF; }
a { background-color: rgb(219,167,223); }
div.DivClassName
{
background-color: #DBA7DF;
}
.BgClassName
{
background-color: #DBA7DF;
}
</style>
border-color css
<style>
span { border-color: #DBA7DF; }
span { border-color: rgb(219,167,223); }
td.TdClassName
{
border-color: #DBA7DF;
}
.TagClassName
{
border-color: #DBA7DF;
}
</style>