Shades of Plum #DB97D0
Tints of Plum #DB97D0
RGB
CMYK
RGB Variations
Color information
#DB97D0 (or 0xDB97D0) is known color: Plum. HEX triplet: DB, 97 and D0. RGB value is (219,151,208). Sum of RGB (Red+Green+Blue) = 219+151+208=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 151 (59.38% from 255 or 26.12% from 578); Blue value is 208 (81.64% from 255 or 35.99% from 578); Max value from RGB is 219 - color contains mainly: red. Hex color #DB97D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB97D0 is #24682F. Grayscale: #B1B1B1. Windows color (decimal): -2385968 or 13670363. OLE color: 13670363.
HSL color Cylindrical-coordinate representation of color #DB97D0: hue angle of 309.71º 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 #DB97D0 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 151 | 208 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.14 |
| HSL | 309.71º | 0.49% | 0.73% | - |
| HSV(B) | 309.71º | 0.31% | 0.86% | - |
| XYZ | 51.67 | 41.75 | 65.01 | - |
| YUV | 177.83 | 145.03 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 151 | 208 | 0 | 0.31 | 0.05 | 0.14 | 309.71 | 0.49 | 0.73 |
| Hex | DB | 97 | D0 | 0 | 1F | 5 | E | 136 | 31 | 49 |
| Octal | 333 | 227 | 320 | 0 | 37 | 5 | 16 | 466 | 61 | 111 |
| Binary | 11011011 | 10010111 | 11010000 | 0 | 11111 | 101 | 1110 | 100110110 | 110001 | 1001001 |
Color Harmonies of #DB97D0
Complementary color
Monochromatic Colors of #DB97D0
Black with #DB97D0
Text Example
Text Example
White with #DB97D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB97D0; }
p { color: rgb(219,151,208); }
H1.HeaderClassName
{
color: #DB97D0;
}
.AnyTagClassName
{
color: #DB97D0;
}
</style>
background-color css
<style>
a { background-color: #DB97D0; }
a { background-color: rgb(219,151,208); }
div.DivClassName
{
background-color: #DB97D0;
}
.BgClassName
{
background-color: #DB97D0;
}
</style>
border-color css
<style>
span { border-color: #DB97D0; }
span { border-color: rgb(219,151,208); }
td.TdClassName
{
border-color: #DB97D0;
}
.TagClassName
{
border-color: #DB97D0;
}
</style>