Shades of Psychedelic Purple #DB22FF
Tints of Psychedelic Purple #DB22FF
RGB
CMYK
RGB Variations
Color information
#DB22FF (or 0xDB22FF) is known color: Psychedelic Purple. HEX triplet: DB, 22 and FF. RGB value is (219,34,255). Sum of RGB (Red+Green+Blue) = 219+34+255=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 34 (13.67% from 255 or 6.69% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB22FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB22FF is #24DD00. Grayscale: #717171. Windows color (decimal): -2415873 or 16720603. OLE color: 16720603.
HSL color Cylindrical-coordinate representation of color #DB22FF: hue angle of 290.23º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB22FF is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 34 | 255 | - |
| CMYK | 0.14 | 0.87 | 0 | 0 |
| HSL | 290.23º | 1% | 0.57% | - |
| HSV(B) | 290.23º | 0.87% | 1% | - |
| XYZ | 47.84 | 23.42 | 96.61 | - |
| YUV | 114.51 | 207.29 | 202.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 255 | 0.14 | 0.87 | 0 | 0 | 290.23 | 1 | 0.57 |
| Hex | DB | 22 | FF | E | 57 | 0 | 0 | 122 | 64 | 39 |
| Octal | 333 | 42 | 377 | 16 | 127 | 0 | 0 | 442 | 144 | 71 |
| Binary | 11011011 | 100010 | 11111111 | 1110 | 1010111 | 0 | 0 | 100100010 | 1100100 | 111001 |
Color Harmonies of #DB22FF
Complementary color
Monochromatic Colors of #DB22FF
Black with #DB22FF
Text Example
Text Example
White with #DB22FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB22FF; }
p { color: rgb(219,34,255); }
H1.HeaderClassName
{
color: #DB22FF;
}
.AnyTagClassName
{
color: #DB22FF;
}
</style>
background-color css
<style>
a { background-color: #DB22FF; }
a { background-color: rgb(219,34,255); }
div.DivClassName
{
background-color: #DB22FF;
}
.BgClassName
{
background-color: #DB22FF;
}
</style>
border-color css
<style>
span { border-color: #DB22FF; }
span { border-color: rgb(219,34,255); }
td.TdClassName
{
border-color: #DB22FF;
}
.TagClassName
{
border-color: #DB22FF;
}
</style>