Shades of Plum #DB9ADC
Tints of Plum #DB9ADC
RGB
CMYK
RGB Variations
Color information
#DB9ADC (or 0xDB9ADC) is known color: Plum. HEX triplet: DB, 9A and DC. RGB value is (219,154,220). Sum of RGB (Red+Green+Blue) = 219+154+220=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 154 (60.55% from 255 or 25.97% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB9ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9ADC is #246523. Grayscale: #B4B4B4. Windows color (decimal): -2385188 or 14457563. OLE color: 14457563.
HSL color Cylindrical-coordinate representation of color #DB9ADC: hue angle of 299.09º degrees, saturation: 0.49, 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 #DB9ADC is Cyan = 0.00, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 154 | 220 | - |
| CMYK | 0.00 | 0.3 | 0 | 0.14 |
| HSL | 299.09º | 0.49% | 0.73% | - |
| HSV(B) | 299.09º | 0.3% | 0.86% | - |
| XYZ | 53.69 | 43.34 | 73.25 | - |
| YUV | 180.96 | 150.03 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 154 | 220 | 0.00 | 0.3 | 0 | 0.14 | 299.09 | 0.49 | 0.73 |
| Hex | DB | 9A | DC | 0 | 1E | 0 | E | 12B | 31 | 49 |
| Octal | 333 | 232 | 334 | 0 | 36 | 0 | 16 | 453 | 61 | 111 |
| Binary | 11011011 | 10011010 | 11011100 | 0 | 11110 | 0 | 1110 | 100101011 | 110001 | 1001001 |
Color Harmonies of #DB9ADC
Complementary color
Monochromatic Colors of #DB9ADC
Black with #DB9ADC
Text Example
Text Example
White with #DB9ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9ADC; }
p { color: rgb(219,154,220); }
H1.HeaderClassName
{
color: #DB9ADC;
}
.AnyTagClassName
{
color: #DB9ADC;
}
</style>
background-color css
<style>
a { background-color: #DB9ADC; }
a { background-color: rgb(219,154,220); }
div.DivClassName
{
background-color: #DB9ADC;
}
.BgClassName
{
background-color: #DB9ADC;
}
</style>
border-color css
<style>
span { border-color: #DB9ADC; }
span { border-color: rgb(219,154,220); }
td.TdClassName
{
border-color: #DB9ADC;
}
.TagClassName
{
border-color: #DB9ADC;
}
</style>