Shades of Plum #DB8FE8
Tints of Plum #DB8FE8
RGB
CMYK
RGB Variations
Color information
#DB8FE8 (or 0xDB8FE8) is known color: Plum. HEX triplet: DB, 8F and E8. RGB value is (219,143,232). Sum of RGB (Red+Green+Blue) = 219+143+232=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 143 (56.25% from 255 or 24.07% from 594); Blue value is 232 (91.02% from 255 or 39.06% from 594); Max value from RGB is 232 - color contains mainly: blue. Hex color #DB8FE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8FE8 is #247017. Grayscale: #AFAFAF. Windows color (decimal): -2387992 or 15241179. OLE color: 15241179.
HSL color Cylindrical-coordinate representation of color #DB8FE8: hue angle of 291.24º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB8FE8 is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 143 | 232 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.09 |
| HSL | 291.24º | 0.66% | 0.74% | - |
| HSV(B) | 291.24º | 0.38% | 0.91% | - |
| XYZ | 53.6 | 40.53 | 81.34 | - |
| YUV | 175.87 | 159.68 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 143 | 232 | 0.06 | 0.38 | 0 | 0.09 | 291.24 | 0.66 | 0.74 |
| Hex | DB | 8F | E8 | 6 | 26 | 0 | 9 | 123 | 42 | 4A |
| Octal | 333 | 217 | 350 | 6 | 46 | 0 | 11 | 443 | 102 | 112 |
| Binary | 11011011 | 10001111 | 11101000 | 110 | 100110 | 0 | 1001 | 100100011 | 1000010 | 1001010 |
Color Harmonies of #DB8FE8
Complementary color
Monochromatic Colors of #DB8FE8
Black with #DB8FE8
Text Example
Text Example
White with #DB8FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8FE8; }
p { color: rgb(219,143,232); }
H1.HeaderClassName
{
color: #DB8FE8;
}
.AnyTagClassName
{
color: #DB8FE8;
}
</style>
background-color css
<style>
a { background-color: #DB8FE8; }
a { background-color: rgb(219,143,232); }
div.DivClassName
{
background-color: #DB8FE8;
}
.BgClassName
{
background-color: #DB8FE8;
}
</style>
border-color css
<style>
span { border-color: #DB8FE8; }
span { border-color: rgb(219,143,232); }
td.TdClassName
{
border-color: #DB8FE8;
}
.TagClassName
{
border-color: #DB8FE8;
}
</style>