Shades of Psychedelic Purple #DB12FB
Tints of Psychedelic Purple #DB12FB
RGB
CMYK
RGB Variations
Color information
#DB12FB (or 0xDB12FB) is known color: Psychedelic Purple. HEX triplet: DB, 12 and FB. RGB value is (219,18,251). Sum of RGB (Red+Green+Blue) = 219+18+251=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 18 (7.42% from 255 or 3.69% from 488); Blue value is 251 (98.44% from 255 or 51.43% from 488); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB12FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB12FB is #24ED04. Grayscale: #676767. Windows color (decimal): -2419973 or 16454363. OLE color: 16454363.
HSL color Cylindrical-coordinate representation of color #DB12FB: hue angle of 291.76º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB12FB is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 18 | 251 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.02 |
| HSL | 291.76º | 0.97% | 0.53% | - |
| HSV(B) | 291.76º | 0.93% | 0.98% | - |
| XYZ | 46.84 | 22.46 | 93.13 | - |
| YUV | 104.66 | 210.59 | 209.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 251 | 0.13 | 0.93 | 0 | 0.02 | 291.76 | 0.97 | 0.53 |
| Hex | DB | 12 | FB | D | 5D | 0 | 2 | 124 | 61 | 35 |
| Octal | 333 | 22 | 373 | 15 | 135 | 0 | 2 | 444 | 141 | 65 |
| Binary | 11011011 | 10010 | 11111011 | 1101 | 1011101 | 0 | 10 | 100100100 | 1100001 | 110101 |
Color Harmonies of #DB12FB
Complementary color
Monochromatic Colors of #DB12FB
Black with #DB12FB
Text Example
Text Example
White with #DB12FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB12FB; }
p { color: rgb(219,18,251); }
H1.HeaderClassName
{
color: #DB12FB;
}
.AnyTagClassName
{
color: #DB12FB;
}
</style>
background-color css
<style>
a { background-color: #DB12FB; }
a { background-color: rgb(219,18,251); }
div.DivClassName
{
background-color: #DB12FB;
}
.BgClassName
{
background-color: #DB12FB;
}
</style>
border-color css
<style>
span { border-color: #DB12FB; }
span { border-color: rgb(219,18,251); }
td.TdClassName
{
border-color: #DB12FB;
}
.TagClassName
{
border-color: #DB12FB;
}
</style>