Shades of Psychedelic Purple #DB17F6
Tints of Psychedelic Purple #DB17F6
RGB
CMYK
RGB Variations
Color information
#DB17F6 (or 0xDB17F6) is known color: Psychedelic Purple. HEX triplet: DB, 17 and F6. RGB value is (219,23,246). Sum of RGB (Red+Green+Blue) = 219+23+246=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 23 (9.38% from 255 or 4.71% from 488); Blue value is 246 (96.48% from 255 or 50.41% from 488); Max value from RGB is 246 - color contains mainly: blue. Hex color #DB17F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB17F6 is #24E809. Grayscale: #6A6A6A. Windows color (decimal): -2418698 or 16127963. OLE color: 16127963.
HSL color Cylindrical-coordinate representation of color #DB17F6: hue angle of 292.74º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB17F6 is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 23 | 246 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.04 |
| HSL | 292.74º | 0.93% | 0.53% | - |
| HSV(B) | 292.74º | 0.91% | 0.96% | - |
| XYZ | 46.15 | 22.33 | 89.07 | - |
| YUV | 107.03 | 206.43 | 207.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 23 | 246 | 0.11 | 0.91 | 0 | 0.04 | 292.74 | 0.93 | 0.53 |
| Hex | DB | 17 | F6 | B | 5B | 0 | 4 | 125 | 5D | 35 |
| Octal | 333 | 27 | 366 | 13 | 133 | 0 | 4 | 445 | 135 | 65 |
| Binary | 11011011 | 10111 | 11110110 | 1011 | 1011011 | 0 | 100 | 100100101 | 1011101 | 110101 |
Color Harmonies of #DB17F6
Complementary color
Monochromatic Colors of #DB17F6
Black with #DB17F6
Text Example
Text Example
White with #DB17F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB17F6; }
p { color: rgb(219,23,246); }
H1.HeaderClassName
{
color: #DB17F6;
}
.AnyTagClassName
{
color: #DB17F6;
}
</style>
background-color css
<style>
a { background-color: #DB17F6; }
a { background-color: rgb(219,23,246); }
div.DivClassName
{
background-color: #DB17F6;
}
.BgClassName
{
background-color: #DB17F6;
}
</style>
border-color css
<style>
span { border-color: #DB17F6; }
span { border-color: rgb(219,23,246); }
td.TdClassName
{
border-color: #DB17F6;
}
.TagClassName
{
border-color: #DB17F6;
}
</style>