Shades of Psychedelic Purple #DB13F3
Tints of Psychedelic Purple #DB13F3
RGB
CMYK
RGB Variations
Color information
#DB13F3 (or 0xDB13F3) is known color: Psychedelic Purple. HEX triplet: DB, 13 and F3. RGB value is (219,19,243). Sum of RGB (Red+Green+Blue) = 219+19+243=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 19 (7.81% from 255 or 3.95% from 481); Blue value is 243 (95.31% from 255 or 50.52% from 481); Max value from RGB is 243 - color contains mainly: blue. Hex color #DB13F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB13F3 is #24EC0C. Grayscale: #676767. Windows color (decimal): -2419725 or 15930331. OLE color: 15930331.
HSL color Cylindrical-coordinate representation of color #DB13F3: hue angle of 293.57º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB13F3 is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 19 | 243 | - |
| CMYK | 0.10 | 0.92 | 0 | 0.05 |
| HSL | 293.57º | 0.9% | 0.51% | - |
| HSV(B) | 293.57º | 0.92% | 0.95% | - |
| XYZ | 45.62 | 22 | 86.64 | - |
| YUV | 104.34 | 206.26 | 209.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 19 | 243 | 0.10 | 0.92 | 0 | 0.05 | 293.57 | 0.9 | 0.51 |
| Hex | DB | 13 | F3 | A | 5C | 0 | 5 | 126 | 5A | 33 |
| Octal | 333 | 23 | 363 | 12 | 134 | 0 | 5 | 446 | 132 | 63 |
| Binary | 11011011 | 10011 | 11110011 | 1010 | 1011100 | 0 | 101 | 100100110 | 1011010 | 110011 |
Color Harmonies of #DB13F3
Complementary color
Monochromatic Colors of #DB13F3
Black with #DB13F3
Text Example
Text Example
White with #DB13F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB13F3; }
p { color: rgb(219,19,243); }
H1.HeaderClassName
{
color: #DB13F3;
}
.AnyTagClassName
{
color: #DB13F3;
}
</style>
background-color css
<style>
a { background-color: #DB13F3; }
a { background-color: rgb(219,19,243); }
div.DivClassName
{
background-color: #DB13F3;
}
.BgClassName
{
background-color: #DB13F3;
}
</style>
border-color css
<style>
span { border-color: #DB13F3; }
span { border-color: rgb(219,19,243); }
td.TdClassName
{
border-color: #DB13F3;
}
.TagClassName
{
border-color: #DB13F3;
}
</style>