Shades of Psychedelic Purple #DB1FEC
Tints of Psychedelic Purple #DB1FEC
RGB
CMYK
RGB Variations
Color information
#DB1FEC (or 0xDB1FEC) is known color: Psychedelic Purple. HEX triplet: DB, 1F and EC. RGB value is (219,31,236). Sum of RGB (Red+Green+Blue) = 219+31+236=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 31 (12.5% from 255 or 6.38% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB1FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB1FEC is #24E013. Grayscale: #6D6D6D. Windows color (decimal): -2416660 or 15474651. OLE color: 15474651.
HSL color Cylindrical-coordinate representation of color #DB1FEC: hue angle of 295.02º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB1FEC is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 31 | 236 | - |
| CMYK | 0.07 | 0.87 | 0 | 0.07 |
| HSL | 295.02º | 0.84% | 0.52% | - |
| HSV(B) | 295.02º | 0.87% | 0.93% | - |
| XYZ | 44.84 | 22.1 | 81.26 | - |
| YUV | 110.58 | 198.78 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 31 | 236 | 0.07 | 0.87 | 0 | 0.07 | 295.02 | 0.84 | 0.52 |
| Hex | DB | 1F | EC | 7 | 57 | 0 | 7 | 127 | 54 | 34 |
| Octal | 333 | 37 | 354 | 7 | 127 | 0 | 7 | 447 | 124 | 64 |
| Binary | 11011011 | 11111 | 11101100 | 111 | 1010111 | 0 | 111 | 100100111 | 1010100 | 110100 |
Color Harmonies of #DB1FEC
Complementary color
Monochromatic Colors of #DB1FEC
Black with #DB1FEC
Text Example
Text Example
White with #DB1FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1FEC; }
p { color: rgb(219,31,236); }
H1.HeaderClassName
{
color: #DB1FEC;
}
.AnyTagClassName
{
color: #DB1FEC;
}
</style>
background-color css
<style>
a { background-color: #DB1FEC; }
a { background-color: rgb(219,31,236); }
div.DivClassName
{
background-color: #DB1FEC;
}
.BgClassName
{
background-color: #DB1FEC;
}
</style>
border-color css
<style>
span { border-color: #DB1FEC; }
span { border-color: rgb(219,31,236); }
td.TdClassName
{
border-color: #DB1FEC;
}
.TagClassName
{
border-color: #DB1FEC;
}
</style>