Shades of Psychedelic Purple #DB14EA
Tints of Psychedelic Purple #DB14EA
RGB
CMYK
RGB Variations
Color information
#DB14EA (or 0xDB14EA) is known color: Psychedelic Purple. HEX triplet: DB, 14 and EA. RGB value is (219,20,234). Sum of RGB (Red+Green+Blue) = 219+20+234=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 20 (8.20% from 255 or 4.23% from 473); Blue value is 234 (91.80% from 255 or 49.47% from 473); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB14EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB14EA is #24EB15. Grayscale: #676767. Windows color (decimal): -2419478 or 15340763. OLE color: 15340763.
HSL color Cylindrical-coordinate representation of color #DB14EA: hue angle of 295.79º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB14EA is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 20 | 234 | - |
| CMYK | 0.06 | 0.91 | 0 | 0.08 |
| HSL | 295.79º | 0.84% | 0.5% | - |
| HSV(B) | 295.79º | 0.91% | 0.92% | - |
| XYZ | 44.31 | 21.5 | 79.66 | - |
| YUV | 103.9 | 201.43 | 210.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 20 | 234 | 0.06 | 0.91 | 0 | 0.08 | 295.79 | 0.84 | 0.5 |
| Hex | DB | 14 | EA | 6 | 5B | 0 | 8 | 128 | 54 | 32 |
| Octal | 333 | 24 | 352 | 6 | 133 | 0 | 10 | 450 | 124 | 62 |
| Binary | 11011011 | 10100 | 11101010 | 110 | 1011011 | 0 | 1000 | 100101000 | 1010100 | 110010 |
Color Harmonies of #DB14EA
Complementary color
Monochromatic Colors of #DB14EA
Black with #DB14EA
Text Example
Text Example
White with #DB14EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB14EA; }
p { color: rgb(219,20,234); }
H1.HeaderClassName
{
color: #DB14EA;
}
.AnyTagClassName
{
color: #DB14EA;
}
</style>
background-color css
<style>
a { background-color: #DB14EA; }
a { background-color: rgb(219,20,234); }
div.DivClassName
{
background-color: #DB14EA;
}
.BgClassName
{
background-color: #DB14EA;
}
</style>
border-color css
<style>
span { border-color: #DB14EA; }
span { border-color: rgb(219,20,234); }
td.TdClassName
{
border-color: #DB14EA;
}
.TagClassName
{
border-color: #DB14EA;
}
</style>