Shades of Psychedelic Purple #DB2EF8
Tints of Psychedelic Purple #DB2EF8
RGB
CMYK
RGB Variations
Color information
#DB2EF8 (or 0xDB2EF8) is known color: Psychedelic Purple. HEX triplet: DB, 2E and F8. RGB value is (219,46,248). Sum of RGB (Red+Green+Blue) = 219+46+248=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 46 (18.36% from 255 or 8.97% from 513); Blue value is 248 (97.27% from 255 or 48.34% from 513); Max value from RGB is 248 - color contains mainly: blue. Hex color #DB2EF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB2EF8 is #24D107. Grayscale: #787878. Windows color (decimal): -2412808 or 16264923. OLE color: 16264923.
HSL color Cylindrical-coordinate representation of color #DB2EF8: hue angle of 291.39º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB2EF8 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 46 | 248 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.03 |
| HSL | 291.39º | 0.94% | 0.58% | - |
| HSV(B) | 291.39º | 0.81% | 0.97% | - |
| XYZ | 47.13 | 23.79 | 90.91 | - |
| YUV | 120.76 | 199.81 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 46 | 248 | 0.12 | 0.81 | 0 | 0.03 | 291.39 | 0.94 | 0.58 |
| Hex | DB | 2E | F8 | C | 51 | 0 | 3 | 123 | 5E | 3A |
| Octal | 333 | 56 | 370 | 14 | 121 | 0 | 3 | 443 | 136 | 72 |
| Binary | 11011011 | 101110 | 11111000 | 1100 | 1010001 | 0 | 11 | 100100011 | 1011110 | 111010 |
Color Harmonies of #DB2EF8
Complementary color
Monochromatic Colors of #DB2EF8
Black with #DB2EF8
Text Example
Text Example
White with #DB2EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2EF8; }
p { color: rgb(219,46,248); }
H1.HeaderClassName
{
color: #DB2EF8;
}
.AnyTagClassName
{
color: #DB2EF8;
}
</style>
background-color css
<style>
a { background-color: #DB2EF8; }
a { background-color: rgb(219,46,248); }
div.DivClassName
{
background-color: #DB2EF8;
}
.BgClassName
{
background-color: #DB2EF8;
}
</style>
border-color css
<style>
span { border-color: #DB2EF8; }
span { border-color: rgb(219,46,248); }
td.TdClassName
{
border-color: #DB2EF8;
}
.TagClassName
{
border-color: #DB2EF8;
}
</style>