Shades of Plum #DB95DD
Tints of Plum #DB95DD
RGB
CMYK
RGB Variations
Color information
#DB95DD (or 0xDB95DD) is known color: Plum. HEX triplet: DB, 95 and DD. RGB value is (219,149,221). Sum of RGB (Red+Green+Blue) = 219+149+221=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 149 (58.59% from 255 or 25.30% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB95DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB95DD is #246A22. Grayscale: #B1B1B1. Windows color (decimal): -2386467 or 14521819. OLE color: 14521819.
HSL color Cylindrical-coordinate representation of color #DB95DD: hue angle of 298.33º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DB95DD is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 149 | 221 | - |
| CMYK | 0.01 | 0.33 | 0 | 0.13 |
| HSL | 298.33º | 0.51% | 0.73% | - |
| HSV(B) | 298.33º | 0.33% | 0.87% | - |
| XYZ | 53.01 | 41.78 | 73.68 | - |
| YUV | 178.14 | 152.19 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 221 | 0.01 | 0.33 | 0 | 0.13 | 298.33 | 0.51 | 0.73 |
| Hex | DB | 95 | DD | 1 | 21 | 0 | D | 12A | 33 | 49 |
| Octal | 333 | 225 | 335 | 1 | 41 | 0 | 15 | 452 | 63 | 111 |
| Binary | 11011011 | 10010101 | 11011101 | 1 | 100001 | 0 | 1101 | 100101010 | 110011 | 1001001 |
Color Harmonies of #DB95DD
Complementary color
Monochromatic Colors of #DB95DD
Black with #DB95DD
Text Example
Text Example
White with #DB95DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB95DD; }
p { color: rgb(219,149,221); }
H1.HeaderClassName
{
color: #DB95DD;
}
.AnyTagClassName
{
color: #DB95DD;
}
</style>
background-color css
<style>
a { background-color: #DB95DD; }
a { background-color: rgb(219,149,221); }
div.DivClassName
{
background-color: #DB95DD;
}
.BgClassName
{
background-color: #DB95DD;
}
</style>
border-color css
<style>
span { border-color: #DB95DD; }
span { border-color: rgb(219,149,221); }
td.TdClassName
{
border-color: #DB95DD;
}
.TagClassName
{
border-color: #DB95DD;
}
</style>