Shades of Psychedelic Purple #DB06FA
Tints of Psychedelic Purple #DB06FA
RGB
CMYK
RGB Variations
Color information
#DB06FA (or 0xDB06FA) is known color: Psychedelic Purple. HEX triplet: DB, 06 and FA. RGB value is (219,6,250). Sum of RGB (Red+Green+Blue) = 219+6+250=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 6 (2.73% from 255 or 1.26% from 475); Blue value is 250 (98.05% from 255 or 52.63% from 475); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB06FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB06FA is #24F905. Grayscale: #606060. Windows color (decimal): -2423046 or 16385755. OLE color: 16385755.
HSL color Cylindrical-coordinate representation of color #DB06FA: hue angle of 292.38º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB06FA is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 6 | 250 | - |
| CMYK | 0.12 | 0.98 | 0 | 0.02 |
| HSL | 292.38º | 0.96% | 0.5% | - |
| HSV(B) | 292.38º | 0.98% | 0.98% | - |
| XYZ | 46.53 | 22.09 | 92.25 | - |
| YUV | 97.5 | 214.07 | 214.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 6 | 250 | 0.12 | 0.98 | 0 | 0.02 | 292.38 | 0.96 | 0.5 |
| Hex | DB | 6 | FA | C | 62 | 0 | 2 | 124 | 60 | 32 |
| Octal | 333 | 6 | 372 | 14 | 142 | 0 | 2 | 444 | 140 | 62 |
| Binary | 11011011 | 110 | 11111010 | 1100 | 1100010 | 0 | 10 | 100100100 | 1100000 | 110010 |
Color Harmonies of #DB06FA
Complementary color
Monochromatic Colors of #DB06FA
Black with #DB06FA
Text Example
Text Example
White with #DB06FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB06FA; }
p { color: rgb(219,6,250); }
H1.HeaderClassName
{
color: #DB06FA;
}
.AnyTagClassName
{
color: #DB06FA;
}
</style>
background-color css
<style>
a { background-color: #DB06FA; }
a { background-color: rgb(219,6,250); }
div.DivClassName
{
background-color: #DB06FA;
}
.BgClassName
{
background-color: #DB06FA;
}
</style>
border-color css
<style>
span { border-color: #DB06FA; }
span { border-color: rgb(219,6,250); }
td.TdClassName
{
border-color: #DB06FA;
}
.TagClassName
{
border-color: #DB06FA;
}
</style>