Shades of Psychedelic Purple #DB22FA
Tints of Psychedelic Purple #DB22FA
RGB
CMYK
RGB Variations
Color information
#DB22FA (or 0xDB22FA) is known color: Psychedelic Purple. HEX triplet: DB, 22 and FA. RGB value is (219,34,250). Sum of RGB (Red+Green+Blue) = 219+34+250=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 34 (13.67% from 255 or 6.76% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB22FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB22FA is #24DD05. Grayscale: #717171. Windows color (decimal): -2415878 or 16392923. OLE color: 16392923.
HSL color Cylindrical-coordinate representation of color #DB22FA: hue angle of 291.39º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB22FA is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 34 | 250 | - |
| CMYK | 0.12 | 0.86 | 0 | 0.02 |
| HSL | 291.39º | 0.96% | 0.56% | - |
| HSV(B) | 291.39º | 0.86% | 0.98% | - |
| XYZ | 47.04 | 23.11 | 92.42 | - |
| YUV | 113.94 | 204.79 | 202.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 250 | 0.12 | 0.86 | 0 | 0.02 | 291.39 | 0.96 | 0.56 |
| Hex | DB | 22 | FA | C | 56 | 0 | 2 | 123 | 60 | 38 |
| Octal | 333 | 42 | 372 | 14 | 126 | 0 | 2 | 443 | 140 | 70 |
| Binary | 11011011 | 100010 | 11111010 | 1100 | 1010110 | 0 | 10 | 100100011 | 1100000 | 111000 |
Color Harmonies of #DB22FA
Complementary color
Monochromatic Colors of #DB22FA
Black with #DB22FA
Text Example
Text Example
White with #DB22FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB22FA; }
p { color: rgb(219,34,250); }
H1.HeaderClassName
{
color: #DB22FA;
}
.AnyTagClassName
{
color: #DB22FA;
}
</style>
background-color css
<style>
a { background-color: #DB22FA; }
a { background-color: rgb(219,34,250); }
div.DivClassName
{
background-color: #DB22FA;
}
.BgClassName
{
background-color: #DB22FA;
}
</style>
border-color css
<style>
span { border-color: #DB22FA; }
span { border-color: rgb(219,34,250); }
td.TdClassName
{
border-color: #DB22FA;
}
.TagClassName
{
border-color: #DB22FA;
}
</style>