Shades of Psychedelic Purple #DB32FC
Tints of Psychedelic Purple #DB32FC
RGB
CMYK
RGB Variations
Color information
#DB32FC (or 0xDB32FC) is known color: Psychedelic Purple. HEX triplet: DB, 32 and FC. RGB value is (219,50,252). Sum of RGB (Red+Green+Blue) = 219+50+252=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 50 (19.92% from 255 or 9.60% from 521); Blue value is 252 (98.83% from 255 or 48.37% from 521); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB32FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB32FC is #24CD03. Grayscale: #7A7A7A. Windows color (decimal): -2411780 or 16528091. OLE color: 16528091.
HSL color Cylindrical-coordinate representation of color #DB32FC: hue angle of 290.2º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB32FC is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 50 | 252 | - |
| CMYK | 0.13 | 0.80 | 0 | 0.01 |
| HSL | 290.2º | 0.97% | 0.59% | - |
| HSV(B) | 290.2º | 0.8% | 0.99% | - |
| XYZ | 47.92 | 24.37 | 94.27 | - |
| YUV | 123.56 | 200.49 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 252 | 0.13 | 0.80 | 0 | 0.01 | 290.2 | 0.97 | 0.59 |
| Hex | DB | 32 | FC | D | 50 | 0 | 1 | 122 | 61 | 3B |
| Octal | 333 | 62 | 374 | 15 | 120 | 0 | 1 | 442 | 141 | 73 |
| Binary | 11011011 | 110010 | 11111100 | 1101 | 1010000 | 0 | 1 | 100100010 | 1100001 | 111011 |
Color Harmonies of #DB32FC
Complementary color
Monochromatic Colors of #DB32FC
Black with #DB32FC
Text Example
Text Example
White with #DB32FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB32FC; }
p { color: rgb(219,50,252); }
H1.HeaderClassName
{
color: #DB32FC;
}
.AnyTagClassName
{
color: #DB32FC;
}
</style>
background-color css
<style>
a { background-color: #DB32FC; }
a { background-color: rgb(219,50,252); }
div.DivClassName
{
background-color: #DB32FC;
}
.BgClassName
{
background-color: #DB32FC;
}
</style>
border-color css
<style>
span { border-color: #DB32FC; }
span { border-color: rgb(219,50,252); }
td.TdClassName
{
border-color: #DB32FC;
}
.TagClassName
{
border-color: #DB32FC;
}
</style>