Shades of Psychedelic Purple #DB1FF7
Tints of Psychedelic Purple #DB1FF7
RGB
CMYK
RGB Variations
Color information
#DB1FF7 (or 0xDB1FF7) is known color: Psychedelic Purple. HEX triplet: DB, 1F and F7. RGB value is (219,31,247). Sum of RGB (Red+Green+Blue) = 219+31+247=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 31 (12.5% from 255 or 6.24% from 497); Blue value is 247 (96.88% from 255 or 49.70% from 497); Max value from RGB is 247 - color contains mainly: blue. Hex color #DB1FF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB1FF7 is #24E008. Grayscale: #6F6F6F. Windows color (decimal): -2416649 or 16195547. OLE color: 16195547.
HSL color Cylindrical-coordinate representation of color #DB1FF7: hue angle of 292.22º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB1FF7 is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 31 | 247 | - |
| CMYK | 0.11 | 0.87 | 0 | 0.03 |
| HSL | 292.22º | 0.93% | 0.55% | - |
| HSV(B) | 292.22º | 0.87% | 0.97% | - |
| XYZ | 46.49 | 22.76 | 89.94 | - |
| YUV | 111.84 | 204.28 | 204.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 31 | 247 | 0.11 | 0.87 | 0 | 0.03 | 292.22 | 0.93 | 0.55 |
| Hex | DB | 1F | F7 | B | 57 | 0 | 3 | 124 | 5D | 37 |
| Octal | 333 | 37 | 367 | 13 | 127 | 0 | 3 | 444 | 135 | 67 |
| Binary | 11011011 | 11111 | 11110111 | 1011 | 1010111 | 0 | 11 | 100100100 | 1011101 | 110111 |
Color Harmonies of #DB1FF7
Complementary color
Monochromatic Colors of #DB1FF7
Black with #DB1FF7
Text Example
Text Example
White with #DB1FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1FF7; }
p { color: rgb(219,31,247); }
H1.HeaderClassName
{
color: #DB1FF7;
}
.AnyTagClassName
{
color: #DB1FF7;
}
</style>
background-color css
<style>
a { background-color: #DB1FF7; }
a { background-color: rgb(219,31,247); }
div.DivClassName
{
background-color: #DB1FF7;
}
.BgClassName
{
background-color: #DB1FF7;
}
</style>
border-color css
<style>
span { border-color: #DB1FF7; }
span { border-color: rgb(219,31,247); }
td.TdClassName
{
border-color: #DB1FF7;
}
.TagClassName
{
border-color: #DB1FF7;
}
</style>