Shades of Plum #DB95E6
Tints of Plum #DB95E6
RGB
CMYK
RGB Variations
Color information
#DB95E6 (or 0xDB95E6) is known color: Plum. HEX triplet: DB, 95 and E6. RGB value is (219,149,230). Sum of RGB (Red+Green+Blue) = 219+149+230=598 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.62% from 598); Green value is 149 (58.59% from 255 or 24.92% from 598); Blue value is 230 (90.23% from 255 or 38.46% from 598); Max value from RGB is 230 - color contains mainly: blue. Hex color #DB95E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB95E6 is #246A19. Grayscale: #B2B2B2. Windows color (decimal): -2386458 or 15111643. OLE color: 15111643.
HSL color Cylindrical-coordinate representation of color #DB95E6: hue angle of 291.85º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DB95E6 is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 149 | 230 | - |
| CMYK | 0.05 | 0.35 | 0 | 0.10 |
| HSL | 291.85º | 0.62% | 0.74% | - |
| HSV(B) | 291.85º | 0.35% | 0.9% | - |
| XYZ | 54.24 | 42.27 | 80.16 | - |
| YUV | 179.16 | 156.69 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 230 | 0.05 | 0.35 | 0 | 0.10 | 291.85 | 0.62 | 0.74 |
| Hex | DB | 95 | E6 | 5 | 23 | 0 | A | 124 | 3E | 4A |
| Octal | 333 | 225 | 346 | 5 | 43 | 0 | 12 | 444 | 76 | 112 |
| Binary | 11011011 | 10010101 | 11100110 | 101 | 100011 | 0 | 1010 | 100100100 | 111110 | 1001010 |
Color Harmonies of #DB95E6
Complementary color
Monochromatic Colors of #DB95E6
Black with #DB95E6
Text Example
Text Example
White with #DB95E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB95E6; }
p { color: rgb(219,149,230); }
H1.HeaderClassName
{
color: #DB95E6;
}
.AnyTagClassName
{
color: #DB95E6;
}
</style>
background-color css
<style>
a { background-color: #DB95E6; }
a { background-color: rgb(219,149,230); }
div.DivClassName
{
background-color: #DB95E6;
}
.BgClassName
{
background-color: #DB95E6;
}
</style>
border-color css
<style>
span { border-color: #DB95E6; }
span { border-color: rgb(219,149,230); }
td.TdClassName
{
border-color: #DB95E6;
}
.TagClassName
{
border-color: #DB95E6;
}
</style>