Shades of Plum #DB95D5
Tints of Plum #DB95D5
RGB
CMYK
RGB Variations
Color information
#DB95D5 (or 0xDB95D5) is known color: Plum. HEX triplet: DB, 95 and D5. RGB value is (219,149,213). Sum of RGB (Red+Green+Blue) = 219+149+213=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 149 (58.59% from 255 or 25.65% from 581); Blue value is 213 (83.59% from 255 or 36.66% from 581); Max value from RGB is 219 - color contains mainly: red. Hex color #DB95D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB95D5 is #246A2A. Grayscale: #B1B1B1. Windows color (decimal): -2386475 or 13997531. OLE color: 13997531.
HSL color Cylindrical-coordinate representation of color #DB95D5: hue angle of 305.14º 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 #DB95D5 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 213 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.14 |
| HSL | 305.14º | 0.49% | 0.72% | - |
| HSV(B) | 305.14º | 0.32% | 0.86% | - |
| XYZ | 51.97 | 41.36 | 68.19 | - |
| YUV | 177.23 | 148.19 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 213 | 0 | 0.32 | 0.03 | 0.14 | 305.14 | 0.49 | 0.72 |
| Hex | DB | 95 | D5 | 0 | 20 | 3 | E | 131 | 31 | 48 |
| Octal | 333 | 225 | 325 | 0 | 40 | 3 | 16 | 461 | 61 | 110 |
| Binary | 11011011 | 10010101 | 11010101 | 0 | 100000 | 11 | 1110 | 100110001 | 110001 | 1001000 |
Color Harmonies of #DB95D5
Complementary color
Monochromatic Colors of #DB95D5
Black with #DB95D5
Text Example
Text Example
White with #DB95D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB95D5; }
p { color: rgb(219,149,213); }
H1.HeaderClassName
{
color: #DB95D5;
}
.AnyTagClassName
{
color: #DB95D5;
}
</style>
background-color css
<style>
a { background-color: #DB95D5; }
a { background-color: rgb(219,149,213); }
div.DivClassName
{
background-color: #DB95D5;
}
.BgClassName
{
background-color: #DB95D5;
}
</style>
border-color css
<style>
span { border-color: #DB95D5; }
span { border-color: rgb(219,149,213); }
td.TdClassName
{
border-color: #DB95D5;
}
.TagClassName
{
border-color: #DB95D5;
}
</style>