Shades of Psychedelic Purple #DB15F1
Tints of Psychedelic Purple #DB15F1
RGB
CMYK
RGB Variations
Color information
#DB15F1 (or 0xDB15F1) is known color: Psychedelic Purple. HEX triplet: DB, 15 and F1. RGB value is (219,21,241). Sum of RGB (Red+Green+Blue) = 219+21+241=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 21 (8.59% from 255 or 4.37% from 481); Blue value is 241 (94.53% from 255 or 50.10% from 481); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB15F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB15F1 is #24EA0E. Grayscale: #686868. Windows color (decimal): -2419215 or 15799771. OLE color: 15799771.
HSL color Cylindrical-coordinate representation of color #DB15F1: hue angle of 294º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB15F1 is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 21 | 241 | - |
| CMYK | 0.09 | 0.91 | 0 | 0.05 |
| HSL | 294º | 0.89% | 0.51% | - |
| HSV(B) | 294º | 0.91% | 0.95% | - |
| XYZ | 45.36 | 21.95 | 85.06 | - |
| YUV | 105.28 | 204.6 | 209.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 21 | 241 | 0.09 | 0.91 | 0 | 0.05 | 294 | 0.89 | 0.51 |
| Hex | DB | 15 | F1 | 9 | 5B | 0 | 5 | 126 | 59 | 33 |
| Octal | 333 | 25 | 361 | 11 | 133 | 0 | 5 | 446 | 131 | 63 |
| Binary | 11011011 | 10101 | 11110001 | 1001 | 1011011 | 0 | 101 | 100100110 | 1011001 | 110011 |
Color Harmonies of #DB15F1
Complementary color
Monochromatic Colors of #DB15F1
Black with #DB15F1
Text Example
Text Example
White with #DB15F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB15F1; }
p { color: rgb(219,21,241); }
H1.HeaderClassName
{
color: #DB15F1;
}
.AnyTagClassName
{
color: #DB15F1;
}
</style>
background-color css
<style>
a { background-color: #DB15F1; }
a { background-color: rgb(219,21,241); }
div.DivClassName
{
background-color: #DB15F1;
}
.BgClassName
{
background-color: #DB15F1;
}
</style>
border-color css
<style>
span { border-color: #DB15F1; }
span { border-color: rgb(219,21,241); }
td.TdClassName
{
border-color: #DB15F1;
}
.TagClassName
{
border-color: #DB15F1;
}
</style>