Shades of Psychedelic Purple #DB14FB
Tints of Psychedelic Purple #DB14FB
RGB
CMYK
RGB Variations
Color information
#DB14FB (or 0xDB14FB) is known color: Psychedelic Purple. HEX triplet: DB, 14 and FB. RGB value is (219,20,251). Sum of RGB (Red+Green+Blue) = 219+20+251=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 20 (8.20% from 255 or 4.08% from 490); Blue value is 251 (98.44% from 255 or 51.22% from 490); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB14FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB14FB is #24EB04. Grayscale: #696969. Windows color (decimal): -2419461 or 16454875. OLE color: 16454875.
HSL color Cylindrical-coordinate representation of color #DB14FB: hue angle of 291.69º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB14FB is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 20 | 251 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.02 |
| HSL | 291.69º | 0.97% | 0.53% | - |
| HSV(B) | 291.69º | 0.92% | 0.98% | - |
| XYZ | 46.88 | 22.53 | 93.14 | - |
| YUV | 105.84 | 209.93 | 208.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 20 | 251 | 0.13 | 0.92 | 0 | 0.02 | 291.69 | 0.97 | 0.53 |
| Hex | DB | 14 | FB | D | 5C | 0 | 2 | 124 | 61 | 35 |
| Octal | 333 | 24 | 373 | 15 | 134 | 0 | 2 | 444 | 141 | 65 |
| Binary | 11011011 | 10100 | 11111011 | 1101 | 1011100 | 0 | 10 | 100100100 | 1100001 | 110101 |
Color Harmonies of #DB14FB
Complementary color
Monochromatic Colors of #DB14FB
Black with #DB14FB
Text Example
Text Example
White with #DB14FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB14FB; }
p { color: rgb(219,20,251); }
H1.HeaderClassName
{
color: #DB14FB;
}
.AnyTagClassName
{
color: #DB14FB;
}
</style>
background-color css
<style>
a { background-color: #DB14FB; }
a { background-color: rgb(219,20,251); }
div.DivClassName
{
background-color: #DB14FB;
}
.BgClassName
{
background-color: #DB14FB;
}
</style>
border-color css
<style>
span { border-color: #DB14FB; }
span { border-color: rgb(219,20,251); }
td.TdClassName
{
border-color: #DB14FB;
}
.TagClassName
{
border-color: #DB14FB;
}
</style>