Shades of Psychedelic Purple #DB2EFF
Tints of Psychedelic Purple #DB2EFF
RGB
CMYK
RGB Variations
Color information
#DB2EFF (or 0xDB2EFF) is known color: Psychedelic Purple. HEX triplet: DB, 2E and FF. RGB value is (219,46,255). Sum of RGB (Red+Green+Blue) = 219+46+255=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 46 (18.36% from 255 or 8.85% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB2EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB2EFF is #24D100. Grayscale: #787878. Windows color (decimal): -2412801 or 16723675. OLE color: 16723675.
HSL color Cylindrical-coordinate representation of color #DB2EFF: hue angle of 289.67º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB2EFF is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 46 | 255 | - |
| CMYK | 0.14 | 0.82 | 0 | 0 |
| HSL | 289.67º | 1% | 0.59% | - |
| HSV(B) | 289.67º | 0.82% | 1% | - |
| XYZ | 48.24 | 24.23 | 96.74 | - |
| YUV | 121.55 | 203.31 | 197.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 46 | 255 | 0.14 | 0.82 | 0 | 0 | 289.67 | 1 | 0.59 |
| Hex | DB | 2E | FF | E | 52 | 0 | 0 | 122 | 64 | 3B |
| Octal | 333 | 56 | 377 | 16 | 122 | 0 | 0 | 442 | 144 | 73 |
| Binary | 11011011 | 101110 | 11111111 | 1110 | 1010010 | 0 | 0 | 100100010 | 1100100 | 111011 |
Color Harmonies of #DB2EFF
Complementary color
Monochromatic Colors of #DB2EFF
Black with #DB2EFF
Text Example
Text Example
White with #DB2EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2EFF; }
p { color: rgb(219,46,255); }
H1.HeaderClassName
{
color: #DB2EFF;
}
.AnyTagClassName
{
color: #DB2EFF;
}
</style>
background-color css
<style>
a { background-color: #DB2EFF; }
a { background-color: rgb(219,46,255); }
div.DivClassName
{
background-color: #DB2EFF;
}
.BgClassName
{
background-color: #DB2EFF;
}
</style>
border-color css
<style>
span { border-color: #DB2EFF; }
span { border-color: rgb(219,46,255); }
td.TdClassName
{
border-color: #DB2EFF;
}
.TagClassName
{
border-color: #DB2EFF;
}
</style>