Shades of Psychedelic Purple #DB0FFE
Tints of Psychedelic Purple #DB0FFE
RGB
CMYK
RGB Variations
Color information
#DB0FFE (or 0xDB0FFE) is known color: Psychedelic Purple. HEX triplet: DB, 0F and FE. RGB value is (219,15,254). Sum of RGB (Red+Green+Blue) = 219+15+254=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 15 (6.25% from 255 or 3.07% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB0FFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB0FFE is #24F001. Grayscale: #666666. Windows color (decimal): -2420738 or 16650203. OLE color: 16650203.
HSL color Cylindrical-coordinate representation of color #DB0FFE: hue angle of 291.21º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB0FFE is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 15 | 254 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.00 |
| HSL | 291.21º | 0.99% | 0.53% | - |
| HSV(B) | 291.21º | 0.94% | 1% | - |
| XYZ | 47.27 | 22.56 | 95.63 | - |
| YUV | 103.24 | 213.09 | 210.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 15 | 254 | 0.14 | 0.94 | 0 | 0.00 | 291.21 | 0.99 | 0.53 |
| Hex | DB | F | FE | E | 5E | 0 | 0 | 123 | 63 | 35 |
| Octal | 333 | 17 | 376 | 16 | 136 | 0 | 0 | 443 | 143 | 65 |
| Binary | 11011011 | 1111 | 11111110 | 1110 | 1011110 | 0 | 0 | 100100011 | 1100011 | 110101 |
Color Harmonies of #DB0FFE
Complementary color
Monochromatic Colors of #DB0FFE
Black with #DB0FFE
Text Example
Text Example
White with #DB0FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0FFE; }
p { color: rgb(219,15,254); }
H1.HeaderClassName
{
color: #DB0FFE;
}
.AnyTagClassName
{
color: #DB0FFE;
}
</style>
background-color css
<style>
a { background-color: #DB0FFE; }
a { background-color: rgb(219,15,254); }
div.DivClassName
{
background-color: #DB0FFE;
}
.BgClassName
{
background-color: #DB0FFE;
}
</style>
border-color css
<style>
span { border-color: #DB0FFE; }
span { border-color: rgb(219,15,254); }
td.TdClassName
{
border-color: #DB0FFE;
}
.TagClassName
{
border-color: #DB0FFE;
}
</style>