Shades of Psychedelic Purple #DB2AFB
Tints of Psychedelic Purple #DB2AFB
RGB
CMYK
RGB Variations
Color information
#DB2AFB (or 0xDB2AFB) is known color: Psychedelic Purple. HEX triplet: DB, 2A and FB. RGB value is (219,42,251). Sum of RGB (Red+Green+Blue) = 219+42+251=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 42 (16.80% from 255 or 8.20% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB2AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB2AFB is #24D504. Grayscale: #767676. Windows color (decimal): -2413829 or 16460507. OLE color: 16460507.
HSL color Cylindrical-coordinate representation of color #DB2AFB: hue angle of 290.81º degrees, saturation: 0.96, 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 #DB2AFB is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 42 | 251 | - |
| CMYK | 0.13 | 0.83 | 0 | 0.02 |
| HSL | 290.81º | 0.96% | 0.57% | - |
| HSV(B) | 290.81º | 0.83% | 0.98% | - |
| XYZ | 47.45 | 23.68 | 93.34 | - |
| YUV | 118.75 | 202.64 | 199.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 251 | 0.13 | 0.83 | 0 | 0.02 | 290.81 | 0.96 | 0.57 |
| Hex | DB | 2A | FB | D | 53 | 0 | 2 | 123 | 60 | 39 |
| Octal | 333 | 52 | 373 | 15 | 123 | 0 | 2 | 443 | 140 | 71 |
| Binary | 11011011 | 101010 | 11111011 | 1101 | 1010011 | 0 | 10 | 100100011 | 1100000 | 111001 |
Color Harmonies of #DB2AFB
Complementary color
Monochromatic Colors of #DB2AFB
Black with #DB2AFB
Text Example
Text Example
White with #DB2AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2AFB; }
p { color: rgb(219,42,251); }
H1.HeaderClassName
{
color: #DB2AFB;
}
.AnyTagClassName
{
color: #DB2AFB;
}
</style>
background-color css
<style>
a { background-color: #DB2AFB; }
a { background-color: rgb(219,42,251); }
div.DivClassName
{
background-color: #DB2AFB;
}
.BgClassName
{
background-color: #DB2AFB;
}
</style>
border-color css
<style>
span { border-color: #DB2AFB; }
span { border-color: rgb(219,42,251); }
td.TdClassName
{
border-color: #DB2AFB;
}
.TagClassName
{
border-color: #DB2AFB;
}
</style>