Shades of Plum #DB9FD7
Tints of Plum #DB9FD7
RGB
CMYK
RGB Variations
Color information
#DB9FD7 (or 0xDB9FD7) is known color: Plum. HEX triplet: DB, 9F and D7. RGB value is (219,159,215). Sum of RGB (Red+Green+Blue) = 219+159+215=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 159 (62.5% from 255 or 26.81% from 593); Blue value is 215 (84.38% from 255 or 36.26% from 593); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9FD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9FD7 is #246028. Grayscale: #B7B7B7. Windows color (decimal): -2383913 or 14131163. OLE color: 14131163.
HSL color Cylindrical-coordinate representation of color #DB9FD7: hue angle of 304º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DB9FD7 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 159 | 215 | - |
CMYK | 0 | 0.27 | 0.02 | 0.14 |
HSL | 304º | 0.45% | 0.74% | - |
HSV(B) | 304º | 0.27% | 0.86% | - |
XYZ | 53.88 | 44.76 | 70.09 | - |
YUV | 183.32 | 145.88 | 153.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 159 | 215 | 0 | 0.27 | 0.02 | 0.14 | 304 | 0.45 | 0.74 |
Hex | DB | 9F | D7 | 0 | 1B | 2 | E | 130 | 2D | 4A |
Octal | 333 | 237 | 327 | 0 | 33 | 2 | 16 | 460 | 55 | 112 |
Binary | 11011011 | 10011111 | 11010111 | 0 | 11011 | 10 | 1110 | 100110000 | 101101 | 1001010 |
Color Harmonies of #DB9FD7
Complementary color
Monochromatic Colors of #DB9FD7
Black with #DB9FD7
Text Example
Text Example
White with #DB9FD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9FD7; }
p { color: rgb(219,159,215); }
H1.HeaderClassName
{
color: #DB9FD7;
}
.AnyTagClassName
{
color: #DB9FD7;
}
</style>
background-color css
<style>
a { background-color: #DB9FD7; }
a { background-color: rgb(219,159,215); }
div.DivClassName
{
background-color: #DB9FD7;
}
.BgClassName
{
background-color: #DB9FD7;
}
</style>
border-color css
<style>
span { border-color: #DB9FD7; }
span { border-color: rgb(219,159,215); }
td.TdClassName
{
border-color: #DB9FD7;
}
.TagClassName
{
border-color: #DB9FD7;
}
</style>