Shades of Plum #DB8FD5
Tints of Plum #DB8FD5
RGB
CMYK
RGB Variations
Color information
#DB8FD5 (or 0xDB8FD5) is known color: Plum. HEX triplet: DB, 8F and D5. RGB value is (219,143,213). Sum of RGB (Red+Green+Blue) = 219+143+213=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 143 (56.25% from 255 or 24.87% from 575); Blue value is 213 (83.59% from 255 or 37.04% from 575); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8FD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8FD5 is #24702A. Grayscale: #ADADAD. Windows color (decimal): -2388011 or 13995995. OLE color: 13995995.
HSL color Cylindrical-coordinate representation of color #DB8FD5: hue angle of 304.74º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DB8FD5 is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 143 | 213 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.14 |
| HSL | 304.74º | 0.51% | 0.71% | - |
| HSV(B) | 304.74º | 0.35% | 0.86% | - |
| XYZ | 51.05 | 39.51 | 67.89 | - |
| YUV | 173.7 | 150.18 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 143 | 213 | 0 | 0.35 | 0.03 | 0.14 | 304.74 | 0.51 | 0.71 |
| Hex | DB | 8F | D5 | 0 | 23 | 3 | E | 131 | 33 | 47 |
| Octal | 333 | 217 | 325 | 0 | 43 | 3 | 16 | 461 | 63 | 107 |
| Binary | 11011011 | 10001111 | 11010101 | 0 | 100011 | 11 | 1110 | 100110001 | 110011 | 1000111 |
Color Harmonies of #DB8FD5
Complementary color
Monochromatic Colors of #DB8FD5
Black with #DB8FD5
Text Example
Text Example
White with #DB8FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8FD5; }
p { color: rgb(219,143,213); }
H1.HeaderClassName
{
color: #DB8FD5;
}
.AnyTagClassName
{
color: #DB8FD5;
}
</style>
background-color css
<style>
a { background-color: #DB8FD5; }
a { background-color: rgb(219,143,213); }
div.DivClassName
{
background-color: #DB8FD5;
}
.BgClassName
{
background-color: #DB8FD5;
}
</style>
border-color css
<style>
span { border-color: #DB8FD5; }
span { border-color: rgb(219,143,213); }
td.TdClassName
{
border-color: #DB8FD5;
}
.TagClassName
{
border-color: #DB8FD5;
}
</style>