Shades of Plum #DB9AE8
Tints of Plum #DB9AE8
RGB
CMYK
RGB Variations
Color information
#DB9AE8 (or 0xDB9AE8) is known color: Plum. HEX triplet: DB, 9A and E8. RGB value is (219,154,232). Sum of RGB (Red+Green+Blue) = 219+154+232=605 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.20% from 605); Green value is 154 (60.55% from 255 or 25.45% from 605); Blue value is 232 (91.02% from 255 or 38.35% from 605); Max value from RGB is 232 - color contains mainly: blue. Hex color #DB9AE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9AE8 is #246517. Grayscale: #B6B6B6. Windows color (decimal): -2385176 or 15243995. OLE color: 15243995.
HSL color Cylindrical-coordinate representation of color #DB9AE8: hue angle of 290º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DB9AE8 is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 154 | 232 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.09 |
| HSL | 290º | 0.63% | 0.76% | - |
| HSV(B) | 290º | 0.34% | 0.91% | - |
| XYZ | 55.33 | 44 | 81.92 | - |
| YUV | 182.33 | 156.03 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 154 | 232 | 0.06 | 0.34 | 0 | 0.09 | 290 | 0.63 | 0.76 |
| Hex | DB | 9A | E8 | 6 | 22 | 0 | 9 | 122 | 3F | 4C |
| Octal | 333 | 232 | 350 | 6 | 42 | 0 | 11 | 442 | 77 | 114 |
| Binary | 11011011 | 10011010 | 11101000 | 110 | 100010 | 0 | 1001 | 100100010 | 111111 | 1001100 |
Color Harmonies of #DB9AE8
Complementary color
Monochromatic Colors of #DB9AE8
Black with #DB9AE8
Text Example
Text Example
White with #DB9AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9AE8; }
p { color: rgb(219,154,232); }
H1.HeaderClassName
{
color: #DB9AE8;
}
.AnyTagClassName
{
color: #DB9AE8;
}
</style>
background-color css
<style>
a { background-color: #DB9AE8; }
a { background-color: rgb(219,154,232); }
div.DivClassName
{
background-color: #DB9AE8;
}
.BgClassName
{
background-color: #DB9AE8;
}
</style>
border-color css
<style>
span { border-color: #DB9AE8; }
span { border-color: rgb(219,154,232); }
td.TdClassName
{
border-color: #DB9AE8;
}
.TagClassName
{
border-color: #DB9AE8;
}
</style>