Shades of Psychedelic Purple #DB05FC
Tints of Psychedelic Purple #DB05FC
RGB
CMYK
RGB Variations
Color information
#DB05FC (or 0xDB05FC) is known color: Psychedelic Purple. HEX triplet: DB, 05 and FC. RGB value is (219,5,252). Sum of RGB (Red+Green+Blue) = 219+5+252=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 5 (2.34% from 255 or 1.05% from 476); Blue value is 252 (98.83% from 255 or 52.94% from 476); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB05FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB05FC is #24FA03. Grayscale: #606060. Windows color (decimal): -2423300 or 16516571. OLE color: 16516571.
HSL color Cylindrical-coordinate representation of color #DB05FC: hue angle of 291.98º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB05FC is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 5 | 252 | - |
| CMYK | 0.13 | 0.98 | 0 | 0.01 |
| HSL | 291.98º | 0.98% | 0.5% | - |
| HSV(B) | 291.98º | 0.98% | 0.99% | - |
| XYZ | 46.84 | 22.2 | 93.91 | - |
| YUV | 97.14 | 215.4 | 214.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 5 | 252 | 0.13 | 0.98 | 0 | 0.01 | 291.98 | 0.98 | 0.5 |
| Hex | DB | 5 | FC | D | 62 | 0 | 1 | 124 | 62 | 32 |
| Octal | 333 | 5 | 374 | 15 | 142 | 0 | 1 | 444 | 142 | 62 |
| Binary | 11011011 | 101 | 11111100 | 1101 | 1100010 | 0 | 1 | 100100100 | 1100010 | 110010 |
Color Harmonies of #DB05FC
Complementary color
Monochromatic Colors of #DB05FC
Black with #DB05FC
Text Example
Text Example
White with #DB05FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB05FC; }
p { color: rgb(219,5,252); }
H1.HeaderClassName
{
color: #DB05FC;
}
.AnyTagClassName
{
color: #DB05FC;
}
</style>
background-color css
<style>
a { background-color: #DB05FC; }
a { background-color: rgb(219,5,252); }
div.DivClassName
{
background-color: #DB05FC;
}
.BgClassName
{
background-color: #DB05FC;
}
</style>
border-color css
<style>
span { border-color: #DB05FC; }
span { border-color: rgb(219,5,252); }
td.TdClassName
{
border-color: #DB05FC;
}
.TagClassName
{
border-color: #DB05FC;
}
</style>