Shades of Psychedelic Purple #DB2AFF
Tints of Psychedelic Purple #DB2AFF
RGB
CMYK
RGB Variations
Color information
#DB2AFF (or 0xDB2AFF) is known color: Psychedelic Purple. HEX triplet: DB, 2A and FF. RGB value is (219,42,255). Sum of RGB (Red+Green+Blue) = 219+42+255=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 42 (16.80% from 255 or 8.14% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB2AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB2AFF is #24D500. Grayscale: #767676. Windows color (decimal): -2413825 or 16722651. OLE color: 16722651.
HSL color Cylindrical-coordinate representation of color #DB2AFF: hue angle of 289.86º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB2AFF is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 42 | 255 | - |
| CMYK | 0.14 | 0.84 | 0 | 0 |
| HSL | 289.86º | 1% | 0.58% | - |
| HSV(B) | 289.86º | 0.84% | 1% | - |
| XYZ | 48.09 | 23.94 | 96.69 | - |
| YUV | 119.21 | 204.64 | 199.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 255 | 0.14 | 0.84 | 0 | 0 | 289.86 | 1 | 0.58 |
| Hex | DB | 2A | FF | E | 54 | 0 | 0 | 122 | 64 | 3A |
| Octal | 333 | 52 | 377 | 16 | 124 | 0 | 0 | 442 | 144 | 72 |
| Binary | 11011011 | 101010 | 11111111 | 1110 | 1010100 | 0 | 0 | 100100010 | 1100100 | 111010 |
Color Harmonies of #DB2AFF
Complementary color
Monochromatic Colors of #DB2AFF
Black with #DB2AFF
Text Example
Text Example
White with #DB2AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2AFF; }
p { color: rgb(219,42,255); }
H1.HeaderClassName
{
color: #DB2AFF;
}
.AnyTagClassName
{
color: #DB2AFF;
}
</style>
background-color css
<style>
a { background-color: #DB2AFF; }
a { background-color: rgb(219,42,255); }
div.DivClassName
{
background-color: #DB2AFF;
}
.BgClassName
{
background-color: #DB2AFF;
}
</style>
border-color css
<style>
span { border-color: #DB2AFF; }
span { border-color: rgb(219,42,255); }
td.TdClassName
{
border-color: #DB2AFF;
}
.TagClassName
{
border-color: #DB2AFF;
}
</style>