Shades of Psychedelic Purple #DB2FEE
Tints of Psychedelic Purple #DB2FEE
RGB
CMYK
RGB Variations
Color information
#DB2FEE (or 0xDB2FEE) is known color: Psychedelic Purple. HEX triplet: DB, 2F and EE. RGB value is (219,47,238). Sum of RGB (Red+Green+Blue) = 219+47+238=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 47 (18.75% from 255 or 9.33% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB2FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB2FEE is #24D011. Grayscale: #777777. Windows color (decimal): -2412562 or 15609819. OLE color: 15609819.
HSL color Cylindrical-coordinate representation of color #DB2FEE: hue angle of 294.03º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB2FEE is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 47 | 238 | - |
| CMYK | 0.08 | 0.80 | 0 | 0.07 |
| HSL | 294.03º | 0.85% | 0.56% | - |
| HSV(B) | 294.03º | 0.8% | 0.93% | - |
| XYZ | 45.66 | 23.27 | 82.97 | - |
| YUV | 120.2 | 194.48 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 47 | 238 | 0.08 | 0.80 | 0 | 0.07 | 294.03 | 0.85 | 0.56 |
| Hex | DB | 2F | EE | 8 | 50 | 0 | 7 | 126 | 55 | 38 |
| Octal | 333 | 57 | 356 | 10 | 120 | 0 | 7 | 446 | 125 | 70 |
| Binary | 11011011 | 101111 | 11101110 | 1000 | 1010000 | 0 | 111 | 100100110 | 1010101 | 111000 |
Color Harmonies of #DB2FEE
Complementary color
Monochromatic Colors of #DB2FEE
Black with #DB2FEE
Text Example
Text Example
White with #DB2FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2FEE; }
p { color: rgb(219,47,238); }
H1.HeaderClassName
{
color: #DB2FEE;
}
.AnyTagClassName
{
color: #DB2FEE;
}
</style>
background-color css
<style>
a { background-color: #DB2FEE; }
a { background-color: rgb(219,47,238); }
div.DivClassName
{
background-color: #DB2FEE;
}
.BgClassName
{
background-color: #DB2FEE;
}
</style>
border-color css
<style>
span { border-color: #DB2FEE; }
span { border-color: rgb(219,47,238); }
td.TdClassName
{
border-color: #DB2FEE;
}
.TagClassName
{
border-color: #DB2FEE;
}
</style>