Shades of Psychedelic Purple #DB17F1
Tints of Psychedelic Purple #DB17F1
RGB
CMYK
RGB Variations
Color information
#DB17F1 (or 0xDB17F1) is known color: Psychedelic Purple. HEX triplet: DB, 17 and F1. RGB value is (219,23,241). Sum of RGB (Red+Green+Blue) = 219+23+241=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 23 (9.38% from 255 or 4.76% from 483); Blue value is 241 (94.53% from 255 or 49.90% from 483); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB17F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB17F1 is #24E80E. Grayscale: #696969. Windows color (decimal): -2418703 or 15800283. OLE color: 15800283.
HSL color Cylindrical-coordinate representation of color #DB17F1: hue angle of 293.94º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB17F1 is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 23 | 241 | - |
| CMYK | 0.09 | 0.90 | 0 | 0.05 |
| HSL | 293.94º | 0.89% | 0.52% | - |
| HSV(B) | 293.94º | 0.9% | 0.95% | - |
| XYZ | 45.4 | 22.02 | 85.08 | - |
| YUV | 106.46 | 203.93 | 208.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 23 | 241 | 0.09 | 0.90 | 0 | 0.05 | 293.94 | 0.89 | 0.52 |
| Hex | DB | 17 | F1 | 9 | 5A | 0 | 5 | 126 | 59 | 34 |
| Octal | 333 | 27 | 361 | 11 | 132 | 0 | 5 | 446 | 131 | 64 |
| Binary | 11011011 | 10111 | 11110001 | 1001 | 1011010 | 0 | 101 | 100100110 | 1011001 | 110100 |
Color Harmonies of #DB17F1
Complementary color
Monochromatic Colors of #DB17F1
Black with #DB17F1
Text Example
Text Example
White with #DB17F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB17F1; }
p { color: rgb(219,23,241); }
H1.HeaderClassName
{
color: #DB17F1;
}
.AnyTagClassName
{
color: #DB17F1;
}
</style>
background-color css
<style>
a { background-color: #DB17F1; }
a { background-color: rgb(219,23,241); }
div.DivClassName
{
background-color: #DB17F1;
}
.BgClassName
{
background-color: #DB17F1;
}
</style>
border-color css
<style>
span { border-color: #DB17F1; }
span { border-color: rgb(219,23,241); }
td.TdClassName
{
border-color: #DB17F1;
}
.TagClassName
{
border-color: #DB17F1;
}
</style>