Shades of Plum #DB8FE7
Tints of Plum #DB8FE7
RGB
CMYK
RGB Variations
Color information
#DB8FE7 (or 0xDB8FE7) is known color: Plum. HEX triplet: DB, 8F and E7. RGB value is (219,143,231). Sum of RGB (Red+Green+Blue) = 219+143+231=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 143 (56.25% from 255 or 24.11% from 593); Blue value is 231 (90.62% from 255 or 38.95% from 593); Max value from RGB is 231 - color contains mainly: blue. Hex color #DB8FE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8FE7 is #247018. Grayscale: #AFAFAF. Windows color (decimal): -2387993 or 15175643. OLE color: 15175643.
HSL color Cylindrical-coordinate representation of color #DB8FE7: hue angle of 291.82º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB8FE7 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 143 | 231 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.09 |
| HSL | 291.82º | 0.65% | 0.73% | - |
| HSV(B) | 291.82º | 0.38% | 0.91% | - |
| XYZ | 53.46 | 40.47 | 80.6 | - |
| YUV | 175.76 | 159.18 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 143 | 231 | 0.05 | 0.38 | 0 | 0.09 | 291.82 | 0.65 | 0.73 |
| Hex | DB | 8F | E7 | 5 | 26 | 0 | 9 | 124 | 41 | 49 |
| Octal | 333 | 217 | 347 | 5 | 46 | 0 | 11 | 444 | 101 | 111 |
| Binary | 11011011 | 10001111 | 11100111 | 101 | 100110 | 0 | 1001 | 100100100 | 1000001 | 1001001 |
Color Harmonies of #DB8FE7
Complementary color
Monochromatic Colors of #DB8FE7
Black with #DB8FE7
Text Example
Text Example
White with #DB8FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8FE7; }
p { color: rgb(219,143,231); }
H1.HeaderClassName
{
color: #DB8FE7;
}
.AnyTagClassName
{
color: #DB8FE7;
}
</style>
background-color css
<style>
a { background-color: #DB8FE7; }
a { background-color: rgb(219,143,231); }
div.DivClassName
{
background-color: #DB8FE7;
}
.BgClassName
{
background-color: #DB8FE7;
}
</style>
border-color css
<style>
span { border-color: #DB8FE7; }
span { border-color: rgb(219,143,231); }
td.TdClassName
{
border-color: #DB8FE7;
}
.TagClassName
{
border-color: #DB8FE7;
}
</style>