Shades of Psychedelic Purple #DB2BFF
Tints of Psychedelic Purple #DB2BFF
RGB
CMYK
RGB Variations
Color information
#DB2BFF (or 0xDB2BFF) is known color: Psychedelic Purple. HEX triplet: DB, 2B and FF. RGB value is (219,43,255). Sum of RGB (Red+Green+Blue) = 219+43+255=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 43 (17.19% from 255 or 8.32% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB2BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB2BFF is #24D400. Grayscale: #777777. Windows color (decimal): -2413569 or 16722907. OLE color: 16722907.
HSL color Cylindrical-coordinate representation of color #DB2BFF: hue angle of 289.81º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB2BFF is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 43 | 255 | - |
| CMYK | 0.14 | 0.83 | 0 | 0 |
| HSL | 289.81º | 1% | 0.58% | - |
| HSV(B) | 289.81º | 0.83% | 1% | - |
| XYZ | 48.13 | 24.01 | 96.71 | - |
| YUV | 119.79 | 204.31 | 198.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 43 | 255 | 0.14 | 0.83 | 0 | 0 | 289.81 | 1 | 0.58 |
| Hex | DB | 2B | FF | E | 53 | 0 | 0 | 122 | 64 | 3A |
| Octal | 333 | 53 | 377 | 16 | 123 | 0 | 0 | 442 | 144 | 72 |
| Binary | 11011011 | 101011 | 11111111 | 1110 | 1010011 | 0 | 0 | 100100010 | 1100100 | 111010 |
Color Harmonies of #DB2BFF
Complementary color
Monochromatic Colors of #DB2BFF
Black with #DB2BFF
Text Example
Text Example
White with #DB2BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2BFF; }
p { color: rgb(219,43,255); }
H1.HeaderClassName
{
color: #DB2BFF;
}
.AnyTagClassName
{
color: #DB2BFF;
}
</style>
background-color css
<style>
a { background-color: #DB2BFF; }
a { background-color: rgb(219,43,255); }
div.DivClassName
{
background-color: #DB2BFF;
}
.BgClassName
{
background-color: #DB2BFF;
}
</style>
border-color css
<style>
span { border-color: #DB2BFF; }
span { border-color: rgb(219,43,255); }
td.TdClassName
{
border-color: #DB2BFF;
}
.TagClassName
{
border-color: #DB2BFF;
}
</style>