Shades of Plum #DB95D4
Tints of Plum #DB95D4
RGB
CMYK
RGB Variations
Color information
#DB95D4 (or 0xDB95D4) is known color: Plum. HEX triplet: DB, 95 and D4. RGB value is (219,149,212). Sum of RGB (Red+Green+Blue) = 219+149+212=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 149 (58.59% from 255 or 25.69% from 580); Blue value is 212 (83.20% from 255 or 36.55% from 580); Max value from RGB is 219 - color contains mainly: red. Hex color #DB95D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB95D4 is #246A2B. Grayscale: #B0B0B0. Windows color (decimal): -2386476 or 13931995. OLE color: 13931995.
HSL color Cylindrical-coordinate representation of color #DB95D4: hue angle of 306º 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 #DB95D4 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 212 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.14 |
| HSL | 306º | 0.49% | 0.72% | - |
| HSV(B) | 306º | 0.32% | 0.86% | - |
| XYZ | 51.84 | 41.31 | 67.53 | - |
| YUV | 177.11 | 147.69 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 212 | 0 | 0.32 | 0.03 | 0.14 | 306 | 0.49 | 0.72 |
| Hex | DB | 95 | D4 | 0 | 20 | 3 | E | 132 | 31 | 48 |
| Octal | 333 | 225 | 324 | 0 | 40 | 3 | 16 | 462 | 61 | 110 |
| Binary | 11011011 | 10010101 | 11010100 | 0 | 100000 | 11 | 1110 | 100110010 | 110001 | 1001000 |
Color Harmonies of #DB95D4
Complementary color
Monochromatic Colors of #DB95D4
Black with #DB95D4
Text Example
Text Example
White with #DB95D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB95D4; }
p { color: rgb(219,149,212); }
H1.HeaderClassName
{
color: #DB95D4;
}
.AnyTagClassName
{
color: #DB95D4;
}
</style>
background-color css
<style>
a { background-color: #DB95D4; }
a { background-color: rgb(219,149,212); }
div.DivClassName
{
background-color: #DB95D4;
}
.BgClassName
{
background-color: #DB95D4;
}
</style>
border-color css
<style>
span { border-color: #DB95D4; }
span { border-color: rgb(219,149,212); }
td.TdClassName
{
border-color: #DB95D4;
}
.TagClassName
{
border-color: #DB95D4;
}
</style>