Shades of Psychedelic Purple #DB26F3
Tints of Psychedelic Purple #DB26F3
RGB
CMYK
RGB Variations
Color information
#DB26F3 (or 0xDB26F3) is known color: Psychedelic Purple. HEX triplet: DB, 26 and F3. RGB value is (219,38,243). Sum of RGB (Red+Green+Blue) = 219+38+243=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 38 (15.23% from 255 or 7.6% from 500); Blue value is 243 (95.31% from 255 or 48.6% from 500); Max value from RGB is 243 - color contains mainly: blue. Hex color #DB26F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB26F3 is #24D90C. Grayscale: #727272. Windows color (decimal): -2414861 or 15935195. OLE color: 15935195.
HSL color Cylindrical-coordinate representation of color #DB26F3: hue angle of 292.98º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB26F3 is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 38 | 243 | - |
| CMYK | 0.10 | 0.84 | 0 | 0.05 |
| HSL | 292.98º | 0.9% | 0.55% | - |
| HSV(B) | 292.98º | 0.84% | 0.95% | - |
| XYZ | 46.08 | 22.92 | 86.79 | - |
| YUV | 115.49 | 199.97 | 201.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 243 | 0.10 | 0.84 | 0 | 0.05 | 292.98 | 0.9 | 0.55 |
| Hex | DB | 26 | F3 | A | 54 | 0 | 5 | 125 | 5A | 37 |
| Octal | 333 | 46 | 363 | 12 | 124 | 0 | 5 | 445 | 132 | 67 |
| Binary | 11011011 | 100110 | 11110011 | 1010 | 1010100 | 0 | 101 | 100100101 | 1011010 | 110111 |
Color Harmonies of #DB26F3
Complementary color
Monochromatic Colors of #DB26F3
Black with #DB26F3
Text Example
Text Example
White with #DB26F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB26F3; }
p { color: rgb(219,38,243); }
H1.HeaderClassName
{
color: #DB26F3;
}
.AnyTagClassName
{
color: #DB26F3;
}
</style>
background-color css
<style>
a { background-color: #DB26F3; }
a { background-color: rgb(219,38,243); }
div.DivClassName
{
background-color: #DB26F3;
}
.BgClassName
{
background-color: #DB26F3;
}
</style>
border-color css
<style>
span { border-color: #DB26F3; }
span { border-color: rgb(219,38,243); }
td.TdClassName
{
border-color: #DB26F3;
}
.TagClassName
{
border-color: #DB26F3;
}
</style>