Shades of Psychedelic Purple #DB18F5
Tints of Psychedelic Purple #DB18F5
RGB
CMYK
RGB Variations
Color information
#DB18F5 (or 0xDB18F5) is known color: Psychedelic Purple. HEX triplet: DB, 18 and F5. RGB value is (219,24,245). Sum of RGB (Red+Green+Blue) = 219+24+245=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 24 (9.77% from 255 or 4.92% from 488); Blue value is 245 (96.09% from 255 or 50.20% from 488); Max value from RGB is 245 - color contains mainly: blue. Hex color #DB18F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB18F5 is #24E70A. Grayscale: #6A6A6A. Windows color (decimal): -2418443 or 16062683. OLE color: 16062683.
HSL color Cylindrical-coordinate representation of color #DB18F5: hue angle of 292.94º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB18F5 is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 24 | 245 | - |
| CMYK | 0.11 | 0.90 | 0 | 0.04 |
| HSL | 292.94º | 0.92% | 0.53% | - |
| HSV(B) | 292.94º | 0.9% | 0.96% | - |
| XYZ | 46.02 | 22.31 | 88.27 | - |
| YUV | 107.5 | 205.6 | 207.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 24 | 245 | 0.11 | 0.90 | 0 | 0.04 | 292.94 | 0.92 | 0.53 |
| Hex | DB | 18 | F5 | B | 5A | 0 | 4 | 125 | 5C | 35 |
| Octal | 333 | 30 | 365 | 13 | 132 | 0 | 4 | 445 | 134 | 65 |
| Binary | 11011011 | 11000 | 11110101 | 1011 | 1011010 | 0 | 100 | 100100101 | 1011100 | 110101 |
Color Harmonies of #DB18F5
Complementary color
Monochromatic Colors of #DB18F5
Black with #DB18F5
Text Example
Text Example
White with #DB18F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB18F5; }
p { color: rgb(219,24,245); }
H1.HeaderClassName
{
color: #DB18F5;
}
.AnyTagClassName
{
color: #DB18F5;
}
</style>
background-color css
<style>
a { background-color: #DB18F5; }
a { background-color: rgb(219,24,245); }
div.DivClassName
{
background-color: #DB18F5;
}
.BgClassName
{
background-color: #DB18F5;
}
</style>
border-color css
<style>
span { border-color: #DB18F5; }
span { border-color: rgb(219,24,245); }
td.TdClassName
{
border-color: #DB18F5;
}
.TagClassName
{
border-color: #DB18F5;
}
</style>