Shades of Psychedelic Purple #DB13FC
Tints of Psychedelic Purple #DB13FC
RGB
CMYK
RGB Variations
Color information
#DB13FC (or 0xDB13FC) is known color: Psychedelic Purple. HEX triplet: DB, 13 and FC. RGB value is (219,19,252). Sum of RGB (Red+Green+Blue) = 219+19+252=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 19 (7.81% from 255 or 3.88% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB13FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB13FC is #24EC03. Grayscale: #686868. Windows color (decimal): -2419716 or 16520155. OLE color: 16520155.
HSL color Cylindrical-coordinate representation of color #DB13FC: hue angle of 291.5º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB13FC is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 19 | 252 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.01 |
| HSL | 291.5º | 0.97% | 0.53% | - |
| HSV(B) | 291.5º | 0.92% | 0.99% | - |
| XYZ | 47.02 | 22.55 | 93.97 | - |
| YUV | 105.36 | 210.76 | 209.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 19 | 252 | 0.13 | 0.92 | 0 | 0.01 | 291.5 | 0.97 | 0.53 |
| Hex | DB | 13 | FC | D | 5C | 0 | 1 | 124 | 61 | 35 |
| Octal | 333 | 23 | 374 | 15 | 134 | 0 | 1 | 444 | 141 | 65 |
| Binary | 11011011 | 10011 | 11111100 | 1101 | 1011100 | 0 | 1 | 100100100 | 1100001 | 110101 |
Color Harmonies of #DB13FC
Complementary color
Monochromatic Colors of #DB13FC
Black with #DB13FC
Text Example
Text Example
White with #DB13FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB13FC; }
p { color: rgb(219,19,252); }
H1.HeaderClassName
{
color: #DB13FC;
}
.AnyTagClassName
{
color: #DB13FC;
}
</style>
background-color css
<style>
a { background-color: #DB13FC; }
a { background-color: rgb(219,19,252); }
div.DivClassName
{
background-color: #DB13FC;
}
.BgClassName
{
background-color: #DB13FC;
}
</style>
border-color css
<style>
span { border-color: #DB13FC; }
span { border-color: rgb(219,19,252); }
td.TdClassName
{
border-color: #DB13FC;
}
.TagClassName
{
border-color: #DB13FC;
}
</style>