Shades of Psychedelic Purple #DB2FEF
Tints of Psychedelic Purple #DB2FEF
RGB
CMYK
RGB Variations
Color information
#DB2FEF (or 0xDB2FEF) is known color: Psychedelic Purple. HEX triplet: DB, 2F and EF. RGB value is (219,47,239). Sum of RGB (Red+Green+Blue) = 219+47+239=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 47 (18.75% from 255 or 9.31% from 505); Blue value is 239 (93.75% from 255 or 47.33% from 505); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB2FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB2FEF is #24D010. Grayscale: #777777. Windows color (decimal): -2412561 or 15675355. OLE color: 15675355.
HSL color Cylindrical-coordinate representation of color #DB2FEF: hue angle of 293.75º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB2FEF is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 47 | 239 | - |
| CMYK | 0.08 | 0.80 | 0 | 0.06 |
| HSL | 293.75º | 0.86% | 0.56% | - |
| HSV(B) | 293.75º | 0.8% | 0.94% | - |
| XYZ | 45.81 | 23.33 | 83.75 | - |
| YUV | 120.32 | 194.98 | 198.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 47 | 239 | 0.08 | 0.80 | 0 | 0.06 | 293.75 | 0.86 | 0.56 |
| Hex | DB | 2F | EF | 8 | 50 | 0 | 6 | 126 | 56 | 38 |
| Octal | 333 | 57 | 357 | 10 | 120 | 0 | 6 | 446 | 126 | 70 |
| Binary | 11011011 | 101111 | 11101111 | 1000 | 1010000 | 0 | 110 | 100100110 | 1010110 | 111000 |
Color Harmonies of #DB2FEF
Complementary color
Monochromatic Colors of #DB2FEF
Black with #DB2FEF
Text Example
Text Example
White with #DB2FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2FEF; }
p { color: rgb(219,47,239); }
H1.HeaderClassName
{
color: #DB2FEF;
}
.AnyTagClassName
{
color: #DB2FEF;
}
</style>
background-color css
<style>
a { background-color: #DB2FEF; }
a { background-color: rgb(219,47,239); }
div.DivClassName
{
background-color: #DB2FEF;
}
.BgClassName
{
background-color: #DB2FEF;
}
</style>
border-color css
<style>
span { border-color: #DB2FEF; }
span { border-color: rgb(219,47,239); }
td.TdClassName
{
border-color: #DB2FEF;
}
.TagClassName
{
border-color: #DB2FEF;
}
</style>