Shades of Psychedelic Purple #DB1AFF
Tints of Psychedelic Purple #DB1AFF
RGB
CMYK
RGB Variations
Color information
#DB1AFF (or 0xDB1AFF) is known color: Psychedelic Purple. HEX triplet: DB, 1A and FF. RGB value is (219,26,255). Sum of RGB (Red+Green+Blue) = 219+26+255=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 26 (10.55% from 255 or 5.2% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB1AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB1AFF is #24E500. Grayscale: #6D6D6D. Windows color (decimal): -2417921 or 16718555. OLE color: 16718555.
HSL color Cylindrical-coordinate representation of color #DB1AFF: hue angle of 290.57º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB1AFF is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 26 | 255 | - |
| CMYK | 0.14 | 0.90 | 0 | 0 |
| HSL | 290.57º | 1% | 0.55% | - |
| HSV(B) | 290.57º | 0.9% | 1% | - |
| XYZ | 47.63 | 23.02 | 96.54 | - |
| YUV | 109.81 | 209.94 | 205.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 26 | 255 | 0.14 | 0.90 | 0 | 0 | 290.57 | 1 | 0.55 |
| Hex | DB | 1A | FF | E | 5A | 0 | 0 | 123 | 64 | 37 |
| Octal | 333 | 32 | 377 | 16 | 132 | 0 | 0 | 443 | 144 | 67 |
| Binary | 11011011 | 11010 | 11111111 | 1110 | 1011010 | 0 | 0 | 100100011 | 1100100 | 110111 |
Color Harmonies of #DB1AFF
Complementary color
Monochromatic Colors of #DB1AFF
Black with #DB1AFF
Text Example
Text Example
White with #DB1AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1AFF; }
p { color: rgb(219,26,255); }
H1.HeaderClassName
{
color: #DB1AFF;
}
.AnyTagClassName
{
color: #DB1AFF;
}
</style>
background-color css
<style>
a { background-color: #DB1AFF; }
a { background-color: rgb(219,26,255); }
div.DivClassName
{
background-color: #DB1AFF;
}
.BgClassName
{
background-color: #DB1AFF;
}
</style>
border-color css
<style>
span { border-color: #DB1AFF; }
span { border-color: rgb(219,26,255); }
td.TdClassName
{
border-color: #DB1AFF;
}
.TagClassName
{
border-color: #DB1AFF;
}
</style>