Shades of Psychedelic Purple #DB14F5
Tints of Psychedelic Purple #DB14F5
RGB
CMYK
RGB Variations
Color information
#DB14F5 (or 0xDB14F5) is known color: Psychedelic Purple. HEX triplet: DB, 14 and F5. RGB value is (219,20,245). Sum of RGB (Red+Green+Blue) = 219+20+245=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 20 (8.20% from 255 or 4.13% from 484); Blue value is 245 (96.09% from 255 or 50.62% from 484); Max value from RGB is 245 - color contains mainly: blue. Hex color #DB14F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB14F5 is #24EB0A. Grayscale: #686868. Windows color (decimal): -2419467 or 16061659. OLE color: 16061659.
HSL color Cylindrical-coordinate representation of color #DB14F5: hue angle of 293.07º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB14F5 is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 20 | 245 | - |
| CMYK | 0.11 | 0.92 | 0 | 0.04 |
| HSL | 293.07º | 0.92% | 0.52% | - |
| HSV(B) | 293.07º | 0.92% | 0.96% | - |
| XYZ | 45.95 | 22.15 | 88.24 | - |
| YUV | 105.15 | 206.93 | 209.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 20 | 245 | 0.11 | 0.92 | 0 | 0.04 | 293.07 | 0.92 | 0.52 |
| Hex | DB | 14 | F5 | B | 5C | 0 | 4 | 125 | 5C | 34 |
| Octal | 333 | 24 | 365 | 13 | 134 | 0 | 4 | 445 | 134 | 64 |
| Binary | 11011011 | 10100 | 11110101 | 1011 | 1011100 | 0 | 100 | 100100101 | 1011100 | 110100 |
Color Harmonies of #DB14F5
Complementary color
Monochromatic Colors of #DB14F5
Black with #DB14F5
Text Example
Text Example
White with #DB14F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB14F5; }
p { color: rgb(219,20,245); }
H1.HeaderClassName
{
color: #DB14F5;
}
.AnyTagClassName
{
color: #DB14F5;
}
</style>
background-color css
<style>
a { background-color: #DB14F5; }
a { background-color: rgb(219,20,245); }
div.DivClassName
{
background-color: #DB14F5;
}
.BgClassName
{
background-color: #DB14F5;
}
</style>
border-color css
<style>
span { border-color: #DB14F5; }
span { border-color: rgb(219,20,245); }
td.TdClassName
{
border-color: #DB14F5;
}
.TagClassName
{
border-color: #DB14F5;
}
</style>