Shades of Psychedelic Purple #DB13F6
Tints of Psychedelic Purple #DB13F6
RGB
CMYK
RGB Variations
Color information
#DB13F6 (or 0xDB13F6) is known color: Psychedelic Purple. HEX triplet: DB, 13 and F6. RGB value is (219,19,246). Sum of RGB (Red+Green+Blue) = 219+19+246=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 19 (7.81% from 255 or 3.93% from 484); Blue value is 246 (96.48% from 255 or 50.83% from 484); Max value from RGB is 246 - color contains mainly: blue. Hex color #DB13F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB13F6 is #24EC09. Grayscale: #676767. Windows color (decimal): -2419722 or 16126939. OLE color: 16126939.
HSL color Cylindrical-coordinate representation of color #DB13F6: hue angle of 292.86º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB13F6 is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 19 | 246 | - |
| CMYK | 0.11 | 0.92 | 0 | 0.04 |
| HSL | 292.86º | 0.93% | 0.52% | - |
| HSV(B) | 292.86º | 0.92% | 0.96% | - |
| XYZ | 46.08 | 22.18 | 89.04 | - |
| YUV | 104.68 | 207.76 | 209.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 19 | 246 | 0.11 | 0.92 | 0 | 0.04 | 292.86 | 0.93 | 0.52 |
| Hex | DB | 13 | F6 | B | 5C | 0 | 4 | 125 | 5D | 34 |
| Octal | 333 | 23 | 366 | 13 | 134 | 0 | 4 | 445 | 135 | 64 |
| Binary | 11011011 | 10011 | 11110110 | 1011 | 1011100 | 0 | 100 | 100100101 | 1011101 | 110100 |
Color Harmonies of #DB13F6
Complementary color
Monochromatic Colors of #DB13F6
Black with #DB13F6
Text Example
Text Example
White with #DB13F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB13F6; }
p { color: rgb(219,19,246); }
H1.HeaderClassName
{
color: #DB13F6;
}
.AnyTagClassName
{
color: #DB13F6;
}
</style>
background-color css
<style>
a { background-color: #DB13F6; }
a { background-color: rgb(219,19,246); }
div.DivClassName
{
background-color: #DB13F6;
}
.BgClassName
{
background-color: #DB13F6;
}
</style>
border-color css
<style>
span { border-color: #DB13F6; }
span { border-color: rgb(219,19,246); }
td.TdClassName
{
border-color: #DB13F6;
}
.TagClassName
{
border-color: #DB13F6;
}
</style>