Shades of Psychedelic Purple #DB32FD
Tints of Psychedelic Purple #DB32FD
RGB
CMYK
RGB Variations
Color information
#DB32FD (or 0xDB32FD) is known color: Psychedelic Purple. HEX triplet: DB, 32 and FD. RGB value is (219,50,253). Sum of RGB (Red+Green+Blue) = 219+50+253=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 50 (19.92% from 255 or 9.58% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB32FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB32FD is #24CD02. Grayscale: #7B7B7B. Windows color (decimal): -2411779 or 16593627. OLE color: 16593627.
HSL color Cylindrical-coordinate representation of color #DB32FD: hue angle of 289.95º degrees, saturation: 0.98, 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 #DB32FD is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 50 | 253 | - |
| CMYK | 0.13 | 0.80 | 0 | 0.01 |
| HSL | 289.95º | 0.98% | 0.59% | - |
| HSV(B) | 289.95º | 0.8% | 0.99% | - |
| XYZ | 48.08 | 24.43 | 95.11 | - |
| YUV | 123.67 | 200.99 | 195.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 253 | 0.13 | 0.80 | 0 | 0.01 | 289.95 | 0.98 | 0.59 |
| Hex | DB | 32 | FD | D | 50 | 0 | 1 | 122 | 62 | 3B |
| Octal | 333 | 62 | 375 | 15 | 120 | 0 | 1 | 442 | 142 | 73 |
| Binary | 11011011 | 110010 | 11111101 | 1101 | 1010000 | 0 | 1 | 100100010 | 1100010 | 111011 |
Color Harmonies of #DB32FD
Complementary color
Monochromatic Colors of #DB32FD
Black with #DB32FD
Text Example
Text Example
White with #DB32FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB32FD; }
p { color: rgb(219,50,253); }
H1.HeaderClassName
{
color: #DB32FD;
}
.AnyTagClassName
{
color: #DB32FD;
}
</style>
background-color css
<style>
a { background-color: #DB32FD; }
a { background-color: rgb(219,50,253); }
div.DivClassName
{
background-color: #DB32FD;
}
.BgClassName
{
background-color: #DB32FD;
}
</style>
border-color css
<style>
span { border-color: #DB32FD; }
span { border-color: rgb(219,50,253); }
td.TdClassName
{
border-color: #DB32FD;
}
.TagClassName
{
border-color: #DB32FD;
}
</style>