Shades of Plum #DB8FE6
Tints of Plum #DB8FE6
RGB
CMYK
RGB Variations
Color information
#DB8FE6 (or 0xDB8FE6) is known color: Plum. HEX triplet: DB, 8F and E6. RGB value is (219,143,230). Sum of RGB (Red+Green+Blue) = 219+143+230=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 143 (56.25% from 255 or 24.16% from 592); Blue value is 230 (90.23% from 255 or 38.85% from 592); Max value from RGB is 230 - color contains mainly: blue. Hex color #DB8FE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8FE6 is #247019. Grayscale: #AFAFAF. Windows color (decimal): -2387994 or 15110107. OLE color: 15110107.
HSL color Cylindrical-coordinate representation of color #DB8FE6: hue angle of 292.41º degrees, saturation: 0.64, 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 #DB8FE6 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 143 | 230 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.10 |
| HSL | 292.41º | 0.64% | 0.73% | - |
| HSV(B) | 292.41º | 0.38% | 0.9% | - |
| XYZ | 53.32 | 40.42 | 79.85 | - |
| YUV | 175.64 | 158.68 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 143 | 230 | 0.05 | 0.38 | 0 | 0.10 | 292.41 | 0.64 | 0.73 |
| Hex | DB | 8F | E6 | 5 | 26 | 0 | A | 124 | 40 | 49 |
| Octal | 333 | 217 | 346 | 5 | 46 | 0 | 12 | 444 | 100 | 111 |
| Binary | 11011011 | 10001111 | 11100110 | 101 | 100110 | 0 | 1010 | 100100100 | 1000000 | 1001001 |
Color Harmonies of #DB8FE6
Complementary color
Monochromatic Colors of #DB8FE6
Black with #DB8FE6
Text Example
Text Example
White with #DB8FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8FE6; }
p { color: rgb(219,143,230); }
H1.HeaderClassName
{
color: #DB8FE6;
}
.AnyTagClassName
{
color: #DB8FE6;
}
</style>
background-color css
<style>
a { background-color: #DB8FE6; }
a { background-color: rgb(219,143,230); }
div.DivClassName
{
background-color: #DB8FE6;
}
.BgClassName
{
background-color: #DB8FE6;
}
</style>
border-color css
<style>
span { border-color: #DB8FE6; }
span { border-color: rgb(219,143,230); }
td.TdClassName
{
border-color: #DB8FE6;
}
.TagClassName
{
border-color: #DB8FE6;
}
</style>