Shades of Psychedelic Purple #DB22F1
Tints of Psychedelic Purple #DB22F1
RGB
CMYK
RGB Variations
Color information
#DB22F1 (or 0xDB22F1) is known color: Psychedelic Purple. HEX triplet: DB, 22 and F1. RGB value is (219,34,241). Sum of RGB (Red+Green+Blue) = 219+34+241=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 34 (13.67% from 255 or 6.88% from 494); Blue value is 241 (94.53% from 255 or 48.79% from 494); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB22F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB22F1 is #24DD0E. Grayscale: #707070. Windows color (decimal): -2415887 or 15803099. OLE color: 15803099.
HSL color Cylindrical-coordinate representation of color #DB22F1: hue angle of 293.62º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB22F1 is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 34 | 241 | - |
| CMYK | 0.09 | 0.86 | 0 | 0.05 |
| HSL | 293.62º | 0.88% | 0.54% | - |
| HSV(B) | 293.62º | 0.86% | 0.95% | - |
| XYZ | 45.66 | 22.56 | 85.17 | - |
| YUV | 112.91 | 200.29 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 241 | 0.09 | 0.86 | 0 | 0.05 | 293.62 | 0.88 | 0.54 |
| Hex | DB | 22 | F1 | 9 | 56 | 0 | 5 | 126 | 58 | 36 |
| Octal | 333 | 42 | 361 | 11 | 126 | 0 | 5 | 446 | 130 | 66 |
| Binary | 11011011 | 100010 | 11110001 | 1001 | 1010110 | 0 | 101 | 100100110 | 1011000 | 110110 |
Color Harmonies of #DB22F1
Complementary color
Monochromatic Colors of #DB22F1
Black with #DB22F1
Text Example
Text Example
White with #DB22F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB22F1; }
p { color: rgb(219,34,241); }
H1.HeaderClassName
{
color: #DB22F1;
}
.AnyTagClassName
{
color: #DB22F1;
}
</style>
background-color css
<style>
a { background-color: #DB22F1; }
a { background-color: rgb(219,34,241); }
div.DivClassName
{
background-color: #DB22F1;
}
.BgClassName
{
background-color: #DB22F1;
}
</style>
border-color css
<style>
span { border-color: #DB22F1; }
span { border-color: rgb(219,34,241); }
td.TdClassName
{
border-color: #DB22F1;
}
.TagClassName
{
border-color: #DB22F1;
}
</style>