Shades of Plum #DB96ED
Tints of Plum #DB96ED
RGB
CMYK
RGB Variations
Color information
#DB96ED (or 0xDB96ED) is known color: Plum. HEX triplet: DB, 96 and ED. RGB value is (219,150,237). Sum of RGB (Red+Green+Blue) = 219+150+237=606 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.14% from 606); Green value is 150 (58.98% from 255 or 24.75% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB96ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB96ED is #246912. Grayscale: #B4B4B4. Windows color (decimal): -2386195 or 15570651. OLE color: 15570651.
HSL color Cylindrical-coordinate representation of color #DB96ED: hue angle of 287.59º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB96ED is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 150 | 237 | - |
| CMYK | 0.08 | 0.37 | 0 | 0.07 |
| HSL | 287.59º | 0.71% | 0.76% | - |
| HSV(B) | 287.59º | 0.37% | 0.93% | - |
| XYZ | 55.41 | 42.99 | 85.5 | - |
| YUV | 180.55 | 159.86 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 237 | 0.08 | 0.37 | 0 | 0.07 | 287.59 | 0.71 | 0.76 |
| Hex | DB | 96 | ED | 8 | 25 | 0 | 7 | 120 | 47 | 4C |
| Octal | 333 | 226 | 355 | 10 | 45 | 0 | 7 | 440 | 107 | 114 |
| Binary | 11011011 | 10010110 | 11101101 | 1000 | 100101 | 0 | 111 | 100100000 | 1000111 | 1001100 |
Color Harmonies of #DB96ED
Complementary color
Monochromatic Colors of #DB96ED
Black with #DB96ED
Text Example
Text Example
White with #DB96ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB96ED; }
p { color: rgb(219,150,237); }
H1.HeaderClassName
{
color: #DB96ED;
}
.AnyTagClassName
{
color: #DB96ED;
}
</style>
background-color css
<style>
a { background-color: #DB96ED; }
a { background-color: rgb(219,150,237); }
div.DivClassName
{
background-color: #DB96ED;
}
.BgClassName
{
background-color: #DB96ED;
}
</style>
border-color css
<style>
span { border-color: #DB96ED; }
span { border-color: rgb(219,150,237); }
td.TdClassName
{
border-color: #DB96ED;
}
.TagClassName
{
border-color: #DB96ED;
}
</style>