Shades of Plum #DB9AE1
Tints of Plum #DB9AE1
RGB
CMYK
RGB Variations
Color information
#DB9AE1 (or 0xDB9AE1) is known color: Plum. HEX triplet: DB, 9A and E1. RGB value is (219,154,225). Sum of RGB (Red+Green+Blue) = 219+154+225=598 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.62% from 598); Green value is 154 (60.55% from 255 or 25.75% from 598); Blue value is 225 (88.28% from 255 or 37.63% from 598); Max value from RGB is 225 - color contains mainly: blue. Hex color #DB9AE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9AE1 is #24651E. Grayscale: #B5B5B5. Windows color (decimal): -2385183 or 14785243. OLE color: 14785243.
HSL color Cylindrical-coordinate representation of color #DB9AE1: hue angle of 294.93º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DB9AE1 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 154 | 225 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.12 |
| HSL | 294.93º | 0.54% | 0.74% | - |
| HSV(B) | 294.93º | 0.32% | 0.88% | - |
| XYZ | 54.36 | 43.61 | 76.79 | - |
| YUV | 181.53 | 152.53 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 154 | 225 | 0.03 | 0.32 | 0 | 0.12 | 294.93 | 0.54 | 0.74 |
| Hex | DB | 9A | E1 | 3 | 20 | 0 | C | 127 | 36 | 4A |
| Octal | 333 | 232 | 341 | 3 | 40 | 0 | 14 | 447 | 66 | 112 |
| Binary | 11011011 | 10011010 | 11100001 | 11 | 100000 | 0 | 1100 | 100100111 | 110110 | 1001010 |
Color Harmonies of #DB9AE1
Complementary color
Monochromatic Colors of #DB9AE1
Black with #DB9AE1
Text Example
Text Example
White with #DB9AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9AE1; }
p { color: rgb(219,154,225); }
H1.HeaderClassName
{
color: #DB9AE1;
}
.AnyTagClassName
{
color: #DB9AE1;
}
</style>
background-color css
<style>
a { background-color: #DB9AE1; }
a { background-color: rgb(219,154,225); }
div.DivClassName
{
background-color: #DB9AE1;
}
.BgClassName
{
background-color: #DB9AE1;
}
</style>
border-color css
<style>
span { border-color: #DB9AE1; }
span { border-color: rgb(219,154,225); }
td.TdClassName
{
border-color: #DB9AE1;
}
.TagClassName
{
border-color: #DB9AE1;
}
</style>