Shades of Psychedelic Purple #DB2FFF
Tints of Psychedelic Purple #DB2FFF
RGB
CMYK
RGB Variations
Color information
#DB2FFF (or 0xDB2FFF) is known color: Psychedelic Purple. HEX triplet: DB, 2F and FF. RGB value is (219,47,255). Sum of RGB (Red+Green+Blue) = 219+47+255=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 47 (18.75% from 255 or 9.02% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB2FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB2FFF is #24D000. Grayscale: #797979. Windows color (decimal): -2412545 or 16723931. OLE color: 16723931.
HSL color Cylindrical-coordinate representation of color #DB2FFF: hue angle of 289.62º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB2FFF is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 47 | 255 | - |
| CMYK | 0.14 | 0.82 | 0 | 0 |
| HSL | 289.62º | 1% | 0.59% | - |
| HSV(B) | 289.62º | 0.82% | 1% | - |
| XYZ | 48.28 | 24.31 | 96.76 | - |
| YUV | 122.14 | 202.98 | 197.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 47 | 255 | 0.14 | 0.82 | 0 | 0 | 289.62 | 1 | 0.59 |
| Hex | DB | 2F | FF | E | 52 | 0 | 0 | 122 | 64 | 3B |
| Octal | 333 | 57 | 377 | 16 | 122 | 0 | 0 | 442 | 144 | 73 |
| Binary | 11011011 | 101111 | 11111111 | 1110 | 1010010 | 0 | 0 | 100100010 | 1100100 | 111011 |
Color Harmonies of #DB2FFF
Complementary color
Monochromatic Colors of #DB2FFF
Black with #DB2FFF
Text Example
Text Example
White with #DB2FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2FFF; }
p { color: rgb(219,47,255); }
H1.HeaderClassName
{
color: #DB2FFF;
}
.AnyTagClassName
{
color: #DB2FFF;
}
</style>
background-color css
<style>
a { background-color: #DB2FFF; }
a { background-color: rgb(219,47,255); }
div.DivClassName
{
background-color: #DB2FFF;
}
.BgClassName
{
background-color: #DB2FFF;
}
</style>
border-color css
<style>
span { border-color: #DB2FFF; }
span { border-color: rgb(219,47,255); }
td.TdClassName
{
border-color: #DB2FFF;
}
.TagClassName
{
border-color: #DB2FFF;
}
</style>