Shades of Psychedelic Purple #DB1FFA
Tints of Psychedelic Purple #DB1FFA
RGB
CMYK
RGB Variations
Color information
#DB1FFA (or 0xDB1FFA) is known color: Psychedelic Purple. HEX triplet: DB, 1F and FA. RGB value is (219,31,250). Sum of RGB (Red+Green+Blue) = 219+31+250=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 31 (12.5% from 255 or 6.2% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB1FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB1FFA is #24E005. Grayscale: #6F6F6F. Windows color (decimal): -2416646 or 16392155. OLE color: 16392155.
HSL color Cylindrical-coordinate representation of color #DB1FFA: hue angle of 291.51º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1FFA is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 31 | 250 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.02 |
| HSL | 291.51º | 0.96% | 0.55% | - |
| HSV(B) | 291.51º | 0.88% | 0.98% | - |
| XYZ | 46.96 | 22.94 | 92.4 | - |
| YUV | 112.18 | 205.78 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 31 | 250 | 0.12 | 0.88 | 0 | 0.02 | 291.51 | 0.96 | 0.55 |
| Hex | DB | 1F | FA | C | 58 | 0 | 2 | 124 | 60 | 37 |
| Octal | 333 | 37 | 372 | 14 | 130 | 0 | 2 | 444 | 140 | 67 |
| Binary | 11011011 | 11111 | 11111010 | 1100 | 1011000 | 0 | 10 | 100100100 | 1100000 | 110111 |
Color Harmonies of #DB1FFA
Complementary color
Monochromatic Colors of #DB1FFA
Black with #DB1FFA
Text Example
Text Example
White with #DB1FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1FFA; }
p { color: rgb(219,31,250); }
H1.HeaderClassName
{
color: #DB1FFA;
}
.AnyTagClassName
{
color: #DB1FFA;
}
</style>
background-color css
<style>
a { background-color: #DB1FFA; }
a { background-color: rgb(219,31,250); }
div.DivClassName
{
background-color: #DB1FFA;
}
.BgClassName
{
background-color: #DB1FFA;
}
</style>
border-color css
<style>
span { border-color: #DB1FFA; }
span { border-color: rgb(219,31,250); }
td.TdClassName
{
border-color: #DB1FFA;
}
.TagClassName
{
border-color: #DB1FFA;
}
</style>