Shades of Plum #DB9CE1
Tints of Plum #DB9CE1
RGB
CMYK
RGB Variations
Color information
#DB9CE1 (or 0xDB9CE1) is known color: Plum. HEX triplet: DB, 9C and E1. RGB value is (219,156,225). Sum of RGB (Red+Green+Blue) = 219+156+225=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 156 (61.33% from 255 or 26% from 600); Blue value is 225 (88.28% from 255 or 37.5% from 600); Max value from RGB is 225 - color contains mainly: blue. Hex color #DB9CE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9CE1 is #24631E. Grayscale: #B6B6B6. Windows color (decimal): -2384671 or 14785755. OLE color: 14785755.
HSL color Cylindrical-coordinate representation of color #DB9CE1: hue angle of 294.78º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DB9CE1 is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 156 | 225 | - |
| CMYK | 0.03 | 0.31 | 0 | 0.12 |
| HSL | 294.78º | 0.53% | 0.75% | - |
| HSV(B) | 294.78º | 0.31% | 0.88% | - |
| XYZ | 54.69 | 44.27 | 76.9 | - |
| YUV | 182.7 | 151.87 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 156 | 225 | 0.03 | 0.31 | 0 | 0.12 | 294.78 | 0.53 | 0.75 |
| Hex | DB | 9C | E1 | 3 | 1F | 0 | C | 127 | 35 | 4B |
| Octal | 333 | 234 | 341 | 3 | 37 | 0 | 14 | 447 | 65 | 113 |
| Binary | 11011011 | 10011100 | 11100001 | 11 | 11111 | 0 | 1100 | 100100111 | 110101 | 1001011 |
Color Harmonies of #DB9CE1
Complementary color
Monochromatic Colors of #DB9CE1
Black with #DB9CE1
Text Example
Text Example
White with #DB9CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9CE1; }
p { color: rgb(219,156,225); }
H1.HeaderClassName
{
color: #DB9CE1;
}
.AnyTagClassName
{
color: #DB9CE1;
}
</style>
background-color css
<style>
a { background-color: #DB9CE1; }
a { background-color: rgb(219,156,225); }
div.DivClassName
{
background-color: #DB9CE1;
}
.BgClassName
{
background-color: #DB9CE1;
}
</style>
border-color css
<style>
span { border-color: #DB9CE1; }
span { border-color: rgb(219,156,225); }
td.TdClassName
{
border-color: #DB9CE1;
}
.TagClassName
{
border-color: #DB9CE1;
}
</style>