Shades of Psychedelic Purple #DB1AFA
Tints of Psychedelic Purple #DB1AFA
RGB
CMYK
RGB Variations
Color information
#DB1AFA (or 0xDB1AFA) is known color: Psychedelic Purple. HEX triplet: DB, 1A and FA. RGB value is (219,26,250). Sum of RGB (Red+Green+Blue) = 219+26+250=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 26 (10.55% from 255 or 5.25% from 495); Blue value is 250 (98.05% from 255 or 50.51% from 495); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB1AFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB1AFA is #24E505. Grayscale: #6C6C6C. Windows color (decimal): -2417926 or 16390875. OLE color: 16390875.
HSL color Cylindrical-coordinate representation of color #DB1AFA: hue angle of 291.7º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB1AFA is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 26 | 250 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.02 |
| HSL | 291.7º | 0.96% | 0.54% | - |
| HSV(B) | 291.7º | 0.9% | 0.98% | - |
| XYZ | 46.84 | 22.7 | 92.36 | - |
| YUV | 109.24 | 207.44 | 206.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 26 | 250 | 0.12 | 0.90 | 0 | 0.02 | 291.7 | 0.96 | 0.54 |
| Hex | DB | 1A | FA | C | 5A | 0 | 2 | 124 | 60 | 36 |
| Octal | 333 | 32 | 372 | 14 | 132 | 0 | 2 | 444 | 140 | 66 |
| Binary | 11011011 | 11010 | 11111010 | 1100 | 1011010 | 0 | 10 | 100100100 | 1100000 | 110110 |
Color Harmonies of #DB1AFA
Complementary color
Monochromatic Colors of #DB1AFA
Black with #DB1AFA
Text Example
Text Example
White with #DB1AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1AFA; }
p { color: rgb(219,26,250); }
H1.HeaderClassName
{
color: #DB1AFA;
}
.AnyTagClassName
{
color: #DB1AFA;
}
</style>
background-color css
<style>
a { background-color: #DB1AFA; }
a { background-color: rgb(219,26,250); }
div.DivClassName
{
background-color: #DB1AFA;
}
.BgClassName
{
background-color: #DB1AFA;
}
</style>
border-color css
<style>
span { border-color: #DB1AFA; }
span { border-color: rgb(219,26,250); }
td.TdClassName
{
border-color: #DB1AFA;
}
.TagClassName
{
border-color: #DB1AFA;
}
</style>