Shades of Psychedelic Purple #DB06EF
Tints of Psychedelic Purple #DB06EF
RGB
CMYK
RGB Variations
Color information
#DB06EF (or 0xDB06EF) is known color: Psychedelic Purple. HEX triplet: DB, 06 and EF. RGB value is (219,6,239). Sum of RGB (Red+Green+Blue) = 219+6+239=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 6 (2.73% from 255 or 1.29% from 464); Blue value is 239 (93.75% from 255 or 51.51% from 464); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB06EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB06EF is #24F910. Grayscale: #5F5F5F. Windows color (decimal): -2423057 or 15664859. OLE color: 15664859.
HSL color Cylindrical-coordinate representation of color #DB06EF: hue angle of 294.85º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB06EF is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 6 | 239 | - |
| CMYK | 0.08 | 0.97 | 0 | 0.06 |
| HSL | 294.85º | 0.95% | 0.48% | - |
| HSV(B) | 294.85º | 0.97% | 0.94% | - |
| XYZ | 44.86 | 21.42 | 83.43 | - |
| YUV | 96.25 | 208.57 | 215.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 6 | 239 | 0.08 | 0.97 | 0 | 0.06 | 294.85 | 0.95 | 0.48 |
| Hex | DB | 6 | EF | 8 | 61 | 0 | 6 | 127 | 5F | 30 |
| Octal | 333 | 6 | 357 | 10 | 141 | 0 | 6 | 447 | 137 | 60 |
| Binary | 11011011 | 110 | 11101111 | 1000 | 1100001 | 0 | 110 | 100100111 | 1011111 | 110000 |
Color Harmonies of #DB06EF
Complementary color
Monochromatic Colors of #DB06EF
Black with #DB06EF
Text Example
Text Example
White with #DB06EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB06EF; }
p { color: rgb(219,6,239); }
H1.HeaderClassName
{
color: #DB06EF;
}
.AnyTagClassName
{
color: #DB06EF;
}
</style>
background-color css
<style>
a { background-color: #DB06EF; }
a { background-color: rgb(219,6,239); }
div.DivClassName
{
background-color: #DB06EF;
}
.BgClassName
{
background-color: #DB06EF;
}
</style>
border-color css
<style>
span { border-color: #DB06EF; }
span { border-color: rgb(219,6,239); }
td.TdClassName
{
border-color: #DB06EF;
}
.TagClassName
{
border-color: #DB06EF;
}
</style>