Shades of Plum #DB8CDB
Tints of Plum #DB8CDB
RGB
CMYK
RGB Variations
Color information
#DB8CDB (or 0xDB8CDB) is known color: Plum. HEX triplet: DB, 8C and DB. RGB value is (219,140,219). Sum of RGB (Red+Green+Blue) = 219+140+219=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 140 (55.08% from 255 or 24.22% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB8CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8CDB is #247324. Grayscale: #ACACAC. Windows color (decimal): -2388773 or 14388443. OLE color: 14388443.
HSL color Cylindrical-coordinate representation of color #DB8CDB: hue angle of 300º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB8CDB is Cyan = 0, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 140 | 219 | - |
CMYK | 0 | 0.36 | 0 | 0.14 |
HSL | 300º | 0.52% | 0.7% | - |
HSV(B) | 300º | 0.36% | 0.86% | - |
XYZ | 51.38 | 38.93 | 71.82 | - |
YUV | 172.63 | 154.17 | 161.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 140 | 219 | 0 | 0.36 | 0 | 0.14 | 300 | 0.52 | 0.7 |
Hex | DB | 8C | DB | 0 | 24 | 0 | E | 12C | 34 | 46 |
Octal | 333 | 214 | 333 | 0 | 44 | 0 | 16 | 454 | 64 | 106 |
Binary | 11011011 | 10001100 | 11011011 | 0 | 100100 | 0 | 1110 | 100101100 | 110100 | 1000110 |
Color Harmonies of #DB8CDB
Complementary color
Monochromatic Colors of #DB8CDB
Black with #DB8CDB
Text Example
Text Example
White with #DB8CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8CDB; }
p { color: rgb(219,140,219); }
H1.HeaderClassName
{
color: #DB8CDB;
}
.AnyTagClassName
{
color: #DB8CDB;
}
</style>
background-color css
<style>
a { background-color: #DB8CDB; }
a { background-color: rgb(219,140,219); }
div.DivClassName
{
background-color: #DB8CDB;
}
.BgClassName
{
background-color: #DB8CDB;
}
</style>
border-color css
<style>
span { border-color: #DB8CDB; }
span { border-color: rgb(219,140,219); }
td.TdClassName
{
border-color: #DB8CDB;
}
.TagClassName
{
border-color: #DB8CDB;
}
</style>