Shades of Psychedelic Purple #DB21FC
Tints of Psychedelic Purple #DB21FC
RGB
CMYK
RGB Variations
Color information
#DB21FC (or 0xDB21FC) is known color: Psychedelic Purple. HEX triplet: DB, 21 and FC. RGB value is (219,33,252). Sum of RGB (Red+Green+Blue) = 219+33+252=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 33 (13.28% from 255 or 6.55% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB21FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB21FC is #24DE03. Grayscale: #707070. Windows color (decimal): -2416132 or 16523739. OLE color: 16523739.
HSL color Cylindrical-coordinate representation of color #DB21FC: hue angle of 290.96º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB21FC is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 33 | 252 | - |
| CMYK | 0.13 | 0.87 | 0 | 0.01 |
| HSL | 290.96º | 0.97% | 0.56% | - |
| HSV(B) | 290.96º | 0.87% | 0.99% | - |
| XYZ | 47.33 | 23.18 | 94.07 | - |
| YUV | 113.58 | 206.12 | 203.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 33 | 252 | 0.13 | 0.87 | 0 | 0.01 | 290.96 | 0.97 | 0.56 |
| Hex | DB | 21 | FC | D | 57 | 0 | 1 | 123 | 61 | 38 |
| Octal | 333 | 41 | 374 | 15 | 127 | 0 | 1 | 443 | 141 | 70 |
| Binary | 11011011 | 100001 | 11111100 | 1101 | 1010111 | 0 | 1 | 100100011 | 1100001 | 111000 |
Color Harmonies of #DB21FC
Complementary color
Monochromatic Colors of #DB21FC
Black with #DB21FC
Text Example
Text Example
White with #DB21FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB21FC; }
p { color: rgb(219,33,252); }
H1.HeaderClassName
{
color: #DB21FC;
}
.AnyTagClassName
{
color: #DB21FC;
}
</style>
background-color css
<style>
a { background-color: #DB21FC; }
a { background-color: rgb(219,33,252); }
div.DivClassName
{
background-color: #DB21FC;
}
.BgClassName
{
background-color: #DB21FC;
}
</style>
border-color css
<style>
span { border-color: #DB21FC; }
span { border-color: rgb(219,33,252); }
td.TdClassName
{
border-color: #DB21FC;
}
.TagClassName
{
border-color: #DB21FC;
}
</style>