Shades of Plum #DB9AED
Tints of Plum #DB9AED
RGB
CMYK
RGB Variations
Color information
#DB9AED (or 0xDB9AED) is known color: Plum. HEX triplet: DB, 9A and ED. RGB value is (219,154,237). Sum of RGB (Red+Green+Blue) = 219+154+237=610 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.90% from 610); Green value is 154 (60.55% from 255 or 25.25% from 610); Blue value is 237 (92.97% from 255 or 38.85% from 610); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB9AED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9AED is #246512. Grayscale: #B6B6B6. Windows color (decimal): -2385171 or 15571675. OLE color: 15571675.
HSL color Cylindrical-coordinate representation of color #DB9AED: hue angle of 286.99º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DB9AED is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 154 | 237 | - |
| CMYK | 0.08 | 0.35 | 0 | 0.07 |
| HSL | 286.99º | 0.7% | 0.77% | - |
| HSV(B) | 286.99º | 0.35% | 0.93% | - |
| XYZ | 56.06 | 44.29 | 85.71 | - |
| YUV | 182.9 | 158.53 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 154 | 237 | 0.08 | 0.35 | 0 | 0.07 | 286.99 | 0.7 | 0.77 |
| Hex | DB | 9A | ED | 8 | 23 | 0 | 7 | 11F | 46 | 4D |
| Octal | 333 | 232 | 355 | 10 | 43 | 0 | 7 | 437 | 106 | 115 |
| Binary | 11011011 | 10011010 | 11101101 | 1000 | 100011 | 0 | 111 | 100011111 | 1000110 | 1001101 |
Color Harmonies of #DB9AED
Complementary color
Monochromatic Colors of #DB9AED
Black with #DB9AED
Text Example
Text Example
White with #DB9AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9AED; }
p { color: rgb(219,154,237); }
H1.HeaderClassName
{
color: #DB9AED;
}
.AnyTagClassName
{
color: #DB9AED;
}
</style>
background-color css
<style>
a { background-color: #DB9AED; }
a { background-color: rgb(219,154,237); }
div.DivClassName
{
background-color: #DB9AED;
}
.BgClassName
{
background-color: #DB9AED;
}
</style>
border-color css
<style>
span { border-color: #DB9AED; }
span { border-color: rgb(219,154,237); }
td.TdClassName
{
border-color: #DB9AED;
}
.TagClassName
{
border-color: #DB9AED;
}
</style>