Shades of Psychedelic Purple #DB26FE
Tints of Psychedelic Purple #DB26FE
RGB
CMYK
RGB Variations
Color information
#DB26FE (or 0xDB26FE) is known color: Psychedelic Purple. HEX triplet: DB, 26 and FE. RGB value is (219,38,254). Sum of RGB (Red+Green+Blue) = 219+38+254=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 38 (15.23% from 255 or 7.44% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB26FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB26FE is #24D901. Grayscale: #747474. Windows color (decimal): -2414850 or 16656091. OLE color: 16656091.
HSL color Cylindrical-coordinate representation of color #DB26FE: hue angle of 290.28º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB26FE is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 38 | 254 | - |
| CMYK | 0.14 | 0.85 | 0 | 0.00 |
| HSL | 290.28º | 0.99% | 0.57% | - |
| HSV(B) | 290.28º | 0.85% | 1% | - |
| XYZ | 47.8 | 23.6 | 95.8 | - |
| YUV | 116.74 | 205.47 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 254 | 0.14 | 0.85 | 0 | 0.00 | 290.28 | 0.99 | 0.57 |
| Hex | DB | 26 | FE | E | 55 | 0 | 0 | 122 | 63 | 39 |
| Octal | 333 | 46 | 376 | 16 | 125 | 0 | 0 | 442 | 143 | 71 |
| Binary | 11011011 | 100110 | 11111110 | 1110 | 1010101 | 0 | 0 | 100100010 | 1100011 | 111001 |
Color Harmonies of #DB26FE
Complementary color
Monochromatic Colors of #DB26FE
Black with #DB26FE
Text Example
Text Example
White with #DB26FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB26FE; }
p { color: rgb(219,38,254); }
H1.HeaderClassName
{
color: #DB26FE;
}
.AnyTagClassName
{
color: #DB26FE;
}
</style>
background-color css
<style>
a { background-color: #DB26FE; }
a { background-color: rgb(219,38,254); }
div.DivClassName
{
background-color: #DB26FE;
}
.BgClassName
{
background-color: #DB26FE;
}
</style>
border-color css
<style>
span { border-color: #DB26FE; }
span { border-color: rgb(219,38,254); }
td.TdClassName
{
border-color: #DB26FE;
}
.TagClassName
{
border-color: #DB26FE;
}
</style>