Shades of Psychedelic Purple #DB24F3
Tints of Psychedelic Purple #DB24F3
RGB
CMYK
RGB Variations
Color information
#DB24F3 (or 0xDB24F3) is known color: Psychedelic Purple. HEX triplet: DB, 24 and F3. RGB value is (219,36,243). Sum of RGB (Red+Green+Blue) = 219+36+243=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 36 (14.45% from 255 or 7.23% from 498); Blue value is 243 (95.31% from 255 or 48.80% from 498); Max value from RGB is 243 - color contains mainly: blue. Hex color #DB24F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB24F3 is #24DB0C. Grayscale: #717171. Windows color (decimal): -2415373 or 15934683. OLE color: 15934683.
HSL color Cylindrical-coordinate representation of color #DB24F3: hue angle of 293.04º 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 #DB24F3 is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 36 | 243 | - |
| CMYK | 0.10 | 0.85 | 0 | 0.05 |
| HSL | 293.04º | 0.9% | 0.55% | - |
| HSV(B) | 293.04º | 0.85% | 0.95% | - |
| XYZ | 46.02 | 22.79 | 86.77 | - |
| YUV | 114.32 | 200.63 | 202.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 36 | 243 | 0.10 | 0.85 | 0 | 0.05 | 293.04 | 0.9 | 0.55 |
| Hex | DB | 24 | F3 | A | 55 | 0 | 5 | 125 | 5A | 37 |
| Octal | 333 | 44 | 363 | 12 | 125 | 0 | 5 | 445 | 132 | 67 |
| Binary | 11011011 | 100100 | 11110011 | 1010 | 1010101 | 0 | 101 | 100100101 | 1011010 | 110111 |
Color Harmonies of #DB24F3
Complementary color
Monochromatic Colors of #DB24F3
Black with #DB24F3
Text Example
Text Example
White with #DB24F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB24F3; }
p { color: rgb(219,36,243); }
H1.HeaderClassName
{
color: #DB24F3;
}
.AnyTagClassName
{
color: #DB24F3;
}
</style>
background-color css
<style>
a { background-color: #DB24F3; }
a { background-color: rgb(219,36,243); }
div.DivClassName
{
background-color: #DB24F3;
}
.BgClassName
{
background-color: #DB24F3;
}
</style>
border-color css
<style>
span { border-color: #DB24F3; }
span { border-color: rgb(219,36,243); }
td.TdClassName
{
border-color: #DB24F3;
}
.TagClassName
{
border-color: #DB24F3;
}
</style>