Shades of Plum #DB9EDB
Tints of Plum #DB9EDB
RGB
CMYK
RGB Variations
Color information
#DB9EDB (or 0xDB9EDB) is known color: Plum. HEX triplet: DB, 9E and DB. RGB value is (219,158,219). Sum of RGB (Red+Green+Blue) = 219+158+219=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 158 (62.11% from 255 or 26.51% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB9EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9EDB is #246124. Grayscale: #B7B7B7. Windows color (decimal): -2384165 or 14393051. OLE color: 14393051.
HSL color Cylindrical-coordinate representation of color #DB9EDB: 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 #DB9EDB is Cyan = 0, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 158 | 219 | - |
CMYK | 0 | 0.28 | 0 | 0.14 |
HSL | 300º | 0.46% | 0.74% | - |
HSV(B) | 300º | 0.28% | 0.86% | - |
XYZ | 54.23 | 44.63 | 72.77 | - |
YUV | 183.19 | 148.21 | 153.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 158 | 219 | 0 | 0.28 | 0 | 0.14 | 300 | 0.46 | 0.74 |
Hex | DB | 9E | DB | 0 | 1C | 0 | E | 12C | 2E | 4A |
Octal | 333 | 236 | 333 | 0 | 34 | 0 | 16 | 454 | 56 | 112 |
Binary | 11011011 | 10011110 | 11011011 | 0 | 11100 | 0 | 1110 | 100101100 | 101110 | 1001010 |
Color Harmonies of #DB9EDB
Complementary color
Monochromatic Colors of #DB9EDB
Black with #DB9EDB
Text Example
Text Example
White with #DB9EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9EDB; }
p { color: rgb(219,158,219); }
H1.HeaderClassName
{
color: #DB9EDB;
}
.AnyTagClassName
{
color: #DB9EDB;
}
</style>
background-color css
<style>
a { background-color: #DB9EDB; }
a { background-color: rgb(219,158,219); }
div.DivClassName
{
background-color: #DB9EDB;
}
.BgClassName
{
background-color: #DB9EDB;
}
</style>
border-color css
<style>
span { border-color: #DB9EDB; }
span { border-color: rgb(219,158,219); }
td.TdClassName
{
border-color: #DB9EDB;
}
.TagClassName
{
border-color: #DB9EDB;
}
</style>