Shades of Plum #DB97DF
Tints of Plum #DB97DF
RGB
CMYK
RGB Variations
Color information
#DB97DF (or 0xDB97DF) is known color: Plum. HEX triplet: DB, 97 and DF. RGB value is (219,151,223). Sum of RGB (Red+Green+Blue) = 219+151+223=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 151 (59.38% from 255 or 25.46% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB97DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB97DF is #246820. Grayscale: #B3B3B3. Windows color (decimal): -2385953 or 14653403. OLE color: 14653403.
HSL color Cylindrical-coordinate representation of color #DB97DF: hue angle of 296.67º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DB97DF is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 151 | 223 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.13 |
| HSL | 296.67º | 0.53% | 0.73% | - |
| HSV(B) | 296.67º | 0.32% | 0.87% | - |
| XYZ | 53.6 | 42.52 | 75.19 | - |
| YUV | 179.54 | 152.53 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 151 | 223 | 0.02 | 0.32 | 0 | 0.13 | 296.67 | 0.53 | 0.73 |
| Hex | DB | 97 | DF | 2 | 20 | 0 | D | 129 | 35 | 49 |
| Octal | 333 | 227 | 337 | 2 | 40 | 0 | 15 | 451 | 65 | 111 |
| Binary | 11011011 | 10010111 | 11011111 | 10 | 100000 | 0 | 1101 | 100101001 | 110101 | 1001001 |
Color Harmonies of #DB97DF
Complementary color
Monochromatic Colors of #DB97DF
Black with #DB97DF
Text Example
Text Example
White with #DB97DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB97DF; }
p { color: rgb(219,151,223); }
H1.HeaderClassName
{
color: #DB97DF;
}
.AnyTagClassName
{
color: #DB97DF;
}
</style>
background-color css
<style>
a { background-color: #DB97DF; }
a { background-color: rgb(219,151,223); }
div.DivClassName
{
background-color: #DB97DF;
}
.BgClassName
{
background-color: #DB97DF;
}
</style>
border-color css
<style>
span { border-color: #DB97DF; }
span { border-color: rgb(219,151,223); }
td.TdClassName
{
border-color: #DB97DF;
}
.TagClassName
{
border-color: #DB97DF;
}
</style>