Shades of Psychedelic Purple #DB17FC
Tints of Psychedelic Purple #DB17FC
RGB
CMYK
RGB Variations
Color information
#DB17FC (or 0xDB17FC) is known color: Psychedelic Purple. HEX triplet: DB, 17 and FC. RGB value is (219,23,252). Sum of RGB (Red+Green+Blue) = 219+23+252=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 23 (9.38% from 255 or 4.66% from 494); Blue value is 252 (98.83% from 255 or 51.01% from 494); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB17FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB17FC is #24E803. Grayscale: #6A6A6A. Windows color (decimal): -2418692 or 16521179. OLE color: 16521179.
HSL color Cylindrical-coordinate representation of color #DB17FC: hue angle of 291.35º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB17FC is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 23 | 252 | - |
| CMYK | 0.13 | 0.91 | 0 | 0.01 |
| HSL | 291.35º | 0.97% | 0.54% | - |
| HSV(B) | 291.35º | 0.91% | 0.99% | - |
| XYZ | 47.09 | 22.7 | 94 | - |
| YUV | 107.71 | 209.43 | 207.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 23 | 252 | 0.13 | 0.91 | 0 | 0.01 | 291.35 | 0.97 | 0.54 |
| Hex | DB | 17 | FC | D | 5B | 0 | 1 | 123 | 61 | 36 |
| Octal | 333 | 27 | 374 | 15 | 133 | 0 | 1 | 443 | 141 | 66 |
| Binary | 11011011 | 10111 | 11111100 | 1101 | 1011011 | 0 | 1 | 100100011 | 1100001 | 110110 |
Color Harmonies of #DB17FC
Complementary color
Monochromatic Colors of #DB17FC
Black with #DB17FC
Text Example
Text Example
White with #DB17FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB17FC; }
p { color: rgb(219,23,252); }
H1.HeaderClassName
{
color: #DB17FC;
}
.AnyTagClassName
{
color: #DB17FC;
}
</style>
background-color css
<style>
a { background-color: #DB17FC; }
a { background-color: rgb(219,23,252); }
div.DivClassName
{
background-color: #DB17FC;
}
.BgClassName
{
background-color: #DB17FC;
}
</style>
border-color css
<style>
span { border-color: #DB17FC; }
span { border-color: rgb(219,23,252); }
td.TdClassName
{
border-color: #DB17FC;
}
.TagClassName
{
border-color: #DB17FC;
}
</style>