Shades of Psychedelic Purple #DB2AFA
Tints of Psychedelic Purple #DB2AFA
RGB
CMYK
RGB Variations
Color information
#DB2AFA (or 0xDB2AFA) is known color: Psychedelic Purple. HEX triplet: DB, 2A and FA. RGB value is (219,42,250). Sum of RGB (Red+Green+Blue) = 219+42+250=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 42 (16.80% from 255 or 8.22% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB2AFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB2AFA is #24D505. Grayscale: #757575. Windows color (decimal): -2413830 or 16394971. OLE color: 16394971.
HSL color Cylindrical-coordinate representation of color #DB2AFA: hue angle of 291.06º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB2AFA is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 42 | 250 | - |
| CMYK | 0.12 | 0.83 | 0 | 0.02 |
| HSL | 291.06º | 0.95% | 0.57% | - |
| HSV(B) | 291.06º | 0.83% | 0.98% | - |
| XYZ | 47.3 | 23.62 | 92.51 | - |
| YUV | 118.64 | 202.14 | 199.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 250 | 0.12 | 0.83 | 0 | 0.02 | 291.06 | 0.95 | 0.57 |
| Hex | DB | 2A | FA | C | 53 | 0 | 2 | 123 | 5F | 39 |
| Octal | 333 | 52 | 372 | 14 | 123 | 0 | 2 | 443 | 137 | 71 |
| Binary | 11011011 | 101010 | 11111010 | 1100 | 1010011 | 0 | 10 | 100100011 | 1011111 | 111001 |
Color Harmonies of #DB2AFA
Complementary color
Monochromatic Colors of #DB2AFA
Black with #DB2AFA
Text Example
Text Example
White with #DB2AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2AFA; }
p { color: rgb(219,42,250); }
H1.HeaderClassName
{
color: #DB2AFA;
}
.AnyTagClassName
{
color: #DB2AFA;
}
</style>
background-color css
<style>
a { background-color: #DB2AFA; }
a { background-color: rgb(219,42,250); }
div.DivClassName
{
background-color: #DB2AFA;
}
.BgClassName
{
background-color: #DB2AFA;
}
</style>
border-color css
<style>
span { border-color: #DB2AFA; }
span { border-color: rgb(219,42,250); }
td.TdClassName
{
border-color: #DB2AFA;
}
.TagClassName
{
border-color: #DB2AFA;
}
</style>