Shades of Psychedelic Purple #DB21FB
Tints of Psychedelic Purple #DB21FB
RGB
CMYK
RGB Variations
Color information
#DB21FB (or 0xDB21FB) is known color: Psychedelic Purple. HEX triplet: DB, 21 and FB. RGB value is (219,33,251). Sum of RGB (Red+Green+Blue) = 219+33+251=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 33 (13.28% from 255 or 6.56% from 503); Blue value is 251 (98.44% from 255 or 49.90% from 503); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB21FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB21FB is #24DE04. Grayscale: #707070. Windows color (decimal): -2416133 or 16458203. OLE color: 16458203.
HSL color Cylindrical-coordinate representation of color #DB21FB: hue angle of 291.19º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB21FB is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 33 | 251 | - |
| CMYK | 0.13 | 0.87 | 0 | 0.02 |
| HSL | 291.19º | 0.96% | 0.56% | - |
| HSV(B) | 291.19º | 0.87% | 0.98% | - |
| XYZ | 47.17 | 23.11 | 93.24 | - |
| YUV | 113.47 | 205.62 | 203.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 33 | 251 | 0.13 | 0.87 | 0 | 0.02 | 291.19 | 0.96 | 0.56 |
| Hex | DB | 21 | FB | D | 57 | 0 | 2 | 123 | 60 | 38 |
| Octal | 333 | 41 | 373 | 15 | 127 | 0 | 2 | 443 | 140 | 70 |
| Binary | 11011011 | 100001 | 11111011 | 1101 | 1010111 | 0 | 10 | 100100011 | 1100000 | 111000 |
Color Harmonies of #DB21FB
Complementary color
Monochromatic Colors of #DB21FB
Black with #DB21FB
Text Example
Text Example
White with #DB21FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB21FB; }
p { color: rgb(219,33,251); }
H1.HeaderClassName
{
color: #DB21FB;
}
.AnyTagClassName
{
color: #DB21FB;
}
</style>
background-color css
<style>
a { background-color: #DB21FB; }
a { background-color: rgb(219,33,251); }
div.DivClassName
{
background-color: #DB21FB;
}
.BgClassName
{
background-color: #DB21FB;
}
</style>
border-color css
<style>
span { border-color: #DB21FB; }
span { border-color: rgb(219,33,251); }
td.TdClassName
{
border-color: #DB21FB;
}
.TagClassName
{
border-color: #DB21FB;
}
</style>