Shades of Psychedelic Purple #DB20FE
Tints of Psychedelic Purple #DB20FE
RGB
CMYK
RGB Variations
Color information
#DB20FE (or 0xDB20FE) is known color: Psychedelic Purple. HEX triplet: DB, 20 and FE. RGB value is (219,32,254). Sum of RGB (Red+Green+Blue) = 219+32+254=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 32 (12.89% from 255 or 6.34% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB20FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB20FE is #24DF01. Grayscale: #707070. Windows color (decimal): -2416386 or 16654555. OLE color: 16654555.
HSL color Cylindrical-coordinate representation of color #DB20FE: hue angle of 290.54º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB20FE is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 32 | 254 | - |
| CMYK | 0.14 | 0.87 | 0 | 0.00 |
| HSL | 290.54º | 0.99% | 0.56% | - |
| HSV(B) | 290.54º | 0.87% | 1% | - |
| XYZ | 47.62 | 23.25 | 95.74 | - |
| YUV | 113.22 | 207.45 | 203.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 254 | 0.14 | 0.87 | 0 | 0.00 | 290.54 | 0.99 | 0.56 |
| Hex | DB | 20 | FE | E | 57 | 0 | 0 | 123 | 63 | 38 |
| Octal | 333 | 40 | 376 | 16 | 127 | 0 | 0 | 443 | 143 | 70 |
| Binary | 11011011 | 100000 | 11111110 | 1110 | 1010111 | 0 | 0 | 100100011 | 1100011 | 111000 |
Color Harmonies of #DB20FE
Complementary color
Monochromatic Colors of #DB20FE
Black with #DB20FE
Text Example
Text Example
White with #DB20FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB20FE; }
p { color: rgb(219,32,254); }
H1.HeaderClassName
{
color: #DB20FE;
}
.AnyTagClassName
{
color: #DB20FE;
}
</style>
background-color css
<style>
a { background-color: #DB20FE; }
a { background-color: rgb(219,32,254); }
div.DivClassName
{
background-color: #DB20FE;
}
.BgClassName
{
background-color: #DB20FE;
}
</style>
border-color css
<style>
span { border-color: #DB20FE; }
span { border-color: rgb(219,32,254); }
td.TdClassName
{
border-color: #DB20FE;
}
.TagClassName
{
border-color: #DB20FE;
}
</style>