Shades of Plum #DB97CE
Tints of Plum #DB97CE
RGB
CMYK
RGB Variations
Color information
#DB97CE (or 0xDB97CE) is known color: Plum. HEX triplet: DB, 97 and CE. RGB value is (219,151,206). Sum of RGB (Red+Green+Blue) = 219+151+206=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 151 (59.38% from 255 or 26.22% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 219 - color contains mainly: red. Hex color #DB97CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB97CE is #246831. Grayscale: #B1B1B1. Windows color (decimal): -2385970 or 13539291. OLE color: 13539291.
HSL color Cylindrical-coordinate representation of color #DB97CE: hue angle of 311.47º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DB97CE is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 151 | 206 | - |
| CMYK | 0 | 0.31 | 0.06 | 0.14 |
| HSL | 311.47º | 0.49% | 0.73% | - |
| HSV(B) | 311.47º | 0.31% | 0.86% | - |
| XYZ | 51.42 | 41.65 | 63.72 | - |
| YUV | 177.6 | 144.03 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 151 | 206 | 0 | 0.31 | 0.06 | 0.14 | 311.47 | 0.49 | 0.73 |
| Hex | DB | 97 | CE | 0 | 1F | 6 | E | 137 | 31 | 49 |
| Octal | 333 | 227 | 316 | 0 | 37 | 6 | 16 | 467 | 61 | 111 |
| Binary | 11011011 | 10010111 | 11001110 | 0 | 11111 | 110 | 1110 | 100110111 | 110001 | 1001001 |
Color Harmonies of #DB97CE
Complementary color
Monochromatic Colors of #DB97CE
Black with #DB97CE
Text Example
Text Example
White with #DB97CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB97CE; }
p { color: rgb(219,151,206); }
H1.HeaderClassName
{
color: #DB97CE;
}
.AnyTagClassName
{
color: #DB97CE;
}
</style>
background-color css
<style>
a { background-color: #DB97CE; }
a { background-color: rgb(219,151,206); }
div.DivClassName
{
background-color: #DB97CE;
}
.BgClassName
{
background-color: #DB97CE;
}
</style>
border-color css
<style>
span { border-color: #DB97CE; }
span { border-color: rgb(219,151,206); }
td.TdClassName
{
border-color: #DB97CE;
}
.TagClassName
{
border-color: #DB97CE;
}
</style>