Shades of Plum #DB9FE5
Tints of Plum #DB9FE5
RGB
CMYK
RGB Variations
Color information
#DB9FE5 (or 0xDB9FE5) is known color: Plum. HEX triplet: DB, 9F and E5. RGB value is (219,159,229). Sum of RGB (Red+Green+Blue) = 219+159+229=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 159 (62.5% from 255 or 26.19% from 607); Blue value is 229 (89.84% from 255 or 37.73% from 607); Max value from RGB is 229 - color contains mainly: blue. Hex color #DB9FE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9FE5 is #24601A. Grayscale: #B8B8B8. Windows color (decimal): -2383899 or 15048667. OLE color: 15048667.
HSL color Cylindrical-coordinate representation of color #DB9FE5: hue angle of 291.43º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DB9FE5 is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 159 | 229 | - |
| CMYK | 0.04 | 0.31 | 0 | 0.10 |
| HSL | 291.43º | 0.57% | 0.76% | - |
| HSV(B) | 291.43º | 0.31% | 0.9% | - |
| XYZ | 55.75 | 45.51 | 79.98 | - |
| YUV | 184.92 | 152.88 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 159 | 229 | 0.04 | 0.31 | 0 | 0.10 | 291.43 | 0.57 | 0.76 |
| Hex | DB | 9F | E5 | 4 | 1F | 0 | A | 123 | 39 | 4C |
| Octal | 333 | 237 | 345 | 4 | 37 | 0 | 12 | 443 | 71 | 114 |
| Binary | 11011011 | 10011111 | 11100101 | 100 | 11111 | 0 | 1010 | 100100011 | 111001 | 1001100 |
Color Harmonies of #DB9FE5
Complementary color
Monochromatic Colors of #DB9FE5
Black with #DB9FE5
Text Example
Text Example
White with #DB9FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9FE5; }
p { color: rgb(219,159,229); }
H1.HeaderClassName
{
color: #DB9FE5;
}
.AnyTagClassName
{
color: #DB9FE5;
}
</style>
background-color css
<style>
a { background-color: #DB9FE5; }
a { background-color: rgb(219,159,229); }
div.DivClassName
{
background-color: #DB9FE5;
}
.BgClassName
{
background-color: #DB9FE5;
}
</style>
border-color css
<style>
span { border-color: #DB9FE5; }
span { border-color: rgb(219,159,229); }
td.TdClassName
{
border-color: #DB9FE5;
}
.TagClassName
{
border-color: #DB9FE5;
}
</style>