Shades of Psychedelic Purple #DB12FE
Tints of Psychedelic Purple #DB12FE
RGB
CMYK
RGB Variations
Color information
#DB12FE (or 0xDB12FE) is known color: Psychedelic Purple. HEX triplet: DB, 12 and FE. RGB value is (219,18,254). Sum of RGB (Red+Green+Blue) = 219+18+254=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 18 (7.42% from 255 or 3.67% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB12FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB12FE is #24ED01. Grayscale: #686868. Windows color (decimal): -2419970 or 16650971. OLE color: 16650971.
HSL color Cylindrical-coordinate representation of color #DB12FE: hue angle of 291.1º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB12FE is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 18 | 254 | - |
| CMYK | 0.14 | 0.93 | 0 | 0.00 |
| HSL | 291.1º | 0.99% | 0.53% | - |
| HSV(B) | 291.1º | 0.93% | 1% | - |
| XYZ | 47.32 | 22.65 | 95.64 | - |
| YUV | 105 | 212.09 | 209.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 254 | 0.14 | 0.93 | 0 | 0.00 | 291.1 | 0.99 | 0.53 |
| Hex | DB | 12 | FE | E | 5D | 0 | 0 | 123 | 63 | 35 |
| Octal | 333 | 22 | 376 | 16 | 135 | 0 | 0 | 443 | 143 | 65 |
| Binary | 11011011 | 10010 | 11111110 | 1110 | 1011101 | 0 | 0 | 100100011 | 1100011 | 110101 |
Color Harmonies of #DB12FE
Complementary color
Monochromatic Colors of #DB12FE
Black with #DB12FE
Text Example
Text Example
White with #DB12FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB12FE; }
p { color: rgb(219,18,254); }
H1.HeaderClassName
{
color: #DB12FE;
}
.AnyTagClassName
{
color: #DB12FE;
}
</style>
background-color css
<style>
a { background-color: #DB12FE; }
a { background-color: rgb(219,18,254); }
div.DivClassName
{
background-color: #DB12FE;
}
.BgClassName
{
background-color: #DB12FE;
}
</style>
border-color css
<style>
span { border-color: #DB12FE; }
span { border-color: rgb(219,18,254); }
td.TdClassName
{
border-color: #DB12FE;
}
.TagClassName
{
border-color: #DB12FE;
}
</style>