Shades of Plum #DB9DDB
Tints of Plum #DB9DDB
RGB
CMYK
RGB Variations
Color information
#DB9DDB (or 0xDB9DDB) is known color: Plum. HEX triplet: DB, 9D and DB. RGB value is (219,157,219). Sum of RGB (Red+Green+Blue) = 219+157+219=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 157 (61.72% from 255 or 26.39% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB9DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9DDB is #246224. Grayscale: #B6B6B6. Windows color (decimal): -2384421 or 14392795. OLE color: 14392795.
HSL color Cylindrical-coordinate representation of color #DB9DDB: hue angle of 300º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DB9DDB is Cyan = 0, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 157 | 219 | - |
CMYK | 0 | 0.28 | 0 | 0.14 |
HSL | 300º | 0.46% | 0.74% | - |
HSV(B) | 300º | 0.28% | 0.86% | - |
XYZ | 54.06 | 44.29 | 72.72 | - |
YUV | 182.61 | 148.54 | 153.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 157 | 219 | 0 | 0.28 | 0 | 0.14 | 300 | 0.46 | 0.74 |
Hex | DB | 9D | DB | 0 | 1C | 0 | E | 12C | 2E | 4A |
Octal | 333 | 235 | 333 | 0 | 34 | 0 | 16 | 454 | 56 | 112 |
Binary | 11011011 | 10011101 | 11011011 | 0 | 11100 | 0 | 1110 | 100101100 | 101110 | 1001010 |
Color Harmonies of #DB9DDB
Complementary color
Monochromatic Colors of #DB9DDB
Black with #DB9DDB
Text Example
Text Example
White with #DB9DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9DDB; }
p { color: rgb(219,157,219); }
H1.HeaderClassName
{
color: #DB9DDB;
}
.AnyTagClassName
{
color: #DB9DDB;
}
</style>
background-color css
<style>
a { background-color: #DB9DDB; }
a { background-color: rgb(219,157,219); }
div.DivClassName
{
background-color: #DB9DDB;
}
.BgClassName
{
background-color: #DB9DDB;
}
</style>
border-color css
<style>
span { border-color: #DB9DDB; }
span { border-color: rgb(219,157,219); }
td.TdClassName
{
border-color: #DB9DDB;
}
.TagClassName
{
border-color: #DB9DDB;
}
</style>