Shades of Psychedelic Purple #DB06FF
Tints of Psychedelic Purple #DB06FF
RGB
CMYK
RGB Variations
Color information
#DB06FF (or 0xDB06FF) is known color: Psychedelic Purple. HEX triplet: DB, 06 and FF. RGB value is (219,6,255). Sum of RGB (Red+Green+Blue) = 219+6+255=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 6 (2.73% from 255 or 1.25% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB06FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB06FF is #24F900. Grayscale: #616161. Windows color (decimal): -2423041 or 16713435. OLE color: 16713435.
HSL color Cylindrical-coordinate representation of color #DB06FF: hue angle of 291.33º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB06FF is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 6 | 255 | - |
| CMYK | 0.14 | 0.98 | 0 | 0 |
| HSL | 291.33º | 1% | 0.51% | - |
| HSV(B) | 291.33º | 0.98% | 1% | - |
| XYZ | 47.33 | 22.41 | 96.44 | - |
| YUV | 98.07 | 216.57 | 214.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 6 | 255 | 0.14 | 0.98 | 0 | 0 | 291.33 | 1 | 0.51 |
| Hex | DB | 6 | FF | E | 62 | 0 | 0 | 123 | 64 | 33 |
| Octal | 333 | 6 | 377 | 16 | 142 | 0 | 0 | 443 | 144 | 63 |
| Binary | 11011011 | 110 | 11111111 | 1110 | 1100010 | 0 | 0 | 100100011 | 1100100 | 110011 |
Color Harmonies of #DB06FF
Complementary color
Monochromatic Colors of #DB06FF
Black with #DB06FF
Text Example
Text Example
White with #DB06FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB06FF; }
p { color: rgb(219,6,255); }
H1.HeaderClassName
{
color: #DB06FF;
}
.AnyTagClassName
{
color: #DB06FF;
}
</style>
background-color css
<style>
a { background-color: #DB06FF; }
a { background-color: rgb(219,6,255); }
div.DivClassName
{
background-color: #DB06FF;
}
.BgClassName
{
background-color: #DB06FF;
}
</style>
border-color css
<style>
span { border-color: #DB06FF; }
span { border-color: rgb(219,6,255); }
td.TdClassName
{
border-color: #DB06FF;
}
.TagClassName
{
border-color: #DB06FF;
}
</style>