Shades of Plum #DB95EF
Tints of Plum #DB95EF
RGB
CMYK
RGB Variations
Color information
#DB95EF (or 0xDB95EF) is known color: Plum. HEX triplet: DB, 95 and EF. RGB value is (219,149,239). Sum of RGB (Red+Green+Blue) = 219+149+239=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 149 (58.59% from 255 or 24.55% from 607); Blue value is 239 (93.75% from 255 or 39.37% from 607); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB95EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB95EF is #246A10. Grayscale: #B3B3B3. Windows color (decimal): -2386449 or 15701467. OLE color: 15701467.
HSL color Cylindrical-coordinate representation of color #DB95EF: hue angle of 286.67º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB95EF is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 149 | 239 | - |
| CMYK | 0.08 | 0.38 | 0 | 0.06 |
| HSL | 286.67º | 0.74% | 0.76% | - |
| HSV(B) | 286.67º | 0.38% | 0.94% | - |
| XYZ | 55.54 | 42.79 | 86.99 | - |
| YUV | 180.19 | 161.19 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 239 | 0.08 | 0.38 | 0 | 0.06 | 286.67 | 0.74 | 0.76 |
| Hex | DB | 95 | EF | 8 | 26 | 0 | 6 | 11F | 4A | 4C |
| Octal | 333 | 225 | 357 | 10 | 46 | 0 | 6 | 437 | 112 | 114 |
| Binary | 11011011 | 10010101 | 11101111 | 1000 | 100110 | 0 | 110 | 100011111 | 1001010 | 1001100 |
Color Harmonies of #DB95EF
Complementary color
Monochromatic Colors of #DB95EF
Black with #DB95EF
Text Example
Text Example
White with #DB95EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB95EF; }
p { color: rgb(219,149,239); }
H1.HeaderClassName
{
color: #DB95EF;
}
.AnyTagClassName
{
color: #DB95EF;
}
</style>
background-color css
<style>
a { background-color: #DB95EF; }
a { background-color: rgb(219,149,239); }
div.DivClassName
{
background-color: #DB95EF;
}
.BgClassName
{
background-color: #DB95EF;
}
</style>
border-color css
<style>
span { border-color: #DB95EF; }
span { border-color: rgb(219,149,239); }
td.TdClassName
{
border-color: #DB95EF;
}
.TagClassName
{
border-color: #DB95EF;
}
</style>