Shades of Psychedelic Purple #DB25F3
Tints of Psychedelic Purple #DB25F3
RGB
CMYK
RGB Variations
Color information
#DB25F3 (or 0xDB25F3) is known color: Psychedelic Purple. HEX triplet: DB, 25 and F3. RGB value is (219,37,243). Sum of RGB (Red+Green+Blue) = 219+37+243=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 37 (14.84% from 255 or 7.41% from 499); Blue value is 243 (95.31% from 255 or 48.70% from 499); Max value from RGB is 243 - color contains mainly: blue. Hex color #DB25F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB25F3 is #24DA0C. Grayscale: #727272. Windows color (decimal): -2415117 or 15934939. OLE color: 15934939.
HSL color Cylindrical-coordinate representation of color #DB25F3: hue angle of 293.01º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB25F3 is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 37 | 243 | - |
| CMYK | 0.10 | 0.85 | 0 | 0.05 |
| HSL | 293.01º | 0.9% | 0.55% | - |
| HSV(B) | 293.01º | 0.85% | 0.95% | - |
| XYZ | 46.05 | 22.85 | 86.78 | - |
| YUV | 114.9 | 200.3 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 37 | 243 | 0.10 | 0.85 | 0 | 0.05 | 293.01 | 0.9 | 0.55 |
| Hex | DB | 25 | F3 | A | 55 | 0 | 5 | 125 | 5A | 37 |
| Octal | 333 | 45 | 363 | 12 | 125 | 0 | 5 | 445 | 132 | 67 |
| Binary | 11011011 | 100101 | 11110011 | 1010 | 1010101 | 0 | 101 | 100100101 | 1011010 | 110111 |
Color Harmonies of #DB25F3
Complementary color
Monochromatic Colors of #DB25F3
Black with #DB25F3
Text Example
Text Example
White with #DB25F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB25F3; }
p { color: rgb(219,37,243); }
H1.HeaderClassName
{
color: #DB25F3;
}
.AnyTagClassName
{
color: #DB25F3;
}
</style>
background-color css
<style>
a { background-color: #DB25F3; }
a { background-color: rgb(219,37,243); }
div.DivClassName
{
background-color: #DB25F3;
}
.BgClassName
{
background-color: #DB25F3;
}
</style>
border-color css
<style>
span { border-color: #DB25F3; }
span { border-color: rgb(219,37,243); }
td.TdClassName
{
border-color: #DB25F3;
}
.TagClassName
{
border-color: #DB25F3;
}
</style>