Shades of Psychedelic Purple #DB2FF6
Tints of Psychedelic Purple #DB2FF6
RGB
CMYK
RGB Variations
Color information
#DB2FF6 (or 0xDB2FF6) is known color: Psychedelic Purple. HEX triplet: DB, 2F and F6. RGB value is (219,47,246). Sum of RGB (Red+Green+Blue) = 219+47+246=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 47 (18.75% from 255 or 9.18% from 512); Blue value is 246 (96.48% from 255 or 48.05% from 512); Max value from RGB is 246 - color contains mainly: blue. Hex color #DB2FF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB2FF6 is #24D009. Grayscale: #787878. Windows color (decimal): -2412554 or 16134107. OLE color: 16134107.
HSL color Cylindrical-coordinate representation of color #DB2FF6: hue angle of 291.86º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB2FF6 is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 47 | 246 | - |
| CMYK | 0.11 | 0.81 | 0 | 0.04 |
| HSL | 291.86º | 0.92% | 0.57% | - |
| HSV(B) | 291.86º | 0.81% | 0.96% | - |
| XYZ | 46.86 | 23.75 | 89.3 | - |
| YUV | 121.11 | 198.48 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 47 | 246 | 0.11 | 0.81 | 0 | 0.04 | 291.86 | 0.92 | 0.57 |
| Hex | DB | 2F | F6 | B | 51 | 0 | 4 | 124 | 5C | 39 |
| Octal | 333 | 57 | 366 | 13 | 121 | 0 | 4 | 444 | 134 | 71 |
| Binary | 11011011 | 101111 | 11110110 | 1011 | 1010001 | 0 | 100 | 100100100 | 1011100 | 111001 |
Color Harmonies of #DB2FF6
Complementary color
Monochromatic Colors of #DB2FF6
Black with #DB2FF6
Text Example
Text Example
White with #DB2FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2FF6; }
p { color: rgb(219,47,246); }
H1.HeaderClassName
{
color: #DB2FF6;
}
.AnyTagClassName
{
color: #DB2FF6;
}
</style>
background-color css
<style>
a { background-color: #DB2FF6; }
a { background-color: rgb(219,47,246); }
div.DivClassName
{
background-color: #DB2FF6;
}
.BgClassName
{
background-color: #DB2FF6;
}
</style>
border-color css
<style>
span { border-color: #DB2FF6; }
span { border-color: rgb(219,47,246); }
td.TdClassName
{
border-color: #DB2FF6;
}
.TagClassName
{
border-color: #DB2FF6;
}
</style>