Shades of Psychedelic Purple #DB2FEC
Tints of Psychedelic Purple #DB2FEC
RGB
CMYK
RGB Variations
Color information
#DB2FEC (or 0xDB2FEC) is known color: Psychedelic Purple. HEX triplet: DB, 2F and EC. RGB value is (219,47,236). Sum of RGB (Red+Green+Blue) = 219+47+236=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 47 (18.75% from 255 or 9.36% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB2FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB2FEC is #24D013. Grayscale: #777777. Windows color (decimal): -2412564 or 15478747. OLE color: 15478747.
HSL color Cylindrical-coordinate representation of color #DB2FEC: hue angle of 294.6º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB2FEC is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 47 | 236 | - |
| CMYK | 0.07 | 0.80 | 0 | 0.07 |
| HSL | 294.6º | 0.83% | 0.55% | - |
| HSV(B) | 294.6º | 0.8% | 0.93% | - |
| XYZ | 45.37 | 23.15 | 81.43 | - |
| YUV | 119.97 | 193.48 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 47 | 236 | 0.07 | 0.80 | 0 | 0.07 | 294.6 | 0.83 | 0.55 |
| Hex | DB | 2F | EC | 7 | 50 | 0 | 7 | 127 | 53 | 37 |
| Octal | 333 | 57 | 354 | 7 | 120 | 0 | 7 | 447 | 123 | 67 |
| Binary | 11011011 | 101111 | 11101100 | 111 | 1010000 | 0 | 111 | 100100111 | 1010011 | 110111 |
Color Harmonies of #DB2FEC
Complementary color
Monochromatic Colors of #DB2FEC
Black with #DB2FEC
Text Example
Text Example
White with #DB2FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2FEC; }
p { color: rgb(219,47,236); }
H1.HeaderClassName
{
color: #DB2FEC;
}
.AnyTagClassName
{
color: #DB2FEC;
}
</style>
background-color css
<style>
a { background-color: #DB2FEC; }
a { background-color: rgb(219,47,236); }
div.DivClassName
{
background-color: #DB2FEC;
}
.BgClassName
{
background-color: #DB2FEC;
}
</style>
border-color css
<style>
span { border-color: #DB2FEC; }
span { border-color: rgb(219,47,236); }
td.TdClassName
{
border-color: #DB2FEC;
}
.TagClassName
{
border-color: #DB2FEC;
}
</style>