Shades of Psychedelic Purple #DB2DFB
Tints of Psychedelic Purple #DB2DFB
RGB
CMYK
RGB Variations
Color information
#DB2DFB (or 0xDB2DFB) is known color: Psychedelic Purple. HEX triplet: DB, 2D and FB. RGB value is (219,45,251). Sum of RGB (Red+Green+Blue) = 219+45+251=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 45 (17.97% from 255 or 8.74% from 515); Blue value is 251 (98.44% from 255 or 48.74% from 515); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB2DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB2DFB is #24D204. Grayscale: #777777. Windows color (decimal): -2413061 or 16461275. OLE color: 16461275.
HSL color Cylindrical-coordinate representation of color #DB2DFB: hue angle of 290.68º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB2DFB is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 45 | 251 | - |
| CMYK | 0.13 | 0.82 | 0 | 0.02 |
| HSL | 290.68º | 0.96% | 0.58% | - |
| HSV(B) | 290.68º | 0.82% | 0.98% | - |
| XYZ | 47.56 | 23.9 | 93.37 | - |
| YUV | 120.51 | 201.65 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 45 | 251 | 0.13 | 0.82 | 0 | 0.02 | 290.68 | 0.96 | 0.58 |
| Hex | DB | 2D | FB | D | 52 | 0 | 2 | 123 | 60 | 3A |
| Octal | 333 | 55 | 373 | 15 | 122 | 0 | 2 | 443 | 140 | 72 |
| Binary | 11011011 | 101101 | 11111011 | 1101 | 1010010 | 0 | 10 | 100100011 | 1100000 | 111010 |
Color Harmonies of #DB2DFB
Complementary color
Monochromatic Colors of #DB2DFB
Black with #DB2DFB
Text Example
Text Example
White with #DB2DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2DFB; }
p { color: rgb(219,45,251); }
H1.HeaderClassName
{
color: #DB2DFB;
}
.AnyTagClassName
{
color: #DB2DFB;
}
</style>
background-color css
<style>
a { background-color: #DB2DFB; }
a { background-color: rgb(219,45,251); }
div.DivClassName
{
background-color: #DB2DFB;
}
.BgClassName
{
background-color: #DB2DFB;
}
</style>
border-color css
<style>
span { border-color: #DB2DFB; }
span { border-color: rgb(219,45,251); }
td.TdClassName
{
border-color: #DB2DFB;
}
.TagClassName
{
border-color: #DB2DFB;
}
</style>