Shades of Psychedelic Purple #DB18F9
Tints of Psychedelic Purple #DB18F9
RGB
CMYK
RGB Variations
Color information
#DB18F9 (or 0xDB18F9) is known color: Psychedelic Purple. HEX triplet: DB, 18 and F9. RGB value is (219,24,249). Sum of RGB (Red+Green+Blue) = 219+24+249=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 24 (9.77% from 255 or 4.88% from 492); Blue value is 249 (97.66% from 255 or 50.61% from 492); Max value from RGB is 249 - color contains mainly: blue. Hex color #DB18F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB18F9 is #24E706. Grayscale: #6B6B6B. Windows color (decimal): -2418439 or 16324827. OLE color: 16324827.
HSL color Cylindrical-coordinate representation of color #DB18F9: hue angle of 292º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB18F9 is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 24 | 249 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.02 |
| HSL | 292º | 0.95% | 0.54% | - |
| HSV(B) | 292º | 0.9% | 0.98% | - |
| XYZ | 46.64 | 22.55 | 91.52 | - |
| YUV | 107.96 | 207.6 | 207.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 24 | 249 | 0.12 | 0.90 | 0 | 0.02 | 292 | 0.95 | 0.54 |
| Hex | DB | 18 | F9 | C | 5A | 0 | 2 | 124 | 5F | 36 |
| Octal | 333 | 30 | 371 | 14 | 132 | 0 | 2 | 444 | 137 | 66 |
| Binary | 11011011 | 11000 | 11111001 | 1100 | 1011010 | 0 | 10 | 100100100 | 1011111 | 110110 |
Color Harmonies of #DB18F9
Complementary color
Monochromatic Colors of #DB18F9
Black with #DB18F9
Text Example
Text Example
White with #DB18F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB18F9; }
p { color: rgb(219,24,249); }
H1.HeaderClassName
{
color: #DB18F9;
}
.AnyTagClassName
{
color: #DB18F9;
}
</style>
background-color css
<style>
a { background-color: #DB18F9; }
a { background-color: rgb(219,24,249); }
div.DivClassName
{
background-color: #DB18F9;
}
.BgClassName
{
background-color: #DB18F9;
}
</style>
border-color css
<style>
span { border-color: #DB18F9; }
span { border-color: rgb(219,24,249); }
td.TdClassName
{
border-color: #DB18F9;
}
.TagClassName
{
border-color: #DB18F9;
}
</style>