Shades of Plum #DB9CE5
Tints of Plum #DB9CE5
RGB
CMYK
RGB Variations
Color information
#DB9CE5 (or 0xDB9CE5) is known color: Plum. HEX triplet: DB, 9C and E5. RGB value is (219,156,229). Sum of RGB (Red+Green+Blue) = 219+156+229=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 156 (61.33% from 255 or 25.83% from 604); Blue value is 229 (89.84% from 255 or 37.91% from 604); Max value from RGB is 229 - color contains mainly: blue. Hex color #DB9CE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9CE5 is #24631A. Grayscale: #B6B6B6. Windows color (decimal): -2384667 or 15047899. OLE color: 15047899.
HSL color Cylindrical-coordinate representation of color #DB9CE5: hue angle of 291.78º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DB9CE5 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 156 | 229 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.10 |
| HSL | 291.78º | 0.58% | 0.75% | - |
| HSV(B) | 291.78º | 0.32% | 0.9% | - |
| XYZ | 55.24 | 44.49 | 79.81 | - |
| YUV | 183.16 | 153.87 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 156 | 229 | 0.04 | 0.32 | 0 | 0.10 | 291.78 | 0.58 | 0.75 |
| Hex | DB | 9C | E5 | 4 | 20 | 0 | A | 124 | 3A | 4B |
| Octal | 333 | 234 | 345 | 4 | 40 | 0 | 12 | 444 | 72 | 113 |
| Binary | 11011011 | 10011100 | 11100101 | 100 | 100000 | 0 | 1010 | 100100100 | 111010 | 1001011 |
Color Harmonies of #DB9CE5
Complementary color
Monochromatic Colors of #DB9CE5
Black with #DB9CE5
Text Example
Text Example
White with #DB9CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9CE5; }
p { color: rgb(219,156,229); }
H1.HeaderClassName
{
color: #DB9CE5;
}
.AnyTagClassName
{
color: #DB9CE5;
}
</style>
background-color css
<style>
a { background-color: #DB9CE5; }
a { background-color: rgb(219,156,229); }
div.DivClassName
{
background-color: #DB9CE5;
}
.BgClassName
{
background-color: #DB9CE5;
}
</style>
border-color css
<style>
span { border-color: #DB9CE5; }
span { border-color: rgb(219,156,229); }
td.TdClassName
{
border-color: #DB9CE5;
}
.TagClassName
{
border-color: #DB9CE5;
}
</style>