Shades of Psychedelic Purple #DA0EF0
Tints of Psychedelic Purple #DA0EF0
RGB
CMYK
RGB Variations
Color information
#DA0EF0 (or 0xDA0EF0) is known color: Psychedelic Purple. HEX triplet: DA, 0E and F0. RGB value is (218,14,240). Sum of RGB (Red+Green+Blue) = 218+14+240=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 14 (5.86% from 255 or 2.97% from 472); Blue value is 240 (94.14% from 255 or 50.85% from 472); Max value from RGB is 240 - color contains mainly: blue. Hex color #DA0EF0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA0EF0 is #25F10F. Grayscale: #646464. Windows color (decimal): -2486544 or 15732442. OLE color: 15732442.
HSL color Cylindrical-coordinate representation of color #DA0EF0: hue angle of 294.16º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA0EF0 is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 14 | 240 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.06 |
| HSL | 294.16º | 0.89% | 0.5% | - |
| HSV(B) | 294.16º | 0.94% | 0.94% | - |
| XYZ | 44.8 | 21.51 | 84.23 | - |
| YUV | 100.76 | 206.59 | 211.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 14 | 240 | 0.09 | 0.94 | 0 | 0.06 | 294.16 | 0.89 | 0.5 |
| Hex | DA | E | F0 | 9 | 5E | 0 | 6 | 126 | 59 | 32 |
| Octal | 332 | 16 | 360 | 11 | 136 | 0 | 6 | 446 | 131 | 62 |
| Binary | 11011010 | 1110 | 11110000 | 1001 | 1011110 | 0 | 110 | 100100110 | 1011001 | 110010 |
Color Harmonies of #DA0EF0
Complementary color
Monochromatic Colors of #DA0EF0
Black with #DA0EF0
Text Example
Text Example
White with #DA0EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0EF0; }
p { color: rgb(218,14,240); }
H1.HeaderClassName
{
color: #DA0EF0;
}
.AnyTagClassName
{
color: #DA0EF0;
}
</style>
background-color css
<style>
a { background-color: #DA0EF0; }
a { background-color: rgb(218,14,240); }
div.DivClassName
{
background-color: #DA0EF0;
}
.BgClassName
{
background-color: #DA0EF0;
}
</style>
border-color css
<style>
span { border-color: #DA0EF0; }
span { border-color: rgb(218,14,240); }
td.TdClassName
{
border-color: #DA0EF0;
}
.TagClassName
{
border-color: #DA0EF0;
}
</style>