Shades of Plum #DB97E1
Tints of Plum #DB97E1
RGB
CMYK
RGB Variations
Color information
#DB97E1 (or 0xDB97E1) is known color: Plum. HEX triplet: DB, 97 and E1. RGB value is (219,151,225). Sum of RGB (Red+Green+Blue) = 219+151+225=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 151 (59.38% from 255 or 25.38% from 595); Blue value is 225 (88.28% from 255 or 37.82% from 595); Max value from RGB is 225 - color contains mainly: blue. Hex color #DB97E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB97E1 is #24681E. Grayscale: #B3B3B3. Windows color (decimal): -2385951 or 14784475. OLE color: 14784475.
HSL color Cylindrical-coordinate representation of color #DB97E1: hue angle of 295.14º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DB97E1 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 151 | 225 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.12 |
| HSL | 295.14º | 0.55% | 0.74% | - |
| HSV(B) | 295.14º | 0.33% | 0.88% | - |
| XYZ | 53.87 | 42.63 | 76.62 | - |
| YUV | 179.77 | 153.53 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 151 | 225 | 0.03 | 0.33 | 0 | 0.12 | 295.14 | 0.55 | 0.74 |
| Hex | DB | 97 | E1 | 3 | 21 | 0 | C | 127 | 37 | 4A |
| Octal | 333 | 227 | 341 | 3 | 41 | 0 | 14 | 447 | 67 | 112 |
| Binary | 11011011 | 10010111 | 11100001 | 11 | 100001 | 0 | 1100 | 100100111 | 110111 | 1001010 |
Color Harmonies of #DB97E1
Complementary color
Monochromatic Colors of #DB97E1
Black with #DB97E1
Text Example
Text Example
White with #DB97E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB97E1; }
p { color: rgb(219,151,225); }
H1.HeaderClassName
{
color: #DB97E1;
}
.AnyTagClassName
{
color: #DB97E1;
}
</style>
background-color css
<style>
a { background-color: #DB97E1; }
a { background-color: rgb(219,151,225); }
div.DivClassName
{
background-color: #DB97E1;
}
.BgClassName
{
background-color: #DB97E1;
}
</style>
border-color css
<style>
span { border-color: #DB97E1; }
span { border-color: rgb(219,151,225); }
td.TdClassName
{
border-color: #DB97E1;
}
.TagClassName
{
border-color: #DB97E1;
}
</style>