Shades of Psychedelic Purple #DB31F8
Tints of Psychedelic Purple #DB31F8
RGB
CMYK
RGB Variations
Color information
#DB31F8 (or 0xDB31F8) is known color: Psychedelic Purple. HEX triplet: DB, 31 and F8. RGB value is (219,49,248). Sum of RGB (Red+Green+Blue) = 219+49+248=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 49 (19.53% from 255 or 9.50% from 516); Blue value is 248 (97.27% from 255 or 48.06% from 516); Max value from RGB is 248 - color contains mainly: blue. Hex color #DB31F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB31F8 is #24CE07. Grayscale: #797979. Windows color (decimal): -2412040 or 16265691. OLE color: 16265691.
HSL color Cylindrical-coordinate representation of color #DB31F8: hue angle of 291.26º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB31F8 is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 49 | 248 | - |
| CMYK | 0.12 | 0.80 | 0 | 0.03 |
| HSL | 291.26º | 0.93% | 0.58% | - |
| HSV(B) | 291.26º | 0.8% | 0.97% | - |
| XYZ | 47.26 | 24.03 | 90.96 | - |
| YUV | 122.52 | 198.82 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 49 | 248 | 0.12 | 0.80 | 0 | 0.03 | 291.26 | 0.93 | 0.58 |
| Hex | DB | 31 | F8 | C | 50 | 0 | 3 | 123 | 5D | 3A |
| Octal | 333 | 61 | 370 | 14 | 120 | 0 | 3 | 443 | 135 | 72 |
| Binary | 11011011 | 110001 | 11111000 | 1100 | 1010000 | 0 | 11 | 100100011 | 1011101 | 111010 |
Color Harmonies of #DB31F8
Complementary color
Monochromatic Colors of #DB31F8
Black with #DB31F8
Text Example
Text Example
White with #DB31F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB31F8; }
p { color: rgb(219,49,248); }
H1.HeaderClassName
{
color: #DB31F8;
}
.AnyTagClassName
{
color: #DB31F8;
}
</style>
background-color css
<style>
a { background-color: #DB31F8; }
a { background-color: rgb(219,49,248); }
div.DivClassName
{
background-color: #DB31F8;
}
.BgClassName
{
background-color: #DB31F8;
}
</style>
border-color css
<style>
span { border-color: #DB31F8; }
span { border-color: rgb(219,49,248); }
td.TdClassName
{
border-color: #DB31F8;
}
.TagClassName
{
border-color: #DB31F8;
}
</style>