Shades of Plum #DB97E6
Tints of Plum #DB97E6
RGB
CMYK
RGB Variations
Color information
#DB97E6 (or 0xDB97E6) is known color: Plum. HEX triplet: DB, 97 and E6. RGB value is (219,151,230). Sum of RGB (Red+Green+Blue) = 219+151+230=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 151 (59.38% from 255 or 25.17% from 600); Blue value is 230 (90.23% from 255 or 38.33% from 600); Max value from RGB is 230 - color contains mainly: blue. Hex color #DB97E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB97E6 is #246819. Grayscale: #B4B4B4. Windows color (decimal): -2385946 or 15112155. OLE color: 15112155.
HSL color Cylindrical-coordinate representation of color #DB97E6: hue angle of 291.65º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DB97E6 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 151 | 230 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.10 |
| HSL | 291.65º | 0.61% | 0.75% | - |
| HSV(B) | 291.65º | 0.34% | 0.9% | - |
| XYZ | 54.56 | 42.91 | 80.27 | - |
| YUV | 180.34 | 156.03 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 151 | 230 | 0.05 | 0.34 | 0 | 0.10 | 291.65 | 0.61 | 0.75 |
| Hex | DB | 97 | E6 | 5 | 22 | 0 | A | 124 | 3D | 4B |
| Octal | 333 | 227 | 346 | 5 | 42 | 0 | 12 | 444 | 75 | 113 |
| Binary | 11011011 | 10010111 | 11100110 | 101 | 100010 | 0 | 1010 | 100100100 | 111101 | 1001011 |
Color Harmonies of #DB97E6
Complementary color
Monochromatic Colors of #DB97E6
Black with #DB97E6
Text Example
Text Example
White with #DB97E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB97E6; }
p { color: rgb(219,151,230); }
H1.HeaderClassName
{
color: #DB97E6;
}
.AnyTagClassName
{
color: #DB97E6;
}
</style>
background-color css
<style>
a { background-color: #DB97E6; }
a { background-color: rgb(219,151,230); }
div.DivClassName
{
background-color: #DB97E6;
}
.BgClassName
{
background-color: #DB97E6;
}
</style>
border-color css
<style>
span { border-color: #DB97E6; }
span { border-color: rgb(219,151,230); }
td.TdClassName
{
border-color: #DB97E6;
}
.TagClassName
{
border-color: #DB97E6;
}
</style>