Shades of Psychedelic Purple #DB26FA
Tints of Psychedelic Purple #DB26FA
RGB
CMYK
RGB Variations
Color information
#DB26FA (or 0xDB26FA) is known color: Psychedelic Purple. HEX triplet: DB, 26 and FA. RGB value is (219,38,250). Sum of RGB (Red+Green+Blue) = 219+38+250=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 38 (15.23% from 255 or 7.50% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB26FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB26FA is #24D905. Grayscale: #737373. Windows color (decimal): -2414854 or 16393947. OLE color: 16393947.
HSL color Cylindrical-coordinate representation of color #DB26FA: hue angle of 291.23º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB26FA is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 38 | 250 | - |
| CMYK | 0.12 | 0.85 | 0 | 0.02 |
| HSL | 291.23º | 0.95% | 0.56% | - |
| HSV(B) | 291.23º | 0.85% | 0.98% | - |
| XYZ | 47.16 | 23.35 | 92.46 | - |
| YUV | 116.29 | 203.47 | 201.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 250 | 0.12 | 0.85 | 0 | 0.02 | 291.23 | 0.95 | 0.56 |
| Hex | DB | 26 | FA | C | 55 | 0 | 2 | 123 | 5F | 38 |
| Octal | 333 | 46 | 372 | 14 | 125 | 0 | 2 | 443 | 137 | 70 |
| Binary | 11011011 | 100110 | 11111010 | 1100 | 1010101 | 0 | 10 | 100100011 | 1011111 | 111000 |
Color Harmonies of #DB26FA
Complementary color
Monochromatic Colors of #DB26FA
Black with #DB26FA
Text Example
Text Example
White with #DB26FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB26FA; }
p { color: rgb(219,38,250); }
H1.HeaderClassName
{
color: #DB26FA;
}
.AnyTagClassName
{
color: #DB26FA;
}
</style>
background-color css
<style>
a { background-color: #DB26FA; }
a { background-color: rgb(219,38,250); }
div.DivClassName
{
background-color: #DB26FA;
}
.BgClassName
{
background-color: #DB26FA;
}
</style>
border-color css
<style>
span { border-color: #DB26FA; }
span { border-color: rgb(219,38,250); }
td.TdClassName
{
border-color: #DB26FA;
}
.TagClassName
{
border-color: #DB26FA;
}
</style>