Shades of Psychedelic Purple #DB33FE
Tints of Psychedelic Purple #DB33FE
RGB
CMYK
RGB Variations
Color information
#DB33FE (or 0xDB33FE) is known color: Psychedelic Purple. HEX triplet: DB, 33 and FE. RGB value is (219,51,254). Sum of RGB (Red+Green+Blue) = 219+51+254=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 51 (20.31% from 255 or 9.73% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB33FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB33FE is #24CC01. Grayscale: #7B7B7B. Windows color (decimal): -2411522 or 16659419. OLE color: 16659419.
HSL color Cylindrical-coordinate representation of color #DB33FE: hue angle of 289.66º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB33FE is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 51 | 254 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.00 |
| HSL | 289.66º | 0.99% | 0.6% | - |
| HSV(B) | 289.66º | 0.8% | 1% | - |
| XYZ | 48.29 | 24.58 | 95.97 | - |
| YUV | 124.37 | 201.16 | 195.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 51 | 254 | 0.14 | 0.80 | 0 | 0.00 | 289.66 | 0.99 | 0.6 |
| Hex | DB | 33 | FE | E | 50 | 0 | 0 | 122 | 63 | 3C |
| Octal | 333 | 63 | 376 | 16 | 120 | 0 | 0 | 442 | 143 | 74 |
| Binary | 11011011 | 110011 | 11111110 | 1110 | 1010000 | 0 | 0 | 100100010 | 1100011 | 111100 |
Color Harmonies of #DB33FE
Complementary color
Monochromatic Colors of #DB33FE
Black with #DB33FE
Text Example
Text Example
White with #DB33FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB33FE; }
p { color: rgb(219,51,254); }
H1.HeaderClassName
{
color: #DB33FE;
}
.AnyTagClassName
{
color: #DB33FE;
}
</style>
background-color css
<style>
a { background-color: #DB33FE; }
a { background-color: rgb(219,51,254); }
div.DivClassName
{
background-color: #DB33FE;
}
.BgClassName
{
background-color: #DB33FE;
}
</style>
border-color css
<style>
span { border-color: #DB33FE; }
span { border-color: rgb(219,51,254); }
td.TdClassName
{
border-color: #DB33FE;
}
.TagClassName
{
border-color: #DB33FE;
}
</style>