Shades of Psychedelic Purple #DB2BF3
Tints of Psychedelic Purple #DB2BF3
RGB
CMYK
RGB Variations
Color information
#DB2BF3 (or 0xDB2BF3) is known color: Psychedelic Purple. HEX triplet: DB, 2B and F3. RGB value is (219,43,243). Sum of RGB (Red+Green+Blue) = 219+43+243=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 43 (17.19% from 255 or 8.51% from 505); Blue value is 243 (95.31% from 255 or 48.12% from 505); Max value from RGB is 243 - color contains mainly: blue. Hex color #DB2BF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB2BF3 is #24D40C. Grayscale: #757575. Windows color (decimal): -2413581 or 15936475. OLE color: 15936475.
HSL color Cylindrical-coordinate representation of color #DB2BF3: hue angle of 292.8º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB2BF3 is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 43 | 243 | - |
| CMYK | 0.10 | 0.82 | 0 | 0.05 |
| HSL | 292.8º | 0.89% | 0.56% | - |
| HSV(B) | 292.8º | 0.82% | 0.95% | - |
| XYZ | 46.25 | 23.26 | 86.85 | - |
| YUV | 118.42 | 198.31 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 43 | 243 | 0.10 | 0.82 | 0 | 0.05 | 292.8 | 0.89 | 0.56 |
| Hex | DB | 2B | F3 | A | 52 | 0 | 5 | 125 | 59 | 38 |
| Octal | 333 | 53 | 363 | 12 | 122 | 0 | 5 | 445 | 131 | 70 |
| Binary | 11011011 | 101011 | 11110011 | 1010 | 1010010 | 0 | 101 | 100100101 | 1011001 | 111000 |
Color Harmonies of #DB2BF3
Complementary color
Monochromatic Colors of #DB2BF3
Black with #DB2BF3
Text Example
Text Example
White with #DB2BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2BF3; }
p { color: rgb(219,43,243); }
H1.HeaderClassName
{
color: #DB2BF3;
}
.AnyTagClassName
{
color: #DB2BF3;
}
</style>
background-color css
<style>
a { background-color: #DB2BF3; }
a { background-color: rgb(219,43,243); }
div.DivClassName
{
background-color: #DB2BF3;
}
.BgClassName
{
background-color: #DB2BF3;
}
</style>
border-color css
<style>
span { border-color: #DB2BF3; }
span { border-color: rgb(219,43,243); }
td.TdClassName
{
border-color: #DB2BF3;
}
.TagClassName
{
border-color: #DB2BF3;
}
</style>