Shades of Plum #DB92DB
Tints of Plum #DB92DB
RGB
CMYK
RGB Variations
Color information
#DB92DB (or 0xDB92DB) is known color: Plum. HEX triplet: DB, 92 and DB. RGB value is (219,146,219). Sum of RGB (Red+Green+Blue) = 219+146+219=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 146 (57.42% from 255 or 25% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB92DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB92DB is #246D24. Grayscale: #AFAFAF. Windows color (decimal): -2387237 or 14389979. OLE color: 14389979.
HSL color Cylindrical-coordinate representation of color #DB92DB: hue angle of 300º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DB92DB is Cyan = 0, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 146 | 219 | - |
CMYK | 0 | 0.33 | 0 | 0.14 |
HSL | 300º | 0.5% | 0.72% | - |
HSV(B) | 300º | 0.33% | 0.86% | - |
XYZ | 52.28 | 40.73 | 72.12 | - |
YUV | 176.15 | 152.18 | 158.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 146 | 219 | 0 | 0.33 | 0 | 0.14 | 300 | 0.5 | 0.72 |
Hex | DB | 92 | DB | 0 | 21 | 0 | E | 12C | 32 | 48 |
Octal | 333 | 222 | 333 | 0 | 41 | 0 | 16 | 454 | 62 | 110 |
Binary | 11011011 | 10010010 | 11011011 | 0 | 100001 | 0 | 1110 | 100101100 | 110010 | 1001000 |
Color Harmonies of #DB92DB
Complementary color
Monochromatic Colors of #DB92DB
Black with #DB92DB
Text Example
Text Example
White with #DB92DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB92DB; }
p { color: rgb(219,146,219); }
H1.HeaderClassName
{
color: #DB92DB;
}
.AnyTagClassName
{
color: #DB92DB;
}
</style>
background-color css
<style>
a { background-color: #DB92DB; }
a { background-color: rgb(219,146,219); }
div.DivClassName
{
background-color: #DB92DB;
}
.BgClassName
{
background-color: #DB92DB;
}
</style>
border-color css
<style>
span { border-color: #DB92DB; }
span { border-color: rgb(219,146,219); }
td.TdClassName
{
border-color: #DB92DB;
}
.TagClassName
{
border-color: #DB92DB;
}
</style>