Shades of Psychedelic Purple #DB05F7
Tints of Psychedelic Purple #DB05F7
RGB
CMYK
RGB Variations
Color information
#DB05F7 (or 0xDB05F7) is known color: Psychedelic Purple. HEX triplet: DB, 05 and F7. RGB value is (219,5,247). Sum of RGB (Red+Green+Blue) = 219+5+247=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 5 (2.34% from 255 or 1.06% from 471); Blue value is 247 (96.88% from 255 or 52.44% from 471); Max value from RGB is 247 - color contains mainly: blue. Hex color #DB05F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB05F7 is #24FA08. Grayscale: #5F5F5F. Windows color (decimal): -2423305 or 16188891. OLE color: 16188891.
HSL color Cylindrical-coordinate representation of color #DB05F7: hue angle of 293.06º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB05F7 is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 5 | 247 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.03 |
| HSL | 293.06º | 0.96% | 0.49% | - |
| HSV(B) | 293.06º | 0.98% | 0.97% | - |
| XYZ | 46.06 | 21.88 | 89.79 | - |
| YUV | 96.57 | 212.9 | 215.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 5 | 247 | 0.11 | 0.98 | 0 | 0.03 | 293.06 | 0.96 | 0.49 |
| Hex | DB | 5 | F7 | B | 62 | 0 | 3 | 125 | 60 | 31 |
| Octal | 333 | 5 | 367 | 13 | 142 | 0 | 3 | 445 | 140 | 61 |
| Binary | 11011011 | 101 | 11110111 | 1011 | 1100010 | 0 | 11 | 100100101 | 1100000 | 110001 |
Color Harmonies of #DB05F7
Complementary color
Monochromatic Colors of #DB05F7
Black with #DB05F7
Text Example
Text Example
White with #DB05F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB05F7; }
p { color: rgb(219,5,247); }
H1.HeaderClassName
{
color: #DB05F7;
}
.AnyTagClassName
{
color: #DB05F7;
}
</style>
background-color css
<style>
a { background-color: #DB05F7; }
a { background-color: rgb(219,5,247); }
div.DivClassName
{
background-color: #DB05F7;
}
.BgClassName
{
background-color: #DB05F7;
}
</style>
border-color css
<style>
span { border-color: #DB05F7; }
span { border-color: rgb(219,5,247); }
td.TdClassName
{
border-color: #DB05F7;
}
.TagClassName
{
border-color: #DB05F7;
}
</style>