Shades of Plum #DB96E1
Tints of Plum #DB96E1
RGB
CMYK
RGB Variations
Color information
#DB96E1 (or 0xDB96E1) is known color: Plum. HEX triplet: DB, 96 and E1. RGB value is (219,150,225). Sum of RGB (Red+Green+Blue) = 219+150+225=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 150 (58.98% from 255 or 25.25% from 594); Blue value is 225 (88.28% from 255 or 37.88% from 594); Max value from RGB is 225 - color contains mainly: blue. Hex color #DB96E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB96E1 is #24691E. Grayscale: #B2B2B2. Windows color (decimal): -2386207 or 14784219. OLE color: 14784219.
HSL color Cylindrical-coordinate representation of color #DB96E1: hue angle of 295.2º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DB96E1 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 150 | 225 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.12 |
| HSL | 295.2º | 0.56% | 0.74% | - |
| HSV(B) | 295.2º | 0.33% | 0.88% | - |
| XYZ | 53.71 | 42.31 | 76.57 | - |
| YUV | 179.18 | 153.86 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 225 | 0.03 | 0.33 | 0 | 0.12 | 295.2 | 0.56 | 0.74 |
| Hex | DB | 96 | E1 | 3 | 21 | 0 | C | 127 | 38 | 4A |
| Octal | 333 | 226 | 341 | 3 | 41 | 0 | 14 | 447 | 70 | 112 |
| Binary | 11011011 | 10010110 | 11100001 | 11 | 100001 | 0 | 1100 | 100100111 | 111000 | 1001010 |
Color Harmonies of #DB96E1
Complementary color
Monochromatic Colors of #DB96E1
Black with #DB96E1
Text Example
Text Example
White with #DB96E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB96E1; }
p { color: rgb(219,150,225); }
H1.HeaderClassName
{
color: #DB96E1;
}
.AnyTagClassName
{
color: #DB96E1;
}
</style>
background-color css
<style>
a { background-color: #DB96E1; }
a { background-color: rgb(219,150,225); }
div.DivClassName
{
background-color: #DB96E1;
}
.BgClassName
{
background-color: #DB96E1;
}
</style>
border-color css
<style>
span { border-color: #DB96E1; }
span { border-color: rgb(219,150,225); }
td.TdClassName
{
border-color: #DB96E1;
}
.TagClassName
{
border-color: #DB96E1;
}
</style>