Shades of Psychedelic Purple #DB06FC
Tints of Psychedelic Purple #DB06FC
RGB
CMYK
RGB Variations
Color information
#DB06FC (or 0xDB06FC) is known color: Psychedelic Purple. HEX triplet: DB, 06 and FC. RGB value is (219,6,252). Sum of RGB (Red+Green+Blue) = 219+6+252=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 6 (2.73% from 255 or 1.26% from 477); Blue value is 252 (98.83% from 255 or 52.83% from 477); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB06FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB06FC is #24F903. Grayscale: #606060. Windows color (decimal): -2423044 or 16516827. OLE color: 16516827.
HSL color Cylindrical-coordinate representation of color #DB06FC: hue angle of 291.95º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB06FC is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 6 | 252 | - |
| CMYK | 0.13 | 0.98 | 0 | 0.01 |
| HSL | 291.95º | 0.98% | 0.51% | - |
| HSV(B) | 291.95º | 0.98% | 0.99% | - |
| XYZ | 46.85 | 22.22 | 93.91 | - |
| YUV | 97.73 | 215.07 | 214.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 6 | 252 | 0.13 | 0.98 | 0 | 0.01 | 291.95 | 0.98 | 0.51 |
| Hex | DB | 6 | FC | D | 62 | 0 | 1 | 124 | 62 | 33 |
| Octal | 333 | 6 | 374 | 15 | 142 | 0 | 1 | 444 | 142 | 63 |
| Binary | 11011011 | 110 | 11111100 | 1101 | 1100010 | 0 | 1 | 100100100 | 1100010 | 110011 |
Color Harmonies of #DB06FC
Complementary color
Monochromatic Colors of #DB06FC
Black with #DB06FC
Text Example
Text Example
White with #DB06FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB06FC; }
p { color: rgb(219,6,252); }
H1.HeaderClassName
{
color: #DB06FC;
}
.AnyTagClassName
{
color: #DB06FC;
}
</style>
background-color css
<style>
a { background-color: #DB06FC; }
a { background-color: rgb(219,6,252); }
div.DivClassName
{
background-color: #DB06FC;
}
.BgClassName
{
background-color: #DB06FC;
}
</style>
border-color css
<style>
span { border-color: #DB06FC; }
span { border-color: rgb(219,6,252); }
td.TdClassName
{
border-color: #DB06FC;
}
.TagClassName
{
border-color: #DB06FC;
}
</style>