Shades of Psychedelic Purple #DB2FF3
Tints of Psychedelic Purple #DB2FF3
RGB
CMYK
RGB Variations
Color information
#DB2FF3 (or 0xDB2FF3) is known color: Psychedelic Purple. HEX triplet: DB, 2F and F3. RGB value is (219,47,243). Sum of RGB (Red+Green+Blue) = 219+47+243=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 47 (18.75% from 255 or 9.23% from 509); Blue value is 243 (95.31% from 255 or 47.74% from 509); Max value from RGB is 243 - color contains mainly: blue. Hex color #DB2FF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB2FF3 is #24D00C. Grayscale: #787878. Windows color (decimal): -2412557 or 15937499. OLE color: 15937499.
HSL color Cylindrical-coordinate representation of color #DB2FF3: hue angle of 292.65º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB2FF3 is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 47 | 243 | - |
| CMYK | 0.10 | 0.81 | 0 | 0.05 |
| HSL | 292.65º | 0.89% | 0.57% | - |
| HSV(B) | 292.65º | 0.81% | 0.95% | - |
| XYZ | 46.41 | 23.56 | 86.9 | - |
| YUV | 120.77 | 196.98 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 47 | 243 | 0.10 | 0.81 | 0 | 0.05 | 292.65 | 0.89 | 0.57 |
| Hex | DB | 2F | F3 | A | 51 | 0 | 5 | 125 | 59 | 39 |
| Octal | 333 | 57 | 363 | 12 | 121 | 0 | 5 | 445 | 131 | 71 |
| Binary | 11011011 | 101111 | 11110011 | 1010 | 1010001 | 0 | 101 | 100100101 | 1011001 | 111001 |
Color Harmonies of #DB2FF3
Complementary color
Monochromatic Colors of #DB2FF3
Black with #DB2FF3
Text Example
Text Example
White with #DB2FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2FF3; }
p { color: rgb(219,47,243); }
H1.HeaderClassName
{
color: #DB2FF3;
}
.AnyTagClassName
{
color: #DB2FF3;
}
</style>
background-color css
<style>
a { background-color: #DB2FF3; }
a { background-color: rgb(219,47,243); }
div.DivClassName
{
background-color: #DB2FF3;
}
.BgClassName
{
background-color: #DB2FF3;
}
</style>
border-color css
<style>
span { border-color: #DB2FF3; }
span { border-color: rgb(219,47,243); }
td.TdClassName
{
border-color: #DB2FF3;
}
.TagClassName
{
border-color: #DB2FF3;
}
</style>