Shades of Psychedelic Purple #DB18F3
Tints of Psychedelic Purple #DB18F3
RGB
CMYK
RGB Variations
Color information
#DB18F3 (or 0xDB18F3) is known color: Psychedelic Purple. HEX triplet: DB, 18 and F3. RGB value is (219,24,243). Sum of RGB (Red+Green+Blue) = 219+24+243=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 24 (9.77% from 255 or 4.94% from 486); Blue value is 243 (95.31% from 255 or 50% from 486); Max value from RGB is 243 - color contains mainly: blue. Hex color #DB18F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB18F3 is #24E70C. Grayscale: #6A6A6A. Windows color (decimal): -2418445 or 15931611. OLE color: 15931611.
HSL color Cylindrical-coordinate representation of color #DB18F3: hue angle of 293.42º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB18F3 is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 24 | 243 | - |
| CMYK | 0.10 | 0.90 | 0 | 0.05 |
| HSL | 293.42º | 0.9% | 0.52% | - |
| HSV(B) | 293.42º | 0.9% | 0.95% | - |
| XYZ | 45.72 | 22.18 | 86.67 | - |
| YUV | 107.27 | 204.6 | 207.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 24 | 243 | 0.10 | 0.90 | 0 | 0.05 | 293.42 | 0.9 | 0.52 |
| Hex | DB | 18 | F3 | A | 5A | 0 | 5 | 125 | 5A | 34 |
| Octal | 333 | 30 | 363 | 12 | 132 | 0 | 5 | 445 | 132 | 64 |
| Binary | 11011011 | 11000 | 11110011 | 1010 | 1011010 | 0 | 101 | 100100101 | 1011010 | 110100 |
Color Harmonies of #DB18F3
Complementary color
Monochromatic Colors of #DB18F3
Black with #DB18F3
Text Example
Text Example
White with #DB18F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB18F3; }
p { color: rgb(219,24,243); }
H1.HeaderClassName
{
color: #DB18F3;
}
.AnyTagClassName
{
color: #DB18F3;
}
</style>
background-color css
<style>
a { background-color: #DB18F3; }
a { background-color: rgb(219,24,243); }
div.DivClassName
{
background-color: #DB18F3;
}
.BgClassName
{
background-color: #DB18F3;
}
</style>
border-color css
<style>
span { border-color: #DB18F3; }
span { border-color: rgb(219,24,243); }
td.TdClassName
{
border-color: #DB18F3;
}
.TagClassName
{
border-color: #DB18F3;
}
</style>