Shades of Psychedelic Purple #DB15F6
Tints of Psychedelic Purple #DB15F6
RGB
CMYK
RGB Variations
Color information
#DB15F6 (or 0xDB15F6) is known color: Psychedelic Purple. HEX triplet: DB, 15 and F6. RGB value is (219,21,246). Sum of RGB (Red+Green+Blue) = 219+21+246=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 21 (8.59% from 255 or 4.32% from 486); Blue value is 246 (96.48% from 255 or 50.62% from 486); Max value from RGB is 246 - color contains mainly: blue. Hex color #DB15F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB15F6 is #24EA09. Grayscale: #696969. Windows color (decimal): -2419210 or 16127451. OLE color: 16127451.
HSL color Cylindrical-coordinate representation of color #DB15F6: hue angle of 292.8º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB15F6 is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 21 | 246 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.04 |
| HSL | 292.8º | 0.93% | 0.52% | - |
| HSV(B) | 292.8º | 0.91% | 0.96% | - |
| XYZ | 46.12 | 22.25 | 89.05 | - |
| YUV | 105.85 | 207.1 | 208.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 21 | 246 | 0.11 | 0.91 | 0 | 0.04 | 292.8 | 0.93 | 0.52 |
| Hex | DB | 15 | F6 | B | 5B | 0 | 4 | 125 | 5D | 34 |
| Octal | 333 | 25 | 366 | 13 | 133 | 0 | 4 | 445 | 135 | 64 |
| Binary | 11011011 | 10101 | 11110110 | 1011 | 1011011 | 0 | 100 | 100100101 | 1011101 | 110100 |
Color Harmonies of #DB15F6
Complementary color
Monochromatic Colors of #DB15F6
Black with #DB15F6
Text Example
Text Example
White with #DB15F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB15F6; }
p { color: rgb(219,21,246); }
H1.HeaderClassName
{
color: #DB15F6;
}
.AnyTagClassName
{
color: #DB15F6;
}
</style>
background-color css
<style>
a { background-color: #DB15F6; }
a { background-color: rgb(219,21,246); }
div.DivClassName
{
background-color: #DB15F6;
}
.BgClassName
{
background-color: #DB15F6;
}
</style>
border-color css
<style>
span { border-color: #DB15F6; }
span { border-color: rgb(219,21,246); }
td.TdClassName
{
border-color: #DB15F6;
}
.TagClassName
{
border-color: #DB15F6;
}
</style>