Shades of Plum #DBA7DE
Tints of Plum #DBA7DE
RGB
CMYK
RGB Variations
Color information
#DBA7DE (or 0xDBA7DE) is known color: Plum. HEX triplet: DB, A7 and DE. RGB value is (219,167,222). Sum of RGB (Red+Green+Blue) = 219+167+222=608 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.02% from 608); Green value is 167 (65.62% from 255 or 27.47% from 608); Blue value is 222 (87.11% from 255 or 36.51% from 608); Max value from RGB is 222 - color contains mainly: blue. Hex color #DBA7DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA7DE is #245821. Grayscale: #BCBCBC. Windows color (decimal): -2381858 or 14591963. OLE color: 14591963.
HSL color Cylindrical-coordinate representation of color #DBA7DE: hue angle of 296.73º degrees, saturation: 0.45, 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 #DBA7DE is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 167 | 222 | - |
| CMYK | 0.01 | 0.25 | 0 | 0.13 |
| HSL | 296.73º | 0.45% | 0.76% | - |
| HSV(B) | 296.73º | 0.25% | 0.87% | - |
| XYZ | 56.22 | 47.97 | 75.4 | - |
| YUV | 188.82 | 146.73 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 167 | 222 | 0.01 | 0.25 | 0 | 0.13 | 296.73 | 0.45 | 0.76 |
| Hex | DB | A7 | DE | 1 | 19 | 0 | D | 129 | 2D | 4C |
| Octal | 333 | 247 | 336 | 1 | 31 | 0 | 15 | 451 | 55 | 114 |
| Binary | 11011011 | 10100111 | 11011110 | 1 | 11001 | 0 | 1101 | 100101001 | 101101 | 1001100 |
Color Harmonies of #DBA7DE
Complementary color
Monochromatic Colors of #DBA7DE
Black with #DBA7DE
Text Example
Text Example
White with #DBA7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA7DE; }
p { color: rgb(219,167,222); }
H1.HeaderClassName
{
color: #DBA7DE;
}
.AnyTagClassName
{
color: #DBA7DE;
}
</style>
background-color css
<style>
a { background-color: #DBA7DE; }
a { background-color: rgb(219,167,222); }
div.DivClassName
{
background-color: #DBA7DE;
}
.BgClassName
{
background-color: #DBA7DE;
}
</style>
border-color css
<style>
span { border-color: #DBA7DE; }
span { border-color: rgb(219,167,222); }
td.TdClassName
{
border-color: #DBA7DE;
}
.TagClassName
{
border-color: #DBA7DE;
}
</style>