Shades of Psychedelic Purple #DB25EF
Tints of Psychedelic Purple #DB25EF
RGB
CMYK
RGB Variations
Color information
#DB25EF (or 0xDB25EF) is known color: Psychedelic Purple. HEX triplet: DB, 25 and EF. RGB value is (219,37,239). Sum of RGB (Red+Green+Blue) = 219+37+239=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 37 (14.84% from 255 or 7.47% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB25EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB25EF is #24DA10. Grayscale: #717171. Windows color (decimal): -2415121 or 15672795. OLE color: 15672795.
HSL color Cylindrical-coordinate representation of color #DB25EF: hue angle of 294.06º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB25EF is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 37 | 239 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.06 |
| HSL | 294.06º | 0.86% | 0.54% | - |
| HSV(B) | 294.06º | 0.85% | 0.94% | - |
| XYZ | 45.45 | 22.62 | 83.63 | - |
| YUV | 114.45 | 198.3 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 37 | 239 | 0.08 | 0.85 | 0 | 0.06 | 294.06 | 0.86 | 0.54 |
| Hex | DB | 25 | EF | 8 | 55 | 0 | 6 | 126 | 56 | 36 |
| Octal | 333 | 45 | 357 | 10 | 125 | 0 | 6 | 446 | 126 | 66 |
| Binary | 11011011 | 100101 | 11101111 | 1000 | 1010101 | 0 | 110 | 100100110 | 1010110 | 110110 |
Color Harmonies of #DB25EF
Complementary color
Monochromatic Colors of #DB25EF
Black with #DB25EF
Text Example
Text Example
White with #DB25EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB25EF; }
p { color: rgb(219,37,239); }
H1.HeaderClassName
{
color: #DB25EF;
}
.AnyTagClassName
{
color: #DB25EF;
}
</style>
background-color css
<style>
a { background-color: #DB25EF; }
a { background-color: rgb(219,37,239); }
div.DivClassName
{
background-color: #DB25EF;
}
.BgClassName
{
background-color: #DB25EF;
}
</style>
border-color css
<style>
span { border-color: #DB25EF; }
span { border-color: rgb(219,37,239); }
td.TdClassName
{
border-color: #DB25EF;
}
.TagClassName
{
border-color: #DB25EF;
}
</style>