Shades of Psychedelic Purple #DA0EED
Tints of Psychedelic Purple #DA0EED
RGB
CMYK
RGB Variations
Color information
#DA0EED (or 0xDA0EED) is known color: Psychedelic Purple. HEX triplet: DA, 0E and ED. RGB value is (218,14,237). Sum of RGB (Red+Green+Blue) = 218+14+237=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 14 (5.86% from 255 or 2.99% from 469); Blue value is 237 (92.97% from 255 or 50.53% from 469); Max value from RGB is 237 - color contains mainly: blue. Hex color #DA0EED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA0EED is #25F112. Grayscale: #636363. Windows color (decimal): -2486547 or 15535834. OLE color: 15535834.
HSL color Cylindrical-coordinate representation of color #DA0EED: hue angle of 294.89º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA0EED is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 14 | 237 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.07 |
| HSL | 294.89º | 0.89% | 0.49% | - |
| HSV(B) | 294.89º | 0.94% | 0.93% | - |
| XYZ | 44.36 | 21.33 | 81.9 | - |
| YUV | 100.42 | 205.09 | 211.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 14 | 237 | 0.08 | 0.94 | 0 | 0.07 | 294.89 | 0.89 | 0.49 |
| Hex | DA | E | ED | 8 | 5E | 0 | 7 | 127 | 59 | 31 |
| Octal | 332 | 16 | 355 | 10 | 136 | 0 | 7 | 447 | 131 | 61 |
| Binary | 11011010 | 1110 | 11101101 | 1000 | 1011110 | 0 | 111 | 100100111 | 1011001 | 110001 |
Color Harmonies of #DA0EED
Complementary color
Monochromatic Colors of #DA0EED
Black with #DA0EED
Text Example
Text Example
White with #DA0EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0EED; }
p { color: rgb(218,14,237); }
H1.HeaderClassName
{
color: #DA0EED;
}
.AnyTagClassName
{
color: #DA0EED;
}
</style>
background-color css
<style>
a { background-color: #DA0EED; }
a { background-color: rgb(218,14,237); }
div.DivClassName
{
background-color: #DA0EED;
}
.BgClassName
{
background-color: #DA0EED;
}
</style>
border-color css
<style>
span { border-color: #DA0EED; }
span { border-color: rgb(218,14,237); }
td.TdClassName
{
border-color: #DA0EED;
}
.TagClassName
{
border-color: #DA0EED;
}
</style>