Shades of Plum #DB91CA
Tints of Plum #DB91CA
RGB
CMYK
RGB Variations
Color information
#DB91CA (or 0xDB91CA) is known color: Plum. HEX triplet: DB, 91 and CA. RGB value is (219,145,202). Sum of RGB (Red+Green+Blue) = 219+145+202=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 145 (57.03% from 255 or 25.62% from 566); Blue value is 202 (79.30% from 255 or 35.69% from 566); Max value from RGB is 219 - color contains mainly: red. Hex color #DB91CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB91CA is #246E35. Grayscale: #ADADAD. Windows color (decimal): -2387510 or 13275611. OLE color: 13275611.
HSL color Cylindrical-coordinate representation of color #DB91CA: hue angle of 313.78º 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 #DB91CA is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 145 | 202 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.14 |
| HSL | 313.78º | 0.51% | 0.71% | - |
| HSV(B) | 313.78º | 0.34% | 0.86% | - |
| XYZ | 50 | 39.58 | 60.88 | - |
| YUV | 173.62 | 144.02 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 202 | 0 | 0.34 | 0.08 | 0.14 | 313.78 | 0.51 | 0.71 |
| Hex | DB | 91 | CA | 0 | 22 | 8 | E | 13A | 33 | 47 |
| Octal | 333 | 221 | 312 | 0 | 42 | 10 | 16 | 472 | 63 | 107 |
| Binary | 11011011 | 10010001 | 11001010 | 0 | 100010 | 1000 | 1110 | 100111010 | 110011 | 1000111 |
Color Harmonies of #DB91CA
Complementary color
Monochromatic Colors of #DB91CA
Black with #DB91CA
Text Example
Text Example
White with #DB91CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB91CA; }
p { color: rgb(219,145,202); }
H1.HeaderClassName
{
color: #DB91CA;
}
.AnyTagClassName
{
color: #DB91CA;
}
</style>
background-color css
<style>
a { background-color: #DB91CA; }
a { background-color: rgb(219,145,202); }
div.DivClassName
{
background-color: #DB91CA;
}
.BgClassName
{
background-color: #DB91CA;
}
</style>
border-color css
<style>
span { border-color: #DB91CA; }
span { border-color: rgb(219,145,202); }
td.TdClassName
{
border-color: #DB91CA;
}
.TagClassName
{
border-color: #DB91CA;
}
</style>