Shades of Psychedelic Purple #DB12FC
Tints of Psychedelic Purple #DB12FC
RGB
CMYK
RGB Variations
Color information
#DB12FC (or 0xDB12FC) is known color: Psychedelic Purple. HEX triplet: DB, 12 and FC. RGB value is (219,18,252). Sum of RGB (Red+Green+Blue) = 219+18+252=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 18 (7.42% from 255 or 3.68% from 489); Blue value is 252 (98.83% from 255 or 51.53% from 489); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB12FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB12FC is #24ED03. Grayscale: #686868. Windows color (decimal): -2419972 or 16519899. OLE color: 16519899.
HSL color Cylindrical-coordinate representation of color #DB12FC: hue angle of 291.54º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB12FC is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 18 | 252 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.01 |
| HSL | 291.54º | 0.98% | 0.53% | - |
| HSV(B) | 291.54º | 0.93% | 0.99% | - |
| XYZ | 47 | 22.52 | 93.97 | - |
| YUV | 104.78 | 211.09 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 252 | 0.13 | 0.93 | 0 | 0.01 | 291.54 | 0.98 | 0.53 |
| Hex | DB | 12 | FC | D | 5D | 0 | 1 | 124 | 62 | 35 |
| Octal | 333 | 22 | 374 | 15 | 135 | 0 | 1 | 444 | 142 | 65 |
| Binary | 11011011 | 10010 | 11111100 | 1101 | 1011101 | 0 | 1 | 100100100 | 1100010 | 110101 |
Color Harmonies of #DB12FC
Complementary color
Monochromatic Colors of #DB12FC
Black with #DB12FC
Text Example
Text Example
White with #DB12FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB12FC; }
p { color: rgb(219,18,252); }
H1.HeaderClassName
{
color: #DB12FC;
}
.AnyTagClassName
{
color: #DB12FC;
}
</style>
background-color css
<style>
a { background-color: #DB12FC; }
a { background-color: rgb(219,18,252); }
div.DivClassName
{
background-color: #DB12FC;
}
.BgClassName
{
background-color: #DB12FC;
}
</style>
border-color css
<style>
span { border-color: #DB12FC; }
span { border-color: rgb(219,18,252); }
td.TdClassName
{
border-color: #DB12FC;
}
.TagClassName
{
border-color: #DB12FC;
}
</style>