Shades of Plum #DB96CD
Tints of Plum #DB96CD
RGB
CMYK
RGB Variations
Color information
#DB96CD (or 0xDB96CD) is known color: Plum. HEX triplet: DB, 96 and CD. RGB value is (219,150,205). Sum of RGB (Red+Green+Blue) = 219+150+205=574 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.15% from 574); Green value is 150 (58.98% from 255 or 26.13% from 574); Blue value is 205 (80.47% from 255 or 35.71% from 574); Max value from RGB is 219 - color contains mainly: red. Hex color #DB96CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB96CD is #246932. Grayscale: #B0B0B0. Windows color (decimal): -2386227 or 13473499. OLE color: 13473499.
HSL color Cylindrical-coordinate representation of color #DB96CD: hue angle of 312.17º 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 #DB96CD is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 150 | 205 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.14 |
| HSL | 312.17º | 0.49% | 0.72% | - |
| HSV(B) | 312.17º | 0.32% | 0.86% | - |
| XYZ | 51.14 | 41.28 | 63.03 | - |
| YUV | 176.9 | 143.86 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 205 | 0 | 0.32 | 0.06 | 0.14 | 312.17 | 0.49 | 0.72 |
| Hex | DB | 96 | CD | 0 | 20 | 6 | E | 138 | 31 | 48 |
| Octal | 333 | 226 | 315 | 0 | 40 | 6 | 16 | 470 | 61 | 110 |
| Binary | 11011011 | 10010110 | 11001101 | 0 | 100000 | 110 | 1110 | 100111000 | 110001 | 1001000 |
Color Harmonies of #DB96CD
Complementary color
Monochromatic Colors of #DB96CD
Black with #DB96CD
Text Example
Text Example
White with #DB96CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB96CD; }
p { color: rgb(219,150,205); }
H1.HeaderClassName
{
color: #DB96CD;
}
.AnyTagClassName
{
color: #DB96CD;
}
</style>
background-color css
<style>
a { background-color: #DB96CD; }
a { background-color: rgb(219,150,205); }
div.DivClassName
{
background-color: #DB96CD;
}
.BgClassName
{
background-color: #DB96CD;
}
</style>
border-color css
<style>
span { border-color: #DB96CD; }
span { border-color: rgb(219,150,205); }
td.TdClassName
{
border-color: #DB96CD;
}
.TagClassName
{
border-color: #DB96CD;
}
</style>