Shades of Psychedelic Purple #DB07F4
Tints of Psychedelic Purple #DB07F4
RGB
CMYK
RGB Variations
Color information
#DB07F4 (or 0xDB07F4) is known color: Psychedelic Purple. HEX triplet: DB, 07 and F4. RGB value is (219,7,244). Sum of RGB (Red+Green+Blue) = 219+7+244=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 7 (3.12% from 255 or 1.49% from 470); Blue value is 244 (95.70% from 255 or 51.91% from 470); Max value from RGB is 244 - color contains mainly: blue. Hex color #DB07F4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB07F4 is #24F80B. Grayscale: #606060. Windows color (decimal): -2422796 or 15992795. OLE color: 15992795.
HSL color Cylindrical-coordinate representation of color #DB07F4: hue angle of 293.67º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB07F4 is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 7 | 244 | - |
| CMYK | 0.10 | 0.97 | 0 | 0.04 |
| HSL | 293.67º | 0.94% | 0.49% | - |
| HSV(B) | 293.67º | 0.97% | 0.96% | - |
| XYZ | 45.62 | 21.74 | 87.38 | - |
| YUV | 97.41 | 210.74 | 214.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 244 | 0.10 | 0.97 | 0 | 0.04 | 293.67 | 0.94 | 0.49 |
| Hex | DB | 7 | F4 | A | 61 | 0 | 4 | 126 | 5E | 31 |
| Octal | 333 | 7 | 364 | 12 | 141 | 0 | 4 | 446 | 136 | 61 |
| Binary | 11011011 | 111 | 11110100 | 1010 | 1100001 | 0 | 100 | 100100110 | 1011110 | 110001 |
Color Harmonies of #DB07F4
Complementary color
Monochromatic Colors of #DB07F4
Black with #DB07F4
Text Example
Text Example
White with #DB07F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB07F4; }
p { color: rgb(219,7,244); }
H1.HeaderClassName
{
color: #DB07F4;
}
.AnyTagClassName
{
color: #DB07F4;
}
</style>
background-color css
<style>
a { background-color: #DB07F4; }
a { background-color: rgb(219,7,244); }
div.DivClassName
{
background-color: #DB07F4;
}
.BgClassName
{
background-color: #DB07F4;
}
</style>
border-color css
<style>
span { border-color: #DB07F4; }
span { border-color: rgb(219,7,244); }
td.TdClassName
{
border-color: #DB07F4;
}
.TagClassName
{
border-color: #DB07F4;
}
</style>