Shades of Psychedelic Purple #DB18FC
Tints of Psychedelic Purple #DB18FC
RGB
CMYK
RGB Variations
Color information
#DB18FC (or 0xDB18FC) is known color: Psychedelic Purple. HEX triplet: DB, 18 and FC. RGB value is (219,24,252). Sum of RGB (Red+Green+Blue) = 219+24+252=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 24 (9.77% from 255 or 4.85% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB18FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB18FC is #24E703. Grayscale: #6B6B6B. Windows color (decimal): -2418436 or 16521435. OLE color: 16521435.
HSL color Cylindrical-coordinate representation of color #DB18FC: hue angle of 291.32º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB18FC is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 24 | 252 | - |
| CMYK | 0.13 | 0.90 | 0 | 0.01 |
| HSL | 291.32º | 0.97% | 0.54% | - |
| HSV(B) | 291.32º | 0.9% | 0.99% | - |
| XYZ | 47.11 | 22.74 | 94 | - |
| YUV | 108.3 | 209.1 | 206.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 24 | 252 | 0.13 | 0.90 | 0 | 0.01 | 291.32 | 0.97 | 0.54 |
| Hex | DB | 18 | FC | D | 5A | 0 | 1 | 123 | 61 | 36 |
| Octal | 333 | 30 | 374 | 15 | 132 | 0 | 1 | 443 | 141 | 66 |
| Binary | 11011011 | 11000 | 11111100 | 1101 | 1011010 | 0 | 1 | 100100011 | 1100001 | 110110 |
Color Harmonies of #DB18FC
Complementary color
Monochromatic Colors of #DB18FC
Black with #DB18FC
Text Example
Text Example
White with #DB18FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB18FC; }
p { color: rgb(219,24,252); }
H1.HeaderClassName
{
color: #DB18FC;
}
.AnyTagClassName
{
color: #DB18FC;
}
</style>
background-color css
<style>
a { background-color: #DB18FC; }
a { background-color: rgb(219,24,252); }
div.DivClassName
{
background-color: #DB18FC;
}
.BgClassName
{
background-color: #DB18FC;
}
</style>
border-color css
<style>
span { border-color: #DB18FC; }
span { border-color: rgb(219,24,252); }
td.TdClassName
{
border-color: #DB18FC;
}
.TagClassName
{
border-color: #DB18FC;
}
</style>