Shades of Plum #DB91D4
Tints of Plum #DB91D4
RGB
CMYK
RGB Variations
Color information
#DB91D4 (or 0xDB91D4) is known color: Plum. HEX triplet: DB, 91 and D4. RGB value is (219,145,212). Sum of RGB (Red+Green+Blue) = 219+145+212=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 145 (57.03% from 255 or 25.17% from 576); Blue value is 212 (83.20% from 255 or 36.81% from 576); Max value from RGB is 219 - color contains mainly: red. Hex color #DB91D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB91D4 is #246E2B. Grayscale: #AEAEAE. Windows color (decimal): -2387500 or 13930971. OLE color: 13930971.
HSL color Cylindrical-coordinate representation of color #DB91D4: hue angle of 305.68º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DB91D4 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 145 | 212 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.14 |
| HSL | 305.68º | 0.51% | 0.71% | - |
| HSV(B) | 305.68º | 0.34% | 0.86% | - |
| XYZ | 51.22 | 40.06 | 67.32 | - |
| YUV | 174.76 | 149.02 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 212 | 0 | 0.34 | 0.03 | 0.14 | 305.68 | 0.51 | 0.71 |
| Hex | DB | 91 | D4 | 0 | 22 | 3 | E | 132 | 33 | 47 |
| Octal | 333 | 221 | 324 | 0 | 42 | 3 | 16 | 462 | 63 | 107 |
| Binary | 11011011 | 10010001 | 11010100 | 0 | 100010 | 11 | 1110 | 100110010 | 110011 | 1000111 |
Color Harmonies of #DB91D4
Complementary color
Monochromatic Colors of #DB91D4
Black with #DB91D4
Text Example
Text Example
White with #DB91D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB91D4; }
p { color: rgb(219,145,212); }
H1.HeaderClassName
{
color: #DB91D4;
}
.AnyTagClassName
{
color: #DB91D4;
}
</style>
background-color css
<style>
a { background-color: #DB91D4; }
a { background-color: rgb(219,145,212); }
div.DivClassName
{
background-color: #DB91D4;
}
.BgClassName
{
background-color: #DB91D4;
}
</style>
border-color css
<style>
span { border-color: #DB91D4; }
span { border-color: rgb(219,145,212); }
td.TdClassName
{
border-color: #DB91D4;
}
.TagClassName
{
border-color: #DB91D4;
}
</style>