Shades of Plum #DB8FEB
Tints of Plum #DB8FEB
RGB
CMYK
RGB Variations
Color information
#DB8FEB (or 0xDB8FEB) is known color: Plum. HEX triplet: DB, 8F and EB. RGB value is (219,143,235). Sum of RGB (Red+Green+Blue) = 219+143+235=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 143 (56.25% from 255 or 23.95% from 597); Blue value is 235 (92.19% from 255 or 39.36% from 597); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB8FEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8FEB is #247014. Grayscale: #AFAFAF. Windows color (decimal): -2387989 or 15437787. OLE color: 15437787.
HSL color Cylindrical-coordinate representation of color #DB8FEB: hue angle of 289.57º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB8FEB is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 143 | 235 | - |
| CMYK | 0.07 | 0.39 | 0 | 0.08 |
| HSL | 289.57º | 0.7% | 0.74% | - |
| HSV(B) | 289.57º | 0.39% | 0.92% | - |
| XYZ | 54.03 | 40.7 | 83.61 | - |
| YUV | 176.21 | 161.18 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 143 | 235 | 0.07 | 0.39 | 0 | 0.08 | 289.57 | 0.7 | 0.74 |
| Hex | DB | 8F | EB | 7 | 27 | 0 | 8 | 122 | 46 | 4A |
| Octal | 333 | 217 | 353 | 7 | 47 | 0 | 10 | 442 | 106 | 112 |
| Binary | 11011011 | 10001111 | 11101011 | 111 | 100111 | 0 | 1000 | 100100010 | 1000110 | 1001010 |
Color Harmonies of #DB8FEB
Complementary color
Monochromatic Colors of #DB8FEB
Black with #DB8FEB
Text Example
Text Example
White with #DB8FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8FEB; }
p { color: rgb(219,143,235); }
H1.HeaderClassName
{
color: #DB8FEB;
}
.AnyTagClassName
{
color: #DB8FEB;
}
</style>
background-color css
<style>
a { background-color: #DB8FEB; }
a { background-color: rgb(219,143,235); }
div.DivClassName
{
background-color: #DB8FEB;
}
.BgClassName
{
background-color: #DB8FEB;
}
</style>
border-color css
<style>
span { border-color: #DB8FEB; }
span { border-color: rgb(219,143,235); }
td.TdClassName
{
border-color: #DB8FEB;
}
.TagClassName
{
border-color: #DB8FEB;
}
</style>