Shades of Plum #DB96EA
Tints of Plum #DB96EA
RGB
CMYK
RGB Variations
Color information
#DB96EA (or 0xDB96EA) is known color: Plum. HEX triplet: DB, 96 and EA. RGB value is (219,150,234). Sum of RGB (Red+Green+Blue) = 219+150+234=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 150 (58.98% from 255 or 24.88% from 603); Blue value is 234 (91.80% from 255 or 38.81% from 603); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB96EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB96EA is #246915. Grayscale: #B3B3B3. Windows color (decimal): -2386198 or 15374043. OLE color: 15374043.
HSL color Cylindrical-coordinate representation of color #DB96EA: hue angle of 289.29º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB96EA is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 150 | 234 | - |
| CMYK | 0.06 | 0.36 | 0 | 0.08 |
| HSL | 289.29º | 0.67% | 0.75% | - |
| HSV(B) | 289.29º | 0.36% | 0.92% | - |
| XYZ | 54.97 | 42.81 | 83.21 | - |
| YUV | 180.21 | 158.36 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 234 | 0.06 | 0.36 | 0 | 0.08 | 289.29 | 0.67 | 0.75 |
| Hex | DB | 96 | EA | 6 | 24 | 0 | 8 | 121 | 43 | 4B |
| Octal | 333 | 226 | 352 | 6 | 44 | 0 | 10 | 441 | 103 | 113 |
| Binary | 11011011 | 10010110 | 11101010 | 110 | 100100 | 0 | 1000 | 100100001 | 1000011 | 1001011 |
Color Harmonies of #DB96EA
Complementary color
Monochromatic Colors of #DB96EA
Black with #DB96EA
Text Example
Text Example
White with #DB96EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB96EA; }
p { color: rgb(219,150,234); }
H1.HeaderClassName
{
color: #DB96EA;
}
.AnyTagClassName
{
color: #DB96EA;
}
</style>
background-color css
<style>
a { background-color: #DB96EA; }
a { background-color: rgb(219,150,234); }
div.DivClassName
{
background-color: #DB96EA;
}
.BgClassName
{
background-color: #DB96EA;
}
</style>
border-color css
<style>
span { border-color: #DB96EA; }
span { border-color: rgb(219,150,234); }
td.TdClassName
{
border-color: #DB96EA;
}
.TagClassName
{
border-color: #DB96EA;
}
</style>