Shades of Psychedelic Purple #DB17FB
Tints of Psychedelic Purple #DB17FB
RGB
CMYK
RGB Variations
Color information
#DB17FB (or 0xDB17FB) is known color: Psychedelic Purple. HEX triplet: DB, 17 and FB. RGB value is (219,23,251). Sum of RGB (Red+Green+Blue) = 219+23+251=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 23 (9.38% from 255 or 4.67% from 493); Blue value is 251 (98.44% from 255 or 50.91% from 493); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB17FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB17FB is #24E804. Grayscale: #6A6A6A. Windows color (decimal): -2418693 or 16455643. OLE color: 16455643.
HSL color Cylindrical-coordinate representation of color #DB17FB: hue angle of 291.58º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB17FB is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 23 | 251 | - |
| CMYK | 0.13 | 0.91 | 0 | 0.02 |
| HSL | 291.58º | 0.97% | 0.54% | - |
| HSV(B) | 291.58º | 0.91% | 0.98% | - |
| XYZ | 46.93 | 22.64 | 93.16 | - |
| YUV | 107.6 | 208.93 | 207.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 23 | 251 | 0.13 | 0.91 | 0 | 0.02 | 291.58 | 0.97 | 0.54 |
| Hex | DB | 17 | FB | D | 5B | 0 | 2 | 124 | 61 | 36 |
| Octal | 333 | 27 | 373 | 15 | 133 | 0 | 2 | 444 | 141 | 66 |
| Binary | 11011011 | 10111 | 11111011 | 1101 | 1011011 | 0 | 10 | 100100100 | 1100001 | 110110 |
Color Harmonies of #DB17FB
Complementary color
Monochromatic Colors of #DB17FB
Black with #DB17FB
Text Example
Text Example
White with #DB17FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB17FB; }
p { color: rgb(219,23,251); }
H1.HeaderClassName
{
color: #DB17FB;
}
.AnyTagClassName
{
color: #DB17FB;
}
</style>
background-color css
<style>
a { background-color: #DB17FB; }
a { background-color: rgb(219,23,251); }
div.DivClassName
{
background-color: #DB17FB;
}
.BgClassName
{
background-color: #DB17FB;
}
</style>
border-color css
<style>
span { border-color: #DB17FB; }
span { border-color: rgb(219,23,251); }
td.TdClassName
{
border-color: #DB17FB;
}
.TagClassName
{
border-color: #DB17FB;
}
</style>