Shades of Psychedelic Purple #DB1FE4
Tints of Psychedelic Purple #DB1FE4
RGB
CMYK
RGB Variations
Color information
#DB1FE4 (or 0xDB1FE4) is known color: Psychedelic Purple. HEX triplet: DB, 1F and E4. RGB value is (219,31,228). Sum of RGB (Red+Green+Blue) = 219+31+228=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 31 (12.5% from 255 or 6.49% from 478); Blue value is 228 (89.45% from 255 or 47.70% from 478); Max value from RGB is 228 - color contains mainly: blue. Hex color #DB1FE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1FE4 is #24E01B. Grayscale: #6D6D6D. Windows color (decimal): -2416668 or 14950363. OLE color: 14950363.
HSL color Cylindrical-coordinate representation of color #DB1FE4: hue angle of 297.26º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB1FE4 is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 31 | 228 | - |
| CMYK | 0.04 | 0.86 | 0 | 0.11 |
| HSL | 297.26º | 0.78% | 0.51% | - |
| HSV(B) | 297.26º | 0.86% | 0.89% | - |
| XYZ | 43.71 | 21.64 | 75.27 | - |
| YUV | 109.67 | 194.78 | 205.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 31 | 228 | 0.04 | 0.86 | 0 | 0.11 | 297.26 | 0.78 | 0.51 |
| Hex | DB | 1F | E4 | 4 | 56 | 0 | B | 129 | 4E | 33 |
| Octal | 333 | 37 | 344 | 4 | 126 | 0 | 13 | 451 | 116 | 63 |
| Binary | 11011011 | 11111 | 11100100 | 100 | 1010110 | 0 | 1011 | 100101001 | 1001110 | 110011 |
Color Harmonies of #DB1FE4
Complementary color
Monochromatic Colors of #DB1FE4
Black with #DB1FE4
Text Example
Text Example
White with #DB1FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1FE4; }
p { color: rgb(219,31,228); }
H1.HeaderClassName
{
color: #DB1FE4;
}
.AnyTagClassName
{
color: #DB1FE4;
}
</style>
background-color css
<style>
a { background-color: #DB1FE4; }
a { background-color: rgb(219,31,228); }
div.DivClassName
{
background-color: #DB1FE4;
}
.BgClassName
{
background-color: #DB1FE4;
}
</style>
border-color css
<style>
span { border-color: #DB1FE4; }
span { border-color: rgb(219,31,228); }
td.TdClassName
{
border-color: #DB1FE4;
}
.TagClassName
{
border-color: #DB1FE4;
}
</style>