Shades of Plum #DB8FE1
Tints of Plum #DB8FE1
RGB
CMYK
RGB Variations
Color information
#DB8FE1 (or 0xDB8FE1) is known color: Plum. HEX triplet: DB, 8F and E1. RGB value is (219,143,225). Sum of RGB (Red+Green+Blue) = 219+143+225=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 143 (56.25% from 255 or 24.36% from 587); Blue value is 225 (88.28% from 255 or 38.33% from 587); Max value from RGB is 225 - color contains mainly: blue. Hex color #DB8FE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8FE1 is #24701E. Grayscale: #AEAEAE. Windows color (decimal): -2387999 or 14782427. OLE color: 14782427.
HSL color Cylindrical-coordinate representation of color #DB8FE1: hue angle of 295.61º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB8FE1 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 143 | 225 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.12 |
| HSL | 295.61º | 0.58% | 0.72% | - |
| HSV(B) | 295.61º | 0.36% | 0.88% | - |
| XYZ | 52.63 | 40.14 | 76.21 | - |
| YUV | 175.07 | 156.18 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 143 | 225 | 0.03 | 0.36 | 0 | 0.12 | 295.61 | 0.58 | 0.72 |
| Hex | DB | 8F | E1 | 3 | 24 | 0 | C | 128 | 3A | 48 |
| Octal | 333 | 217 | 341 | 3 | 44 | 0 | 14 | 450 | 72 | 110 |
| Binary | 11011011 | 10001111 | 11100001 | 11 | 100100 | 0 | 1100 | 100101000 | 111010 | 1001000 |
Color Harmonies of #DB8FE1
Complementary color
Monochromatic Colors of #DB8FE1
Black with #DB8FE1
Text Example
Text Example
White with #DB8FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8FE1; }
p { color: rgb(219,143,225); }
H1.HeaderClassName
{
color: #DB8FE1;
}
.AnyTagClassName
{
color: #DB8FE1;
}
</style>
background-color css
<style>
a { background-color: #DB8FE1; }
a { background-color: rgb(219,143,225); }
div.DivClassName
{
background-color: #DB8FE1;
}
.BgClassName
{
background-color: #DB8FE1;
}
</style>
border-color css
<style>
span { border-color: #DB8FE1; }
span { border-color: rgb(219,143,225); }
td.TdClassName
{
border-color: #DB8FE1;
}
.TagClassName
{
border-color: #DB8FE1;
}
</style>