Shades of Plum #DB8ADC
Tints of Plum #DB8ADC
RGB
CMYK
RGB Variations
Color information
#DB8ADC (or 0xDB8ADC) is known color: Plum. HEX triplet: DB, 8A and DC. RGB value is (219,138,220). Sum of RGB (Red+Green+Blue) = 219+138+220=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 138 (54.30% from 255 or 23.92% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB8ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8ADC is #247523. Grayscale: #ABABAB. Windows color (decimal): -2389284 or 14453467. OLE color: 14453467.
HSL color Cylindrical-coordinate representation of color #DB8ADC: hue angle of 299.27º degrees, saturation: 0.54, 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 #DB8ADC is Cyan = 0.00, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 138 | 220 | - |
| CMYK | 0.00 | 0.37 | 0 | 0.14 |
| HSL | 299.27º | 0.54% | 0.7% | - |
| HSV(B) | 299.27º | 0.37% | 0.86% | - |
| XYZ | 51.22 | 38.4 | 72.42 | - |
| YUV | 171.57 | 155.34 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 138 | 220 | 0.00 | 0.37 | 0 | 0.14 | 299.27 | 0.54 | 0.7 |
| Hex | DB | 8A | DC | 0 | 25 | 0 | E | 12B | 36 | 46 |
| Octal | 333 | 212 | 334 | 0 | 45 | 0 | 16 | 453 | 66 | 106 |
| Binary | 11011011 | 10001010 | 11011100 | 0 | 100101 | 0 | 1110 | 100101011 | 110110 | 1000110 |
Color Harmonies of #DB8ADC
Complementary color
Monochromatic Colors of #DB8ADC
Black with #DB8ADC
Text Example
Text Example
White with #DB8ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8ADC; }
p { color: rgb(219,138,220); }
H1.HeaderClassName
{
color: #DB8ADC;
}
.AnyTagClassName
{
color: #DB8ADC;
}
</style>
background-color css
<style>
a { background-color: #DB8ADC; }
a { background-color: rgb(219,138,220); }
div.DivClassName
{
background-color: #DB8ADC;
}
.BgClassName
{
background-color: #DB8ADC;
}
</style>
border-color css
<style>
span { border-color: #DB8ADC; }
span { border-color: rgb(219,138,220); }
td.TdClassName
{
border-color: #DB8ADC;
}
.TagClassName
{
border-color: #DB8ADC;
}
</style>