Shades of Psychedelic Purple #DB31FF
Tints of Psychedelic Purple #DB31FF
RGB
CMYK
RGB Variations
Color information
#DB31FF (or 0xDB31FF) is known color: Psychedelic Purple. HEX triplet: DB, 31 and FF. RGB value is (219,49,255). Sum of RGB (Red+Green+Blue) = 219+49+255=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 49 (19.53% from 255 or 9.37% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB31FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB31FF is #24CE00. Grayscale: #7A7A7A. Windows color (decimal): -2412033 or 16724443. OLE color: 16724443.
HSL color Cylindrical-coordinate representation of color #DB31FF: hue angle of 289.51º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB31FF is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 49 | 255 | - |
| CMYK | 0.14 | 0.81 | 0 | 0 |
| HSL | 289.51º | 1% | 0.6% | - |
| HSV(B) | 289.51º | 0.81% | 1% | - |
| XYZ | 48.36 | 24.48 | 96.78 | - |
| YUV | 123.31 | 202.32 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 49 | 255 | 0.14 | 0.81 | 0 | 0 | 289.51 | 1 | 0.6 |
| Hex | DB | 31 | FF | E | 51 | 0 | 0 | 122 | 64 | 3C |
| Octal | 333 | 61 | 377 | 16 | 121 | 0 | 0 | 442 | 144 | 74 |
| Binary | 11011011 | 110001 | 11111111 | 1110 | 1010001 | 0 | 0 | 100100010 | 1100100 | 111100 |
Color Harmonies of #DB31FF
Complementary color
Monochromatic Colors of #DB31FF
Black with #DB31FF
Text Example
Text Example
White with #DB31FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB31FF; }
p { color: rgb(219,49,255); }
H1.HeaderClassName
{
color: #DB31FF;
}
.AnyTagClassName
{
color: #DB31FF;
}
</style>
background-color css
<style>
a { background-color: #DB31FF; }
a { background-color: rgb(219,49,255); }
div.DivClassName
{
background-color: #DB31FF;
}
.BgClassName
{
background-color: #DB31FF;
}
</style>
border-color css
<style>
span { border-color: #DB31FF; }
span { border-color: rgb(219,49,255); }
td.TdClassName
{
border-color: #DB31FF;
}
.TagClassName
{
border-color: #DB31FF;
}
</style>