Shades of Psychedelic Purple #DB17FE
Tints of Psychedelic Purple #DB17FE
RGB
CMYK
RGB Variations
Color information
#DB17FE (or 0xDB17FE) is known color: Psychedelic Purple. HEX triplet: DB, 17 and FE. RGB value is (219,23,254). Sum of RGB (Red+Green+Blue) = 219+23+254=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 23 (9.38% from 255 or 4.64% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB17FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB17FE is #24E801. Grayscale: #6B6B6B. Windows color (decimal): -2418690 or 16652251. OLE color: 16652251.
HSL color Cylindrical-coordinate representation of color #DB17FE: hue angle of 290.91º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB17FE is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 23 | 254 | - |
| CMYK | 0.14 | 0.91 | 0 | 0.00 |
| HSL | 290.91º | 0.99% | 0.54% | - |
| HSV(B) | 290.91º | 0.91% | 1% | - |
| XYZ | 47.41 | 22.83 | 95.67 | - |
| YUV | 107.94 | 210.43 | 207.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 23 | 254 | 0.14 | 0.91 | 0 | 0.00 | 290.91 | 0.99 | 0.54 |
| Hex | DB | 17 | FE | E | 5B | 0 | 0 | 123 | 63 | 36 |
| Octal | 333 | 27 | 376 | 16 | 133 | 0 | 0 | 443 | 143 | 66 |
| Binary | 11011011 | 10111 | 11111110 | 1110 | 1011011 | 0 | 0 | 100100011 | 1100011 | 110110 |
Color Harmonies of #DB17FE
Complementary color
Monochromatic Colors of #DB17FE
Black with #DB17FE
Text Example
Text Example
White with #DB17FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB17FE; }
p { color: rgb(219,23,254); }
H1.HeaderClassName
{
color: #DB17FE;
}
.AnyTagClassName
{
color: #DB17FE;
}
</style>
background-color css
<style>
a { background-color: #DB17FE; }
a { background-color: rgb(219,23,254); }
div.DivClassName
{
background-color: #DB17FE;
}
.BgClassName
{
background-color: #DB17FE;
}
</style>
border-color css
<style>
span { border-color: #DB17FE; }
span { border-color: rgb(219,23,254); }
td.TdClassName
{
border-color: #DB17FE;
}
.TagClassName
{
border-color: #DB17FE;
}
</style>