Shades of Plum #DB97CC
Tints of Plum #DB97CC
RGB
CMYK
RGB Variations
Color information
#DB97CC (or 0xDB97CC) is known color: Plum. HEX triplet: DB, 97 and CC. RGB value is (219,151,204). Sum of RGB (Red+Green+Blue) = 219+151+204=574 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.15% from 574); Green value is 151 (59.38% from 255 or 26.31% from 574); Blue value is 204 (80.08% from 255 or 35.54% from 574); Max value from RGB is 219 - color contains mainly: red. Hex color #DB97CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB97CC is #246833. Grayscale: #B1B1B1. Windows color (decimal): -2385972 or 13408219. OLE color: 13408219.
HSL color Cylindrical-coordinate representation of color #DB97CC: hue angle of 313.24º 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 #DB97CC is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 151 | 204 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.14 |
| HSL | 313.24º | 0.49% | 0.73% | - |
| HSV(B) | 313.24º | 0.31% | 0.86% | - |
| XYZ | 51.18 | 41.55 | 62.45 | - |
| YUV | 177.37 | 143.03 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 151 | 204 | 0 | 0.31 | 0.07 | 0.14 | 313.24 | 0.49 | 0.73 |
| Hex | DB | 97 | CC | 0 | 1F | 7 | E | 139 | 31 | 49 |
| Octal | 333 | 227 | 314 | 0 | 37 | 7 | 16 | 471 | 61 | 111 |
| Binary | 11011011 | 10010111 | 11001100 | 0 | 11111 | 111 | 1110 | 100111001 | 110001 | 1001001 |
Color Harmonies of #DB97CC
Complementary color
Monochromatic Colors of #DB97CC
Black with #DB97CC
Text Example
Text Example
White with #DB97CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB97CC; }
p { color: rgb(219,151,204); }
H1.HeaderClassName
{
color: #DB97CC;
}
.AnyTagClassName
{
color: #DB97CC;
}
</style>
background-color css
<style>
a { background-color: #DB97CC; }
a { background-color: rgb(219,151,204); }
div.DivClassName
{
background-color: #DB97CC;
}
.BgClassName
{
background-color: #DB97CC;
}
</style>
border-color css
<style>
span { border-color: #DB97CC; }
span { border-color: rgb(219,151,204); }
td.TdClassName
{
border-color: #DB97CC;
}
.TagClassName
{
border-color: #DB97CC;
}
</style>