Shades of Plum #DB9ADB
Tints of Plum #DB9ADB
RGB
CMYK
RGB Variations
Color information
#DB9ADB (or 0xDB9ADB) is known color: Plum. HEX triplet: DB, 9A and DB. RGB value is (219,154,219). Sum of RGB (Red+Green+Blue) = 219+154+219=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 154 (60.55% from 255 or 26.01% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB9ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9ADB is #246524. Grayscale: #B4B4B4. Windows color (decimal): -2385189 or 14392027. OLE color: 14392027.
HSL color Cylindrical-coordinate representation of color #DB9ADB: hue angle of 300º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DB9ADB is Cyan = 0, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 154 | 219 | - |
CMYK | 0 | 0.30 | 0 | 0.14 |
HSL | 300º | 0.47% | 0.73% | - |
HSV(B) | 300º | 0.3% | 0.86% | - |
XYZ | 53.56 | 43.29 | 72.55 | - |
YUV | 180.85 | 149.53 | 155.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 154 | 219 | 0 | 0.30 | 0 | 0.14 | 300 | 0.47 | 0.73 |
Hex | DB | 9A | DB | 0 | 1E | 0 | E | 12C | 2F | 49 |
Octal | 333 | 232 | 333 | 0 | 36 | 0 | 16 | 454 | 57 | 111 |
Binary | 11011011 | 10011010 | 11011011 | 0 | 11110 | 0 | 1110 | 100101100 | 101111 | 1001001 |
Color Harmonies of #DB9ADB
Complementary color
Monochromatic Colors of #DB9ADB
Black with #DB9ADB
Text Example
Text Example
White with #DB9ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9ADB; }
p { color: rgb(219,154,219); }
H1.HeaderClassName
{
color: #DB9ADB;
}
.AnyTagClassName
{
color: #DB9ADB;
}
</style>
background-color css
<style>
a { background-color: #DB9ADB; }
a { background-color: rgb(219,154,219); }
div.DivClassName
{
background-color: #DB9ADB;
}
.BgClassName
{
background-color: #DB9ADB;
}
</style>
border-color css
<style>
span { border-color: #DB9ADB; }
span { border-color: rgb(219,154,219); }
td.TdClassName
{
border-color: #DB9ADB;
}
.TagClassName
{
border-color: #DB9ADB;
}
</style>