Shades of Plum #DB9FE0
Tints of Plum #DB9FE0
RGB
CMYK
RGB Variations
Color information
#DB9FE0 (or 0xDB9FE0) is known color: Plum. HEX triplet: DB, 9F and E0. RGB value is (219,159,224). Sum of RGB (Red+Green+Blue) = 219+159+224=602 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.38% from 602); Green value is 159 (62.5% from 255 or 26.41% from 602); Blue value is 224 (87.89% from 255 or 37.21% from 602); Max value from RGB is 224 - color contains mainly: blue. Hex color #DB9FE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9FE0 is #24601F. Grayscale: #B8B8B8. Windows color (decimal): -2383904 or 14720987. OLE color: 14720987.
HSL color Cylindrical-coordinate representation of color #DB9FE0: hue angle of 295.38º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DB9FE0 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 159 | 224 | - |
| CMYK | 0.02 | 0.29 | 0 | 0.12 |
| HSL | 295.38º | 0.51% | 0.75% | - |
| HSV(B) | 295.38º | 0.29% | 0.88% | - |
| XYZ | 55.07 | 45.24 | 76.35 | - |
| YUV | 184.35 | 150.38 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 159 | 224 | 0.02 | 0.29 | 0 | 0.12 | 295.38 | 0.51 | 0.75 |
| Hex | DB | 9F | E0 | 2 | 1D | 0 | C | 127 | 33 | 4B |
| Octal | 333 | 237 | 340 | 2 | 35 | 0 | 14 | 447 | 63 | 113 |
| Binary | 11011011 | 10011111 | 11100000 | 10 | 11101 | 0 | 1100 | 100100111 | 110011 | 1001011 |
Color Harmonies of #DB9FE0
Complementary color
Monochromatic Colors of #DB9FE0
Black with #DB9FE0
Text Example
Text Example
White with #DB9FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9FE0; }
p { color: rgb(219,159,224); }
H1.HeaderClassName
{
color: #DB9FE0;
}
.AnyTagClassName
{
color: #DB9FE0;
}
</style>
background-color css
<style>
a { background-color: #DB9FE0; }
a { background-color: rgb(219,159,224); }
div.DivClassName
{
background-color: #DB9FE0;
}
.BgClassName
{
background-color: #DB9FE0;
}
</style>
border-color css
<style>
span { border-color: #DB9FE0; }
span { border-color: rgb(219,159,224); }
td.TdClassName
{
border-color: #DB9FE0;
}
.TagClassName
{
border-color: #DB9FE0;
}
</style>