Shades of Plum #DB8ADB
Tints of Plum #DB8ADB
RGB
CMYK
RGB Variations
Color information
#DB8ADB (or 0xDB8ADB) is known color: Plum. HEX triplet: DB, 8A and DB. RGB value is (219,138,219). Sum of RGB (Red+Green+Blue) = 219+138+219=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 138 (54.30% from 255 or 23.96% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB8ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8ADB is #247524. Grayscale: #ABABAB. Windows color (decimal): -2389285 or 14387931. OLE color: 14387931.
HSL color Cylindrical-coordinate representation of color #DB8ADB: hue angle of 300º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB8ADB is Cyan = 0, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 138 | 219 | - |
CMYK | 0 | 0.37 | 0 | 0.14 |
HSL | 300º | 0.53% | 0.7% | - |
HSV(B) | 300º | 0.37% | 0.86% | - |
XYZ | 51.09 | 38.35 | 71.73 | - |
YUV | 171.45 | 154.84 | 161.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 138 | 219 | 0 | 0.37 | 0 | 0.14 | 300 | 0.53 | 0.7 |
Hex | DB | 8A | DB | 0 | 25 | 0 | E | 12C | 35 | 46 |
Octal | 333 | 212 | 333 | 0 | 45 | 0 | 16 | 454 | 65 | 106 |
Binary | 11011011 | 10001010 | 11011011 | 0 | 100101 | 0 | 1110 | 100101100 | 110101 | 1000110 |
Color Harmonies of #DB8ADB
Complementary color
Monochromatic Colors of #DB8ADB
Black with #DB8ADB
Text Example
Text Example
White with #DB8ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8ADB; }
p { color: rgb(219,138,219); }
H1.HeaderClassName
{
color: #DB8ADB;
}
.AnyTagClassName
{
color: #DB8ADB;
}
</style>
background-color css
<style>
a { background-color: #DB8ADB; }
a { background-color: rgb(219,138,219); }
div.DivClassName
{
background-color: #DB8ADB;
}
.BgClassName
{
background-color: #DB8ADB;
}
</style>
border-color css
<style>
span { border-color: #DB8ADB; }
span { border-color: rgb(219,138,219); }
td.TdClassName
{
border-color: #DB8ADB;
}
.TagClassName
{
border-color: #DB8ADB;
}
</style>