Shades of Plum #DB96CE
Tints of Plum #DB96CE
RGB
CMYK
RGB Variations
Color information
#DB96CE (or 0xDB96CE) is known color: Plum. HEX triplet: DB, 96 and CE. RGB value is (219,150,206). Sum of RGB (Red+Green+Blue) = 219+150+206=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 150 (58.98% from 255 or 26.09% from 575); Blue value is 206 (80.86% from 255 or 35.83% from 575); Max value from RGB is 219 - color contains mainly: red. Hex color #DB96CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB96CE is #246931. Grayscale: #B0B0B0. Windows color (decimal): -2386226 or 13539035. OLE color: 13539035.
HSL color Cylindrical-coordinate representation of color #DB96CE: hue angle of 311.3º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DB96CE is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 150 | 206 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.14 |
| HSL | 311.3º | 0.49% | 0.72% | - |
| HSV(B) | 311.3º | 0.32% | 0.86% | - |
| XYZ | 51.26 | 41.33 | 63.67 | - |
| YUV | 177.02 | 144.36 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 206 | 0 | 0.32 | 0.06 | 0.14 | 311.3 | 0.49 | 0.72 |
| Hex | DB | 96 | CE | 0 | 20 | 6 | E | 137 | 31 | 48 |
| Octal | 333 | 226 | 316 | 0 | 40 | 6 | 16 | 467 | 61 | 110 |
| Binary | 11011011 | 10010110 | 11001110 | 0 | 100000 | 110 | 1110 | 100110111 | 110001 | 1001000 |
Color Harmonies of #DB96CE
Complementary color
Monochromatic Colors of #DB96CE
Black with #DB96CE
Text Example
Text Example
White with #DB96CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB96CE; }
p { color: rgb(219,150,206); }
H1.HeaderClassName
{
color: #DB96CE;
}
.AnyTagClassName
{
color: #DB96CE;
}
</style>
background-color css
<style>
a { background-color: #DB96CE; }
a { background-color: rgb(219,150,206); }
div.DivClassName
{
background-color: #DB96CE;
}
.BgClassName
{
background-color: #DB96CE;
}
</style>
border-color css
<style>
span { border-color: #DB96CE; }
span { border-color: rgb(219,150,206); }
td.TdClassName
{
border-color: #DB96CE;
}
.TagClassName
{
border-color: #DB96CE;
}
</style>