Shades of Plum #DB95F0
Tints of Plum #DB95F0
RGB
CMYK
RGB Variations
Color information
#DB95F0 (or 0xDB95F0) is known color: Plum. HEX triplet: DB, 95 and F0. RGB value is (219,149,240). Sum of RGB (Red+Green+Blue) = 219+149+240=608 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.02% from 608); Green value is 149 (58.59% from 255 or 24.51% from 608); Blue value is 240 (94.14% from 255 or 39.47% from 608); Max value from RGB is 240 - color contains mainly: blue. Hex color #DB95F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB95F0 is #246A0F. Grayscale: #B4B4B4. Windows color (decimal): -2386448 or 15767003. OLE color: 15767003.
HSL color Cylindrical-coordinate representation of color #DB95F0: hue angle of 286.15º degrees, saturation: 0.75, 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 #DB95F0 is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 149 | 240 | - |
| CMYK | 0.09 | 0.38 | 0 | 0.06 |
| HSL | 286.15º | 0.75% | 0.76% | - |
| HSV(B) | 286.15º | 0.38% | 0.94% | - |
| XYZ | 55.69 | 42.85 | 87.77 | - |
| YUV | 180.3 | 161.69 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 240 | 0.09 | 0.38 | 0 | 0.06 | 286.15 | 0.75 | 0.76 |
| Hex | DB | 95 | F0 | 9 | 26 | 0 | 6 | 11E | 4B | 4C |
| Octal | 333 | 225 | 360 | 11 | 46 | 0 | 6 | 436 | 113 | 114 |
| Binary | 11011011 | 10010101 | 11110000 | 1001 | 100110 | 0 | 110 | 100011110 | 1001011 | 1001100 |
Color Harmonies of #DB95F0
Complementary color
Monochromatic Colors of #DB95F0
Black with #DB95F0
Text Example
Text Example
White with #DB95F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB95F0; }
p { color: rgb(219,149,240); }
H1.HeaderClassName
{
color: #DB95F0;
}
.AnyTagClassName
{
color: #DB95F0;
}
</style>
background-color css
<style>
a { background-color: #DB95F0; }
a { background-color: rgb(219,149,240); }
div.DivClassName
{
background-color: #DB95F0;
}
.BgClassName
{
background-color: #DB95F0;
}
</style>
border-color css
<style>
span { border-color: #DB95F0; }
span { border-color: rgb(219,149,240); }
td.TdClassName
{
border-color: #DB95F0;
}
.TagClassName
{
border-color: #DB95F0;
}
</style>