Shades of Plum #DB9FE1
Tints of Plum #DB9FE1
RGB
CMYK
RGB Variations
Color information
#DB9FE1 (or 0xDB9FE1) is known color: Plum. HEX triplet: DB, 9F and E1. RGB value is (219,159,225). Sum of RGB (Red+Green+Blue) = 219+159+225=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 159 (62.5% from 255 or 26.37% from 603); Blue value is 225 (88.28% from 255 or 37.31% from 603); Max value from RGB is 225 - color contains mainly: blue. Hex color #DB9FE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9FE1 is #24601E. Grayscale: #B8B8B8. Windows color (decimal): -2383903 or 14786523. OLE color: 14786523.
HSL color Cylindrical-coordinate representation of color #DB9FE1: hue angle of 294.55º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DB9FE1 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 159 | 225 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.12 |
| HSL | 294.55º | 0.52% | 0.75% | - |
| HSV(B) | 294.55º | 0.29% | 0.88% | - |
| XYZ | 55.2 | 45.29 | 77.07 | - |
| YUV | 184.46 | 150.88 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 159 | 225 | 0.03 | 0.29 | 0 | 0.12 | 294.55 | 0.52 | 0.75 |
| Hex | DB | 9F | E1 | 3 | 1D | 0 | C | 127 | 34 | 4B |
| Octal | 333 | 237 | 341 | 3 | 35 | 0 | 14 | 447 | 64 | 113 |
| Binary | 11011011 | 10011111 | 11100001 | 11 | 11101 | 0 | 1100 | 100100111 | 110100 | 1001011 |
Color Harmonies of #DB9FE1
Complementary color
Monochromatic Colors of #DB9FE1
Black with #DB9FE1
Text Example
Text Example
White with #DB9FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9FE1; }
p { color: rgb(219,159,225); }
H1.HeaderClassName
{
color: #DB9FE1;
}
.AnyTagClassName
{
color: #DB9FE1;
}
</style>
background-color css
<style>
a { background-color: #DB9FE1; }
a { background-color: rgb(219,159,225); }
div.DivClassName
{
background-color: #DB9FE1;
}
.BgClassName
{
background-color: #DB9FE1;
}
</style>
border-color css
<style>
span { border-color: #DB9FE1; }
span { border-color: rgb(219,159,225); }
td.TdClassName
{
border-color: #DB9FE1;
}
.TagClassName
{
border-color: #DB9FE1;
}
</style>