Shades of Plum #DB8FE5
Tints of Plum #DB8FE5
RGB
CMYK
RGB Variations
Color information
#DB8FE5 (or 0xDB8FE5) is known color: Plum. HEX triplet: DB, 8F and E5. RGB value is (219,143,229). Sum of RGB (Red+Green+Blue) = 219+143+229=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 143 (56.25% from 255 or 24.20% from 591); Blue value is 229 (89.84% from 255 or 38.75% from 591); Max value from RGB is 229 - color contains mainly: blue. Hex color #DB8FE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8FE5 is #24701A. Grayscale: #AFAFAF. Windows color (decimal): -2387995 or 15044571. OLE color: 15044571.
HSL color Cylindrical-coordinate representation of color #DB8FE5: hue angle of 293.02º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB8FE5 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 143 | 229 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.10 |
| HSL | 293.02º | 0.62% | 0.73% | - |
| HSV(B) | 293.02º | 0.38% | 0.9% | - |
| XYZ | 53.18 | 40.36 | 79.12 | - |
| YUV | 175.53 | 158.18 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 143 | 229 | 0.04 | 0.38 | 0 | 0.10 | 293.02 | 0.62 | 0.73 |
| Hex | DB | 8F | E5 | 4 | 26 | 0 | A | 125 | 3E | 49 |
| Octal | 333 | 217 | 345 | 4 | 46 | 0 | 12 | 445 | 76 | 111 |
| Binary | 11011011 | 10001111 | 11100101 | 100 | 100110 | 0 | 1010 | 100100101 | 111110 | 1001001 |
Color Harmonies of #DB8FE5
Complementary color
Monochromatic Colors of #DB8FE5
Black with #DB8FE5
Text Example
Text Example
White with #DB8FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8FE5; }
p { color: rgb(219,143,229); }
H1.HeaderClassName
{
color: #DB8FE5;
}
.AnyTagClassName
{
color: #DB8FE5;
}
</style>
background-color css
<style>
a { background-color: #DB8FE5; }
a { background-color: rgb(219,143,229); }
div.DivClassName
{
background-color: #DB8FE5;
}
.BgClassName
{
background-color: #DB8FE5;
}
</style>
border-color css
<style>
span { border-color: #DB8FE5; }
span { border-color: rgb(219,143,229); }
td.TdClassName
{
border-color: #DB8FE5;
}
.TagClassName
{
border-color: #DB8FE5;
}
</style>