Shades of Plum #DB96E4
Tints of Plum #DB96E4
RGB
CMYK
RGB Variations
Color information
#DB96E4 (or 0xDB96E4) is known color: Plum. HEX triplet: DB, 96 and E4. RGB value is (219,150,228). Sum of RGB (Red+Green+Blue) = 219+150+228=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 150 (58.98% from 255 or 25.13% from 597); Blue value is 228 (89.45% from 255 or 38.19% from 597); Max value from RGB is 228 - color contains mainly: blue. Hex color #DB96E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB96E4 is #24691B. Grayscale: #B3B3B3. Windows color (decimal): -2386204 or 14980827. OLE color: 14980827.
HSL color Cylindrical-coordinate representation of color #DB96E4: hue angle of 293.08º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DB96E4 is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 150 | 228 | - |
| CMYK | 0.04 | 0.34 | 0 | 0.11 |
| HSL | 293.08º | 0.59% | 0.74% | - |
| HSV(B) | 293.08º | 0.34% | 0.89% | - |
| XYZ | 54.12 | 42.47 | 78.74 | - |
| YUV | 179.52 | 155.36 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 228 | 0.04 | 0.34 | 0 | 0.11 | 293.08 | 0.59 | 0.74 |
| Hex | DB | 96 | E4 | 4 | 22 | 0 | B | 125 | 3B | 4A |
| Octal | 333 | 226 | 344 | 4 | 42 | 0 | 13 | 445 | 73 | 112 |
| Binary | 11011011 | 10010110 | 11100100 | 100 | 100010 | 0 | 1011 | 100100101 | 111011 | 1001010 |
Color Harmonies of #DB96E4
Complementary color
Monochromatic Colors of #DB96E4
Black with #DB96E4
Text Example
Text Example
White with #DB96E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB96E4; }
p { color: rgb(219,150,228); }
H1.HeaderClassName
{
color: #DB96E4;
}
.AnyTagClassName
{
color: #DB96E4;
}
</style>
background-color css
<style>
a { background-color: #DB96E4; }
a { background-color: rgb(219,150,228); }
div.DivClassName
{
background-color: #DB96E4;
}
.BgClassName
{
background-color: #DB96E4;
}
</style>
border-color css
<style>
span { border-color: #DB96E4; }
span { border-color: rgb(219,150,228); }
td.TdClassName
{
border-color: #DB96E4;
}
.TagClassName
{
border-color: #DB96E4;
}
</style>