Shades of Psychedelic Purple #DB25FE
Tints of Psychedelic Purple #DB25FE
RGB
CMYK
RGB Variations
Color information
#DB25FE (or 0xDB25FE) is known color: Psychedelic Purple. HEX triplet: DB, 25 and FE. RGB value is (219,37,254). Sum of RGB (Red+Green+Blue) = 219+37+254=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 37 (14.84% from 255 or 7.25% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB25FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB25FE is #24DA01. Grayscale: #737373. Windows color (decimal): -2415106 or 16655835. OLE color: 16655835.
HSL color Cylindrical-coordinate representation of color #DB25FE: hue angle of 290.32º 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 #DB25FE is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 37 | 254 | - |
| CMYK | 0.14 | 0.85 | 0 | 0.00 |
| HSL | 290.32º | 0.99% | 0.57% | - |
| HSV(B) | 290.32º | 0.85% | 1% | - |
| XYZ | 47.76 | 23.54 | 95.79 | - |
| YUV | 116.16 | 205.8 | 201.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 37 | 254 | 0.14 | 0.85 | 0 | 0.00 | 290.32 | 0.99 | 0.57 |
| Hex | DB | 25 | FE | E | 55 | 0 | 0 | 122 | 63 | 39 |
| Octal | 333 | 45 | 376 | 16 | 125 | 0 | 0 | 442 | 143 | 71 |
| Binary | 11011011 | 100101 | 11111110 | 1110 | 1010101 | 0 | 0 | 100100010 | 1100011 | 111001 |
Color Harmonies of #DB25FE
Complementary color
Monochromatic Colors of #DB25FE
Black with #DB25FE
Text Example
Text Example
White with #DB25FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB25FE; }
p { color: rgb(219,37,254); }
H1.HeaderClassName
{
color: #DB25FE;
}
.AnyTagClassName
{
color: #DB25FE;
}
</style>
background-color css
<style>
a { background-color: #DB25FE; }
a { background-color: rgb(219,37,254); }
div.DivClassName
{
background-color: #DB25FE;
}
.BgClassName
{
background-color: #DB25FE;
}
</style>
border-color css
<style>
span { border-color: #DB25FE; }
span { border-color: rgb(219,37,254); }
td.TdClassName
{
border-color: #DB25FE;
}
.TagClassName
{
border-color: #DB25FE;
}
</style>