Shades of Psychedelic Purple #DB26F1
Tints of Psychedelic Purple #DB26F1
RGB
CMYK
RGB Variations
Color information
#DB26F1 (or 0xDB26F1) is known color: Psychedelic Purple. HEX triplet: DB, 26 and F1. RGB value is (219,38,241). Sum of RGB (Red+Green+Blue) = 219+38+241=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 38 (15.23% from 255 or 7.63% from 498); Blue value is 241 (94.53% from 255 or 48.39% from 498); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB26F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB26F1 is #24D90E. Grayscale: #727272. Windows color (decimal): -2414863 or 15804123. OLE color: 15804123.
HSL color Cylindrical-coordinate representation of color #DB26F1: hue angle of 293.5º degrees, saturation: 0.88, 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 #DB26F1 is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 38 | 241 | - |
| CMYK | 0.09 | 0.84 | 0 | 0.05 |
| HSL | 293.5º | 0.88% | 0.55% | - |
| HSV(B) | 293.5º | 0.84% | 0.95% | - |
| XYZ | 45.78 | 22.8 | 85.21 | - |
| YUV | 115.26 | 198.97 | 201.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 241 | 0.09 | 0.84 | 0 | 0.05 | 293.5 | 0.88 | 0.55 |
| Hex | DB | 26 | F1 | 9 | 54 | 0 | 5 | 125 | 58 | 37 |
| Octal | 333 | 46 | 361 | 11 | 124 | 0 | 5 | 445 | 130 | 67 |
| Binary | 11011011 | 100110 | 11110001 | 1001 | 1010100 | 0 | 101 | 100100101 | 1011000 | 110111 |
Color Harmonies of #DB26F1
Complementary color
Monochromatic Colors of #DB26F1
Black with #DB26F1
Text Example
Text Example
White with #DB26F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB26F1; }
p { color: rgb(219,38,241); }
H1.HeaderClassName
{
color: #DB26F1;
}
.AnyTagClassName
{
color: #DB26F1;
}
</style>
background-color css
<style>
a { background-color: #DB26F1; }
a { background-color: rgb(219,38,241); }
div.DivClassName
{
background-color: #DB26F1;
}
.BgClassName
{
background-color: #DB26F1;
}
</style>
border-color css
<style>
span { border-color: #DB26F1; }
span { border-color: rgb(219,38,241); }
td.TdClassName
{
border-color: #DB26F1;
}
.TagClassName
{
border-color: #DB26F1;
}
</style>