Shades of Psychedelic Purple #DB13EF
Tints of Psychedelic Purple #DB13EF
RGB
CMYK
RGB Variations
Color information
#DB13EF (or 0xDB13EF) is known color: Psychedelic Purple. HEX triplet: DB, 13 and EF. RGB value is (219,19,239). Sum of RGB (Red+Green+Blue) = 219+19+239=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 19 (7.81% from 255 or 3.98% from 477); Blue value is 239 (93.75% from 255 or 50.10% from 477); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB13EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB13EF is #24EC10. Grayscale: #676767. Windows color (decimal): -2419729 or 15668187. OLE color: 15668187.
HSL color Cylindrical-coordinate representation of color #DB13EF: hue angle of 294.55º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB13EF is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 19 | 239 | - |
| CMYK | 0.08 | 0.92 | 0 | 0.06 |
| HSL | 294.55º | 0.87% | 0.51% | - |
| HSV(B) | 294.55º | 0.92% | 0.94% | - |
| XYZ | 45.03 | 21.76 | 83.49 | - |
| YUV | 103.88 | 204.26 | 210.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 19 | 239 | 0.08 | 0.92 | 0 | 0.06 | 294.55 | 0.87 | 0.51 |
| Hex | DB | 13 | EF | 8 | 5C | 0 | 6 | 127 | 57 | 33 |
| Octal | 333 | 23 | 357 | 10 | 134 | 0 | 6 | 447 | 127 | 63 |
| Binary | 11011011 | 10011 | 11101111 | 1000 | 1011100 | 0 | 110 | 100100111 | 1010111 | 110011 |
Color Harmonies of #DB13EF
Complementary color
Monochromatic Colors of #DB13EF
Black with #DB13EF
Text Example
Text Example
White with #DB13EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB13EF; }
p { color: rgb(219,19,239); }
H1.HeaderClassName
{
color: #DB13EF;
}
.AnyTagClassName
{
color: #DB13EF;
}
</style>
background-color css
<style>
a { background-color: #DB13EF; }
a { background-color: rgb(219,19,239); }
div.DivClassName
{
background-color: #DB13EF;
}
.BgClassName
{
background-color: #DB13EF;
}
</style>
border-color css
<style>
span { border-color: #DB13EF; }
span { border-color: rgb(219,19,239); }
td.TdClassName
{
border-color: #DB13EF;
}
.TagClassName
{
border-color: #DB13EF;
}
</style>