Shades of Plum #DB9AE6
Tints of Plum #DB9AE6
RGB
CMYK
RGB Variations
Color information
#DB9AE6 (or 0xDB9AE6) is known color: Plum. HEX triplet: DB, 9A and E6. RGB value is (219,154,230). Sum of RGB (Red+Green+Blue) = 219+154+230=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 154 (60.55% from 255 or 25.54% from 603); Blue value is 230 (90.23% from 255 or 38.14% from 603); Max value from RGB is 230 - color contains mainly: blue. Hex color #DB9AE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9AE6 is #246519. Grayscale: #B5B5B5. Windows color (decimal): -2385178 or 15112923. OLE color: 15112923.
HSL color Cylindrical-coordinate representation of color #DB9AE6: hue angle of 291.32º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DB9AE6 is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 154 | 230 | - |
| CMYK | 0.05 | 0.33 | 0 | 0.10 |
| HSL | 291.32º | 0.6% | 0.75% | - |
| HSV(B) | 291.32º | 0.33% | 0.9% | - |
| XYZ | 55.05 | 43.88 | 80.43 | - |
| YUV | 182.1 | 155.03 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 154 | 230 | 0.05 | 0.33 | 0 | 0.10 | 291.32 | 0.6 | 0.75 |
| Hex | DB | 9A | E6 | 5 | 21 | 0 | A | 123 | 3C | 4B |
| Octal | 333 | 232 | 346 | 5 | 41 | 0 | 12 | 443 | 74 | 113 |
| Binary | 11011011 | 10011010 | 11100110 | 101 | 100001 | 0 | 1010 | 100100011 | 111100 | 1001011 |
Color Harmonies of #DB9AE6
Complementary color
Monochromatic Colors of #DB9AE6
Black with #DB9AE6
Text Example
Text Example
White with #DB9AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9AE6; }
p { color: rgb(219,154,230); }
H1.HeaderClassName
{
color: #DB9AE6;
}
.AnyTagClassName
{
color: #DB9AE6;
}
</style>
background-color css
<style>
a { background-color: #DB9AE6; }
a { background-color: rgb(219,154,230); }
div.DivClassName
{
background-color: #DB9AE6;
}
.BgClassName
{
background-color: #DB9AE6;
}
</style>
border-color css
<style>
span { border-color: #DB9AE6; }
span { border-color: rgb(219,154,230); }
td.TdClassName
{
border-color: #DB9AE6;
}
.TagClassName
{
border-color: #DB9AE6;
}
</style>