Shades of Psychedelic Purple #DB2AFE
Tints of Psychedelic Purple #DB2AFE
RGB
CMYK
RGB Variations
Color information
#DB2AFE (or 0xDB2AFE) is known color: Psychedelic Purple. HEX triplet: DB, 2A and FE. RGB value is (219,42,254). Sum of RGB (Red+Green+Blue) = 219+42+254=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 42 (16.80% from 255 or 8.16% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB2AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB2AFE is #24D501. Grayscale: #767676. Windows color (decimal): -2413826 or 16657115. OLE color: 16657115.
HSL color Cylindrical-coordinate representation of color #DB2AFE: hue angle of 290.09º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB2AFE is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 42 | 254 | - |
| CMYK | 0.14 | 0.83 | 0 | 0.00 |
| HSL | 290.09º | 0.99% | 0.58% | - |
| HSV(B) | 290.09º | 0.83% | 1% | - |
| XYZ | 47.93 | 23.87 | 95.85 | - |
| YUV | 119.09 | 204.14 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 254 | 0.14 | 0.83 | 0 | 0.00 | 290.09 | 0.99 | 0.58 |
| Hex | DB | 2A | FE | E | 53 | 0 | 0 | 122 | 63 | 3A |
| Octal | 333 | 52 | 376 | 16 | 123 | 0 | 0 | 442 | 143 | 72 |
| Binary | 11011011 | 101010 | 11111110 | 1110 | 1010011 | 0 | 0 | 100100010 | 1100011 | 111010 |
Color Harmonies of #DB2AFE
Complementary color
Monochromatic Colors of #DB2AFE
Black with #DB2AFE
Text Example
Text Example
White with #DB2AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2AFE; }
p { color: rgb(219,42,254); }
H1.HeaderClassName
{
color: #DB2AFE;
}
.AnyTagClassName
{
color: #DB2AFE;
}
</style>
background-color css
<style>
a { background-color: #DB2AFE; }
a { background-color: rgb(219,42,254); }
div.DivClassName
{
background-color: #DB2AFE;
}
.BgClassName
{
background-color: #DB2AFE;
}
</style>
border-color css
<style>
span { border-color: #DB2AFE; }
span { border-color: rgb(219,42,254); }
td.TdClassName
{
border-color: #DB2AFE;
}
.TagClassName
{
border-color: #DB2AFE;
}
</style>