Shades of Psychedelic Purple #DB22F7
Tints of Psychedelic Purple #DB22F7
RGB
CMYK
RGB Variations
Color information
#DB22F7 (or 0xDB22F7) is known color: Psychedelic Purple. HEX triplet: DB, 22 and F7. RGB value is (219,34,247). Sum of RGB (Red+Green+Blue) = 219+34+247=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 34 (13.67% from 255 or 6.8% from 500); Blue value is 247 (96.88% from 255 or 49.4% from 500); Max value from RGB is 247 - color contains mainly: blue. Hex color #DB22F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB22F7 is #24DD08. Grayscale: #707070. Windows color (decimal): -2415881 or 16196315. OLE color: 16196315.
HSL color Cylindrical-coordinate representation of color #DB22F7: hue angle of 292.11º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB22F7 is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 34 | 247 | - |
| CMYK | 0.11 | 0.86 | 0 | 0.03 |
| HSL | 292.11º | 0.93% | 0.55% | - |
| HSV(B) | 292.11º | 0.86% | 0.97% | - |
| XYZ | 46.57 | 22.92 | 89.96 | - |
| YUV | 113.6 | 203.29 | 203.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 247 | 0.11 | 0.86 | 0 | 0.03 | 292.11 | 0.93 | 0.55 |
| Hex | DB | 22 | F7 | B | 56 | 0 | 3 | 124 | 5D | 37 |
| Octal | 333 | 42 | 367 | 13 | 126 | 0 | 3 | 444 | 135 | 67 |
| Binary | 11011011 | 100010 | 11110111 | 1011 | 1010110 | 0 | 11 | 100100100 | 1011101 | 110111 |
Color Harmonies of #DB22F7
Complementary color
Monochromatic Colors of #DB22F7
Black with #DB22F7
Text Example
Text Example
White with #DB22F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB22F7; }
p { color: rgb(219,34,247); }
H1.HeaderClassName
{
color: #DB22F7;
}
.AnyTagClassName
{
color: #DB22F7;
}
</style>
background-color css
<style>
a { background-color: #DB22F7; }
a { background-color: rgb(219,34,247); }
div.DivClassName
{
background-color: #DB22F7;
}
.BgClassName
{
background-color: #DB22F7;
}
</style>
border-color css
<style>
span { border-color: #DB22F7; }
span { border-color: rgb(219,34,247); }
td.TdClassName
{
border-color: #DB22F7;
}
.TagClassName
{
border-color: #DB22F7;
}
</style>