Shades of Plum #DB97DB
Tints of Plum #DB97DB
RGB
CMYK
RGB Variations
Color information
#DB97DB (or 0xDB97DB) is known color: Plum. HEX triplet: DB, 97 and DB. RGB value is (219,151,219). Sum of RGB (Red+Green+Blue) = 219+151+219=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 151 (59.38% from 255 or 25.64% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB97DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB97DB is #246824. Grayscale: #B2B2B2. Windows color (decimal): -2385957 or 14391259. OLE color: 14391259.
HSL color Cylindrical-coordinate representation of color #DB97DB: hue angle of 300º 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 #DB97DB is Cyan = 0, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 151 | 219 | - |
CMYK | 0 | 0.31 | 0 | 0.14 |
HSL | 300º | 0.49% | 0.73% | - |
HSV(B) | 300º | 0.31% | 0.86% | - |
XYZ | 53.07 | 42.31 | 72.39 | - |
YUV | 179.08 | 150.53 | 156.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 151 | 219 | 0 | 0.31 | 0 | 0.14 | 300 | 0.49 | 0.73 |
Hex | DB | 97 | DB | 0 | 1F | 0 | E | 12C | 31 | 49 |
Octal | 333 | 227 | 333 | 0 | 37 | 0 | 16 | 454 | 61 | 111 |
Binary | 11011011 | 10010111 | 11011011 | 0 | 11111 | 0 | 1110 | 100101100 | 110001 | 1001001 |
Color Harmonies of #DB97DB
Complementary color
Monochromatic Colors of #DB97DB
Black with #DB97DB
Text Example
Text Example
White with #DB97DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB97DB; }
p { color: rgb(219,151,219); }
H1.HeaderClassName
{
color: #DB97DB;
}
.AnyTagClassName
{
color: #DB97DB;
}
</style>
background-color css
<style>
a { background-color: #DB97DB; }
a { background-color: rgb(219,151,219); }
div.DivClassName
{
background-color: #DB97DB;
}
.BgClassName
{
background-color: #DB97DB;
}
</style>
border-color css
<style>
span { border-color: #DB97DB; }
span { border-color: rgb(219,151,219); }
td.TdClassName
{
border-color: #DB97DB;
}
.TagClassName
{
border-color: #DB97DB;
}
</style>