Shades of Psychedelic Purple #DB01FB
Tints of Psychedelic Purple #DB01FB
RGB
CMYK
RGB Variations
Color information
#DB01FB (or 0xDB01FB) is known color: Psychedelic Purple. HEX triplet: DB, 01 and FB. RGB value is (219,1,251). Sum of RGB (Red+Green+Blue) = 219+1+251=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 1 (0.78% from 255 or 0.21% from 471); Blue value is 251 (98.44% from 255 or 53.29% from 471); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB01FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB01FB is #24FE04. Grayscale: #5D5D5D. Windows color (decimal): -2424325 or 16450011. OLE color: 16450011.
HSL color Cylindrical-coordinate representation of color #DB01FB: hue angle of 292.32º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB01FB is Cyan = 0.13, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 1 | 251 | - |
| CMYK | 0.13 | 1.00 | 0 | 0.02 |
| HSL | 292.32º | 0.99% | 0.49% | - |
| HSV(B) | 292.32º | 1% | 0.98% | - |
| XYZ | 46.64 | 22.05 | 93.06 | - |
| YUV | 94.68 | 216.22 | 216.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 1 | 251 | 0.13 | 1.00 | 0 | 0.02 | 292.32 | 0.99 | 0.49 |
| Hex | DB | 1 | FB | D | 64 | 0 | 2 | 124 | 63 | 31 |
| Octal | 333 | 1 | 373 | 15 | 144 | 0 | 2 | 444 | 143 | 61 |
| Binary | 11011011 | 1 | 11111011 | 1101 | 1100100 | 0 | 10 | 100100100 | 1100011 | 110001 |
Color Harmonies of #DB01FB
Complementary color
Monochromatic Colors of #DB01FB
Black with #DB01FB
Text Example
Text Example
White with #DB01FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB01FB; }
p { color: rgb(219,1,251); }
H1.HeaderClassName
{
color: #DB01FB;
}
.AnyTagClassName
{
color: #DB01FB;
}
</style>
background-color css
<style>
a { background-color: #DB01FB; }
a { background-color: rgb(219,1,251); }
div.DivClassName
{
background-color: #DB01FB;
}
.BgClassName
{
background-color: #DB01FB;
}
</style>
border-color css
<style>
span { border-color: #DB01FB; }
span { border-color: rgb(219,1,251); }
td.TdClassName
{
border-color: #DB01FB;
}
.TagClassName
{
border-color: #DB01FB;
}
</style>