Shades of Psychedelic Purple #DB02E4
Tints of Psychedelic Purple #DB02E4
RGB
CMYK
RGB Variations
Color information
#DB02E4 (or 0xDB02E4) is known color: Psychedelic Purple. HEX triplet: DB, 02 and E4. RGB value is (219,2,228). Sum of RGB (Red+Green+Blue) = 219+2+228=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 2 (1.17% from 255 or 0.45% from 449); Blue value is 228 (89.45% from 255 or 50.78% from 449); Max value from RGB is 228 - color contains mainly: blue. Hex color #DB02E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB02E4 is #24FD1B. Grayscale: #5B5B5B. Windows color (decimal): -2424092 or 14942939. OLE color: 14942939.
HSL color Cylindrical-coordinate representation of color #DB02E4: hue angle of 297.61º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB02E4 is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 2 | 228 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.11 |
| HSL | 297.61º | 0.98% | 0.45% | - |
| HSV(B) | 297.61º | 0.99% | 0.89% | - |
| XYZ | 43.24 | 20.7 | 75.12 | - |
| YUV | 92.65 | 204.39 | 218.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 2 | 228 | 0.04 | 0.99 | 0 | 0.11 | 297.61 | 0.98 | 0.45 |
| Hex | DB | 2 | E4 | 4 | 63 | 0 | B | 12A | 62 | 2D |
| Octal | 333 | 2 | 344 | 4 | 143 | 0 | 13 | 452 | 142 | 55 |
| Binary | 11011011 | 10 | 11100100 | 100 | 1100011 | 0 | 1011 | 100101010 | 1100010 | 101101 |
Color Harmonies of #DB02E4
Complementary color
Monochromatic Colors of #DB02E4
Black with #DB02E4
Text Example
Text Example
White with #DB02E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB02E4; }
p { color: rgb(219,2,228); }
H1.HeaderClassName
{
color: #DB02E4;
}
.AnyTagClassName
{
color: #DB02E4;
}
</style>
background-color css
<style>
a { background-color: #DB02E4; }
a { background-color: rgb(219,2,228); }
div.DivClassName
{
background-color: #DB02E4;
}
.BgClassName
{
background-color: #DB02E4;
}
</style>
border-color css
<style>
span { border-color: #DB02E4; }
span { border-color: rgb(219,2,228); }
td.TdClassName
{
border-color: #DB02E4;
}
.TagClassName
{
border-color: #DB02E4;
}
</style>