Shades of Psychedelic Purple #DB18F2
Tints of Psychedelic Purple #DB18F2
RGB
CMYK
RGB Variations
Color information
#DB18F2 (or 0xDB18F2) is known color: Psychedelic Purple. HEX triplet: DB, 18 and F2. RGB value is (219,24,242). Sum of RGB (Red+Green+Blue) = 219+24+242=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 24 (9.77% from 255 or 4.95% from 485); Blue value is 242 (94.92% from 255 or 49.90% from 485); Max value from RGB is 242 - color contains mainly: blue. Hex color #DB18F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB18F2 is #24E70D. Grayscale: #6A6A6A. Windows color (decimal): -2418446 or 15866075. OLE color: 15866075.
HSL color Cylindrical-coordinate representation of color #DB18F2: hue angle of 293.67º degrees, saturation: 0.89, 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 #DB18F2 is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 24 | 242 | - |
| CMYK | 0.10 | 0.90 | 0 | 0.05 |
| HSL | 293.67º | 0.89% | 0.52% | - |
| HSV(B) | 293.67º | 0.9% | 0.95% | - |
| XYZ | 45.57 | 22.12 | 85.87 | - |
| YUV | 107.16 | 204.1 | 207.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 24 | 242 | 0.10 | 0.90 | 0 | 0.05 | 293.67 | 0.89 | 0.52 |
| Hex | DB | 18 | F2 | A | 5A | 0 | 5 | 126 | 59 | 34 |
| Octal | 333 | 30 | 362 | 12 | 132 | 0 | 5 | 446 | 131 | 64 |
| Binary | 11011011 | 11000 | 11110010 | 1010 | 1011010 | 0 | 101 | 100100110 | 1011001 | 110100 |
Color Harmonies of #DB18F2
Complementary color
Monochromatic Colors of #DB18F2
Black with #DB18F2
Text Example
Text Example
White with #DB18F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB18F2; }
p { color: rgb(219,24,242); }
H1.HeaderClassName
{
color: #DB18F2;
}
.AnyTagClassName
{
color: #DB18F2;
}
</style>
background-color css
<style>
a { background-color: #DB18F2; }
a { background-color: rgb(219,24,242); }
div.DivClassName
{
background-color: #DB18F2;
}
.BgClassName
{
background-color: #DB18F2;
}
</style>
border-color css
<style>
span { border-color: #DB18F2; }
span { border-color: rgb(219,24,242); }
td.TdClassName
{
border-color: #DB18F2;
}
.TagClassName
{
border-color: #DB18F2;
}
</style>