Shades of Psychedelic Purple #DB05FD
Tints of Psychedelic Purple #DB05FD
RGB
CMYK
RGB Variations
Color information
#DB05FD (or 0xDB05FD) is known color: Psychedelic Purple. HEX triplet: DB, 05 and FD. RGB value is (219,5,253). Sum of RGB (Red+Green+Blue) = 219+5+253=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 5 (2.34% from 255 or 1.05% from 477); Blue value is 253 (99.22% from 255 or 53.04% from 477); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB05FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB05FD is #24FA02. Grayscale: #606060. Windows color (decimal): -2423299 or 16582107. OLE color: 16582107.
HSL color Cylindrical-coordinate representation of color #DB05FD: hue angle of 291.77º 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 #DB05FD is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 5 | 253 | - |
| CMYK | 0.13 | 0.98 | 0 | 0.01 |
| HSL | 291.77º | 0.98% | 0.51% | - |
| HSV(B) | 291.77º | 0.98% | 0.99% | - |
| XYZ | 47 | 22.26 | 94.75 | - |
| YUV | 97.26 | 215.9 | 214.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 5 | 253 | 0.13 | 0.98 | 0 | 0.01 | 291.77 | 0.98 | 0.51 |
| Hex | DB | 5 | FD | D | 62 | 0 | 1 | 124 | 62 | 33 |
| Octal | 333 | 5 | 375 | 15 | 142 | 0 | 1 | 444 | 142 | 63 |
| Binary | 11011011 | 101 | 11111101 | 1101 | 1100010 | 0 | 1 | 100100100 | 1100010 | 110011 |
Color Harmonies of #DB05FD
Complementary color
Monochromatic Colors of #DB05FD
Black with #DB05FD
Text Example
Text Example
White with #DB05FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB05FD; }
p { color: rgb(219,5,253); }
H1.HeaderClassName
{
color: #DB05FD;
}
.AnyTagClassName
{
color: #DB05FD;
}
</style>
background-color css
<style>
a { background-color: #DB05FD; }
a { background-color: rgb(219,5,253); }
div.DivClassName
{
background-color: #DB05FD;
}
.BgClassName
{
background-color: #DB05FD;
}
</style>
border-color css
<style>
span { border-color: #DB05FD; }
span { border-color: rgb(219,5,253); }
td.TdClassName
{
border-color: #DB05FD;
}
.TagClassName
{
border-color: #DB05FD;
}
</style>