Shades of Psychedelic Purple #DA0EE5
Tints of Psychedelic Purple #DA0EE5
RGB
CMYK
RGB Variations
Color information
#DA0EE5 (or 0xDA0EE5) is known color: Psychedelic Purple. HEX triplet: DA, 0E and E5. RGB value is (218,14,229). Sum of RGB (Red+Green+Blue) = 218+14+229=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 14 (5.86% from 255 or 3.04% from 461); Blue value is 229 (89.84% from 255 or 49.67% from 461); Max value from RGB is 229 - color contains mainly: blue. Hex color #DA0EE5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0EE5 is #25F11A. Grayscale: #626262. Windows color (decimal): -2486555 or 15011546. OLE color: 15011546.
HSL color Cylindrical-coordinate representation of color #DA0EE5: hue angle of 296.93º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA0EE5 is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 14 | 229 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.10 |
| HSL | 296.93º | 0.88% | 0.48% | - |
| HSV(B) | 296.93º | 0.94% | 0.9% | - |
| XYZ | 43.21 | 20.88 | 75.88 | - |
| YUV | 99.51 | 201.09 | 212.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 14 | 229 | 0.05 | 0.94 | 0 | 0.10 | 296.93 | 0.88 | 0.48 |
| Hex | DA | E | E5 | 5 | 5E | 0 | A | 129 | 58 | 30 |
| Octal | 332 | 16 | 345 | 5 | 136 | 0 | 12 | 451 | 130 | 60 |
| Binary | 11011010 | 1110 | 11100101 | 101 | 1011110 | 0 | 1010 | 100101001 | 1011000 | 110000 |
Color Harmonies of #DA0EE5
Complementary color
Monochromatic Colors of #DA0EE5
Black with #DA0EE5
Text Example
Text Example
White with #DA0EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0EE5; }
p { color: rgb(218,14,229); }
H1.HeaderClassName
{
color: #DA0EE5;
}
.AnyTagClassName
{
color: #DA0EE5;
}
</style>
background-color css
<style>
a { background-color: #DA0EE5; }
a { background-color: rgb(218,14,229); }
div.DivClassName
{
background-color: #DA0EE5;
}
.BgClassName
{
background-color: #DA0EE5;
}
</style>
border-color css
<style>
span { border-color: #DA0EE5; }
span { border-color: rgb(218,14,229); }
td.TdClassName
{
border-color: #DA0EE5;
}
.TagClassName
{
border-color: #DA0EE5;
}
</style>