Shades of Psychedelic Purple #DB17FF
Tints of Psychedelic Purple #DB17FF
RGB
CMYK
RGB Variations
Color information
#DB17FF (or 0xDB17FF) is known color: Psychedelic Purple. HEX triplet: DB, 17 and FF. RGB value is (219,23,255). Sum of RGB (Red+Green+Blue) = 219+23+255=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 23 (9.38% from 255 or 4.63% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB17FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB17FF is #24E800. Grayscale: #6B6B6B. Windows color (decimal): -2418689 or 16717787. OLE color: 16717787.
HSL color Cylindrical-coordinate representation of color #DB17FF: hue angle of 290.69º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB17FF is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 23 | 255 | - |
| CMYK | 0.14 | 0.91 | 0 | 0 |
| HSL | 290.69º | 1% | 0.55% | - |
| HSV(B) | 290.69º | 0.91% | 1% | - |
| XYZ | 47.57 | 22.89 | 96.52 | - |
| YUV | 108.05 | 210.93 | 207.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 23 | 255 | 0.14 | 0.91 | 0 | 0 | 290.69 | 1 | 0.55 |
| Hex | DB | 17 | FF | E | 5B | 0 | 0 | 123 | 64 | 37 |
| Octal | 333 | 27 | 377 | 16 | 133 | 0 | 0 | 443 | 144 | 67 |
| Binary | 11011011 | 10111 | 11111111 | 1110 | 1011011 | 0 | 0 | 100100011 | 1100100 | 110111 |
Color Harmonies of #DB17FF
Complementary color
Monochromatic Colors of #DB17FF
Black with #DB17FF
Text Example
Text Example
White with #DB17FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB17FF; }
p { color: rgb(219,23,255); }
H1.HeaderClassName
{
color: #DB17FF;
}
.AnyTagClassName
{
color: #DB17FF;
}
</style>
background-color css
<style>
a { background-color: #DB17FF; }
a { background-color: rgb(219,23,255); }
div.DivClassName
{
background-color: #DB17FF;
}
.BgClassName
{
background-color: #DB17FF;
}
</style>
border-color css
<style>
span { border-color: #DB17FF; }
span { border-color: rgb(219,23,255); }
td.TdClassName
{
border-color: #DB17FF;
}
.TagClassName
{
border-color: #DB17FF;
}
</style>