Shades of Psychedelic Purple #DB14FC
Tints of Psychedelic Purple #DB14FC
RGB
CMYK
RGB Variations
Color information
#DB14FC (or 0xDB14FC) is known color: Psychedelic Purple. HEX triplet: DB, 14 and FC. RGB value is (219,20,252). Sum of RGB (Red+Green+Blue) = 219+20+252=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 20 (8.20% from 255 or 4.07% from 491); Blue value is 252 (98.83% from 255 or 51.32% from 491); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB14FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB14FC is #24EB03. Grayscale: #696969. Windows color (decimal): -2419460 or 16520411. OLE color: 16520411.
HSL color Cylindrical-coordinate representation of color #DB14FC: hue angle of 291.47º 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 #DB14FC is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 20 | 252 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.01 |
| HSL | 291.47º | 0.97% | 0.53% | - |
| HSV(B) | 291.47º | 0.92% | 0.99% | - |
| XYZ | 47.03 | 22.59 | 93.98 | - |
| YUV | 105.95 | 210.43 | 208.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 20 | 252 | 0.13 | 0.92 | 0 | 0.01 | 291.47 | 0.97 | 0.53 |
| Hex | DB | 14 | FC | D | 5C | 0 | 1 | 123 | 61 | 35 |
| Octal | 333 | 24 | 374 | 15 | 134 | 0 | 1 | 443 | 141 | 65 |
| Binary | 11011011 | 10100 | 11111100 | 1101 | 1011100 | 0 | 1 | 100100011 | 1100001 | 110101 |
Color Harmonies of #DB14FC
Complementary color
Monochromatic Colors of #DB14FC
Black with #DB14FC
Text Example
Text Example
White with #DB14FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB14FC; }
p { color: rgb(219,20,252); }
H1.HeaderClassName
{
color: #DB14FC;
}
.AnyTagClassName
{
color: #DB14FC;
}
</style>
background-color css
<style>
a { background-color: #DB14FC; }
a { background-color: rgb(219,20,252); }
div.DivClassName
{
background-color: #DB14FC;
}
.BgClassName
{
background-color: #DB14FC;
}
</style>
border-color css
<style>
span { border-color: #DB14FC; }
span { border-color: rgb(219,20,252); }
td.TdClassName
{
border-color: #DB14FC;
}
.TagClassName
{
border-color: #DB14FC;
}
</style>