Shades of Psychedelic Purple #DA0EF1
Tints of Psychedelic Purple #DA0EF1
RGB
CMYK
RGB Variations
Color information
#DA0EF1 (or 0xDA0EF1) is known color: Psychedelic Purple. HEX triplet: DA, 0E and F1. RGB value is (218,14,241). Sum of RGB (Red+Green+Blue) = 218+14+241=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 14 (5.86% from 255 or 2.96% from 473); Blue value is 241 (94.53% from 255 or 50.95% from 473); Max value from RGB is 241 - color contains mainly: blue. Hex color #DA0EF1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA0EF1 is #25F10E. Grayscale: #646464. Windows color (decimal): -2486543 or 15797978. OLE color: 15797978.
HSL color Cylindrical-coordinate representation of color #DA0EF1: hue angle of 293.92º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA0EF1 is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 14 | 241 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.05 |
| HSL | 293.92º | 0.89% | 0.5% | - |
| HSV(B) | 293.92º | 0.94% | 0.95% | - |
| XYZ | 44.95 | 21.57 | 85.01 | - |
| YUV | 100.87 | 207.09 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 14 | 241 | 0.10 | 0.94 | 0 | 0.05 | 293.92 | 0.89 | 0.5 |
| Hex | DA | E | F1 | A | 5E | 0 | 5 | 126 | 59 | 32 |
| Octal | 332 | 16 | 361 | 12 | 136 | 0 | 5 | 446 | 131 | 62 |
| Binary | 11011010 | 1110 | 11110001 | 1010 | 1011110 | 0 | 101 | 100100110 | 1011001 | 110010 |
Color Harmonies of #DA0EF1
Complementary color
Monochromatic Colors of #DA0EF1
Black with #DA0EF1
Text Example
Text Example
White with #DA0EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0EF1; }
p { color: rgb(218,14,241); }
H1.HeaderClassName
{
color: #DA0EF1;
}
.AnyTagClassName
{
color: #DA0EF1;
}
</style>
background-color css
<style>
a { background-color: #DA0EF1; }
a { background-color: rgb(218,14,241); }
div.DivClassName
{
background-color: #DA0EF1;
}
.BgClassName
{
background-color: #DA0EF1;
}
</style>
border-color css
<style>
span { border-color: #DA0EF1; }
span { border-color: rgb(218,14,241); }
td.TdClassName
{
border-color: #DA0EF1;
}
.TagClassName
{
border-color: #DA0EF1;
}
</style>