Shades of Plum #DB96DE
Tints of Plum #DB96DE
RGB
CMYK
RGB Variations
Color information
#DB96DE (or 0xDB96DE) is known color: Plum. HEX triplet: DB, 96 and DE. RGB value is (219,150,222). Sum of RGB (Red+Green+Blue) = 219+150+222=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 150 (58.98% from 255 or 25.38% from 591); Blue value is 222 (87.11% from 255 or 37.56% from 591); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB96DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB96DE is #246921. Grayscale: #B2B2B2. Windows color (decimal): -2386210 or 14587611. OLE color: 14587611.
HSL color Cylindrical-coordinate representation of color #DB96DE: hue angle of 297.5º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DB96DE is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 150 | 222 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.13 |
| HSL | 297.5º | 0.52% | 0.73% | - |
| HSV(B) | 297.5º | 0.32% | 0.87% | - |
| XYZ | 53.3 | 42.15 | 74.43 | - |
| YUV | 178.84 | 152.36 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 222 | 0.01 | 0.32 | 0 | 0.13 | 297.5 | 0.52 | 0.73 |
| Hex | DB | 96 | DE | 1 | 20 | 0 | D | 12A | 34 | 49 |
| Octal | 333 | 226 | 336 | 1 | 40 | 0 | 15 | 452 | 64 | 111 |
| Binary | 11011011 | 10010110 | 11011110 | 1 | 100000 | 0 | 1101 | 100101010 | 110100 | 1001001 |
Color Harmonies of #DB96DE
Complementary color
Monochromatic Colors of #DB96DE
Black with #DB96DE
Text Example
Text Example
White with #DB96DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB96DE; }
p { color: rgb(219,150,222); }
H1.HeaderClassName
{
color: #DB96DE;
}
.AnyTagClassName
{
color: #DB96DE;
}
</style>
background-color css
<style>
a { background-color: #DB96DE; }
a { background-color: rgb(219,150,222); }
div.DivClassName
{
background-color: #DB96DE;
}
.BgClassName
{
background-color: #DB96DE;
}
</style>
border-color css
<style>
span { border-color: #DB96DE; }
span { border-color: rgb(219,150,222); }
td.TdClassName
{
border-color: #DB96DE;
}
.TagClassName
{
border-color: #DB96DE;
}
</style>