Shades of Psychedelic Purple #DA0EF7
Tints of Psychedelic Purple #DA0EF7
RGB
CMYK
RGB Variations
Color information
#DA0EF7 (or 0xDA0EF7) is known color: Psychedelic Purple. HEX triplet: DA, 0E and F7. RGB value is (218,14,247). Sum of RGB (Red+Green+Blue) = 218+14+247=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 14 (5.86% from 255 or 2.92% from 479); Blue value is 247 (96.88% from 255 or 51.57% from 479); Max value from RGB is 247 - color contains mainly: blue. Hex color #DA0EF7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA0EF7 is #25F108. Grayscale: #646464. Windows color (decimal): -2486537 or 16191194. OLE color: 16191194.
HSL color Cylindrical-coordinate representation of color #DA0EF7: hue angle of 292.53º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA0EF7 is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 14 | 247 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.03 |
| HSL | 292.53º | 0.94% | 0.51% | - |
| HSV(B) | 292.53º | 0.94% | 0.97% | - |
| XYZ | 45.86 | 21.93 | 89.81 | - |
| YUV | 101.56 | 210.09 | 211.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 14 | 247 | 0.12 | 0.94 | 0 | 0.03 | 292.53 | 0.94 | 0.51 |
| Hex | DA | E | F7 | C | 5E | 0 | 3 | 125 | 5E | 33 |
| Octal | 332 | 16 | 367 | 14 | 136 | 0 | 3 | 445 | 136 | 63 |
| Binary | 11011010 | 1110 | 11110111 | 1100 | 1011110 | 0 | 11 | 100100101 | 1011110 | 110011 |
Color Harmonies of #DA0EF7
Complementary color
Monochromatic Colors of #DA0EF7
Black with #DA0EF7
Text Example
Text Example
White with #DA0EF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0EF7; }
p { color: rgb(218,14,247); }
H1.HeaderClassName
{
color: #DA0EF7;
}
.AnyTagClassName
{
color: #DA0EF7;
}
</style>
background-color css
<style>
a { background-color: #DA0EF7; }
a { background-color: rgb(218,14,247); }
div.DivClassName
{
background-color: #DA0EF7;
}
.BgClassName
{
background-color: #DA0EF7;
}
</style>
border-color css
<style>
span { border-color: #DA0EF7; }
span { border-color: rgb(218,14,247); }
td.TdClassName
{
border-color: #DA0EF7;
}
.TagClassName
{
border-color: #DA0EF7;
}
</style>