Shades of Plum #DB97D4
Tints of Plum #DB97D4
RGB
CMYK
RGB Variations
Color information
#DB97D4 (or 0xDB97D4) is known color: Plum. HEX triplet: DB, 97 and D4. RGB value is (219,151,212). Sum of RGB (Red+Green+Blue) = 219+151+212=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 151 (59.38% from 255 or 25.95% from 582); Blue value is 212 (83.20% from 255 or 36.43% from 582); Max value from RGB is 219 - color contains mainly: red. Hex color #DB97D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB97D4 is #24682B. Grayscale: #B2B2B2. Windows color (decimal): -2385964 or 13932507. OLE color: 13932507.
HSL color Cylindrical-coordinate representation of color #DB97D4: hue angle of 306.18º 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 #DB97D4 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 151 | 212 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.14 |
| HSL | 306.18º | 0.49% | 0.73% | - |
| HSV(B) | 306.18º | 0.31% | 0.86% | - |
| XYZ | 52.16 | 41.95 | 67.63 | - |
| YUV | 178.29 | 147.03 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 151 | 212 | 0 | 0.31 | 0.03 | 0.14 | 306.18 | 0.49 | 0.73 |
| Hex | DB | 97 | D4 | 0 | 1F | 3 | E | 132 | 31 | 49 |
| Octal | 333 | 227 | 324 | 0 | 37 | 3 | 16 | 462 | 61 | 111 |
| Binary | 11011011 | 10010111 | 11010100 | 0 | 11111 | 11 | 1110 | 100110010 | 110001 | 1001001 |
Color Harmonies of #DB97D4
Complementary color
Monochromatic Colors of #DB97D4
Black with #DB97D4
Text Example
Text Example
White with #DB97D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB97D4; }
p { color: rgb(219,151,212); }
H1.HeaderClassName
{
color: #DB97D4;
}
.AnyTagClassName
{
color: #DB97D4;
}
</style>
background-color css
<style>
a { background-color: #DB97D4; }
a { background-color: rgb(219,151,212); }
div.DivClassName
{
background-color: #DB97D4;
}
.BgClassName
{
background-color: #DB97D4;
}
</style>
border-color css
<style>
span { border-color: #DB97D4; }
span { border-color: rgb(219,151,212); }
td.TdClassName
{
border-color: #DB97D4;
}
.TagClassName
{
border-color: #DB97D4;
}
</style>