Shades of Psychedelic Purple #DA0EFA
Tints of Psychedelic Purple #DA0EFA
RGB
CMYK
RGB Variations
Color information
#DA0EFA (or 0xDA0EFA) is known color: Psychedelic Purple. HEX triplet: DA, 0E and FA. RGB value is (218,14,250). Sum of RGB (Red+Green+Blue) = 218+14+250=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 14 (5.86% from 255 or 2.90% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA0EFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA0EFA is #25F105. Grayscale: #656565. Windows color (decimal): -2486534 or 16387802. OLE color: 16387802.
HSL color Cylindrical-coordinate representation of color #DA0EFA: hue angle of 291.86º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA0EFA is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 14 | 250 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.02 |
| HSL | 291.86º | 0.96% | 0.52% | - |
| HSV(B) | 291.86º | 0.94% | 0.98% | - |
| XYZ | 46.33 | 22.12 | 92.27 | - |
| YUV | 101.9 | 211.59 | 210.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 14 | 250 | 0.13 | 0.94 | 0 | 0.02 | 291.86 | 0.96 | 0.52 |
| Hex | DA | E | FA | D | 5E | 0 | 2 | 124 | 60 | 34 |
| Octal | 332 | 16 | 372 | 15 | 136 | 0 | 2 | 444 | 140 | 64 |
| Binary | 11011010 | 1110 | 11111010 | 1101 | 1011110 | 0 | 10 | 100100100 | 1100000 | 110100 |
Color Harmonies of #DA0EFA
Complementary color
Monochromatic Colors of #DA0EFA
Black with #DA0EFA
Text Example
Text Example
White with #DA0EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0EFA; }
p { color: rgb(218,14,250); }
H1.HeaderClassName
{
color: #DA0EFA;
}
.AnyTagClassName
{
color: #DA0EFA;
}
</style>
background-color css
<style>
a { background-color: #DA0EFA; }
a { background-color: rgb(218,14,250); }
div.DivClassName
{
background-color: #DA0EFA;
}
.BgClassName
{
background-color: #DA0EFA;
}
</style>
border-color css
<style>
span { border-color: #DA0EFA; }
span { border-color: rgb(218,14,250); }
td.TdClassName
{
border-color: #DA0EFA;
}
.TagClassName
{
border-color: #DA0EFA;
}
</style>