Shades of Psychedelic Purple #DB17F9
Tints of Psychedelic Purple #DB17F9
RGB
CMYK
RGB Variations
Color information
#DB17F9 (or 0xDB17F9) is known color: Psychedelic Purple. HEX triplet: DB, 17 and F9. RGB value is (219,23,249). Sum of RGB (Red+Green+Blue) = 219+23+249=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 23 (9.38% from 255 or 4.68% from 491); Blue value is 249 (97.66% from 255 or 50.71% from 491); Max value from RGB is 249 - color contains mainly: blue. Hex color #DB17F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB17F9 is #24E806. Grayscale: #6A6A6A. Windows color (decimal): -2418695 or 16324571. OLE color: 16324571.
HSL color Cylindrical-coordinate representation of color #DB17F9: hue angle of 292.04º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB17F9 is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 23 | 249 | - |
| CMYK | 0.12 | 0.91 | 0 | 0.02 |
| HSL | 292.04º | 0.95% | 0.53% | - |
| HSV(B) | 292.04º | 0.91% | 0.98% | - |
| XYZ | 46.62 | 22.51 | 91.51 | - |
| YUV | 107.37 | 207.93 | 207.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 23 | 249 | 0.12 | 0.91 | 0 | 0.02 | 292.04 | 0.95 | 0.53 |
| Hex | DB | 17 | F9 | C | 5B | 0 | 2 | 124 | 5F | 35 |
| Octal | 333 | 27 | 371 | 14 | 133 | 0 | 2 | 444 | 137 | 65 |
| Binary | 11011011 | 10111 | 11111001 | 1100 | 1011011 | 0 | 10 | 100100100 | 1011111 | 110101 |
Color Harmonies of #DB17F9
Complementary color
Monochromatic Colors of #DB17F9
Black with #DB17F9
Text Example
Text Example
White with #DB17F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB17F9; }
p { color: rgb(219,23,249); }
H1.HeaderClassName
{
color: #DB17F9;
}
.AnyTagClassName
{
color: #DB17F9;
}
</style>
background-color css
<style>
a { background-color: #DB17F9; }
a { background-color: rgb(219,23,249); }
div.DivClassName
{
background-color: #DB17F9;
}
.BgClassName
{
background-color: #DB17F9;
}
</style>
border-color css
<style>
span { border-color: #DB17F9; }
span { border-color: rgb(219,23,249); }
td.TdClassName
{
border-color: #DB17F9;
}
.TagClassName
{
border-color: #DB17F9;
}
</style>