Shades of Plum #DB9FD5
Tints of Plum #DB9FD5
RGB
CMYK
RGB Variations
Color information
#DB9FD5 (or 0xDB9FD5) is known color: Plum. HEX triplet: DB, 9F and D5. RGB value is (219,159,213). Sum of RGB (Red+Green+Blue) = 219+159+213=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 159 (62.5% from 255 or 26.90% from 591); Blue value is 213 (83.59% from 255 or 36.04% from 591); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9FD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9FD5 is #24602A. Grayscale: #B6B6B6. Windows color (decimal): -2383915 or 14000091. OLE color: 14000091.
HSL color Cylindrical-coordinate representation of color #DB9FD5: hue angle of 306º 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 #DB9FD5 is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 159 | 213 | - |
CMYK | 0 | 0.27 | 0.03 | 0.14 |
HSL | 306º | 0.45% | 0.74% | - |
HSV(B) | 306º | 0.27% | 0.86% | - |
XYZ | 53.62 | 44.66 | 68.74 | - |
YUV | 183.1 | 144.88 | 153.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 159 | 213 | 0 | 0.27 | 0.03 | 0.14 | 306 | 0.45 | 0.74 |
Hex | DB | 9F | D5 | 0 | 1B | 3 | E | 132 | 2D | 4A |
Octal | 333 | 237 | 325 | 0 | 33 | 3 | 16 | 462 | 55 | 112 |
Binary | 11011011 | 10011111 | 11010101 | 0 | 11011 | 11 | 1110 | 100110010 | 101101 | 1001010 |
Color Harmonies of #DB9FD5
Complementary color
Monochromatic Colors of #DB9FD5
Black with #DB9FD5
Text Example
Text Example
White with #DB9FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9FD5; }
p { color: rgb(219,159,213); }
H1.HeaderClassName
{
color: #DB9FD5;
}
.AnyTagClassName
{
color: #DB9FD5;
}
</style>
background-color css
<style>
a { background-color: #DB9FD5; }
a { background-color: rgb(219,159,213); }
div.DivClassName
{
background-color: #DB9FD5;
}
.BgClassName
{
background-color: #DB9FD5;
}
</style>
border-color css
<style>
span { border-color: #DB9FD5; }
span { border-color: rgb(219,159,213); }
td.TdClassName
{
border-color: #DB9FD5;
}
.TagClassName
{
border-color: #DB9FD5;
}
</style>