Shades of Plum #DB97D2
Tints of Plum #DB97D2
RGB
CMYK
RGB Variations
Color information
#DB97D2 (or 0xDB97D2) is known color: Plum. HEX triplet: DB, 97 and D2. RGB value is (219,151,210). Sum of RGB (Red+Green+Blue) = 219+151+210=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 151 (59.38% from 255 or 26.03% from 580); Blue value is 210 (82.42% from 255 or 36.21% from 580); Max value from RGB is 219 - color contains mainly: red. Hex color #DB97D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB97D2 is #24682D. Grayscale: #B1B1B1. Windows color (decimal): -2385966 or 13801435. OLE color: 13801435.
HSL color Cylindrical-coordinate representation of color #DB97D2: hue angle of 307.94º 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 #DB97D2 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 151 | 210 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.14 |
| HSL | 307.94º | 0.49% | 0.73% | - |
| HSV(B) | 307.94º | 0.31% | 0.86% | - |
| XYZ | 51.91 | 41.85 | 66.31 | - |
| YUV | 178.06 | 146.03 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 151 | 210 | 0 | 0.31 | 0.04 | 0.14 | 307.94 | 0.49 | 0.73 |
| Hex | DB | 97 | D2 | 0 | 1F | 4 | E | 134 | 31 | 49 |
| Octal | 333 | 227 | 322 | 0 | 37 | 4 | 16 | 464 | 61 | 111 |
| Binary | 11011011 | 10010111 | 11010010 | 0 | 11111 | 100 | 1110 | 100110100 | 110001 | 1001001 |
Color Harmonies of #DB97D2
Complementary color
Monochromatic Colors of #DB97D2
Black with #DB97D2
Text Example
Text Example
White with #DB97D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB97D2; }
p { color: rgb(219,151,210); }
H1.HeaderClassName
{
color: #DB97D2;
}
.AnyTagClassName
{
color: #DB97D2;
}
</style>
background-color css
<style>
a { background-color: #DB97D2; }
a { background-color: rgb(219,151,210); }
div.DivClassName
{
background-color: #DB97D2;
}
.BgClassName
{
background-color: #DB97D2;
}
</style>
border-color css
<style>
span { border-color: #DB97D2; }
span { border-color: rgb(219,151,210); }
td.TdClassName
{
border-color: #DB97D2;
}
.TagClassName
{
border-color: #DB97D2;
}
</style>