Shades of Psychedelic Purple #DA0EEF
Tints of Psychedelic Purple #DA0EEF
RGB
CMYK
RGB Variations
Color information
#DA0EEF (or 0xDA0EEF) is known color: Psychedelic Purple. HEX triplet: DA, 0E and EF. RGB value is (218,14,239). Sum of RGB (Red+Green+Blue) = 218+14+239=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 14 (5.86% from 255 or 2.97% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #DA0EEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA0EEF is #25F110. Grayscale: #636363. Windows color (decimal): -2486545 or 15666906. OLE color: 15666906.
HSL color Cylindrical-coordinate representation of color #DA0EEF: hue angle of 294.4º 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 #DA0EEF is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 14 | 239 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.06 |
| HSL | 294.4º | 0.89% | 0.5% | - |
| HSV(B) | 294.4º | 0.94% | 0.94% | - |
| XYZ | 44.65 | 21.45 | 83.45 | - |
| YUV | 100.65 | 206.09 | 211.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 14 | 239 | 0.09 | 0.94 | 0 | 0.06 | 294.4 | 0.89 | 0.5 |
| Hex | DA | E | EF | 9 | 5E | 0 | 6 | 126 | 59 | 32 |
| Octal | 332 | 16 | 357 | 11 | 136 | 0 | 6 | 446 | 131 | 62 |
| Binary | 11011010 | 1110 | 11101111 | 1001 | 1011110 | 0 | 110 | 100100110 | 1011001 | 110010 |
Color Harmonies of #DA0EEF
Complementary color
Monochromatic Colors of #DA0EEF
Black with #DA0EEF
Text Example
Text Example
White with #DA0EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0EEF; }
p { color: rgb(218,14,239); }
H1.HeaderClassName
{
color: #DA0EEF;
}
.AnyTagClassName
{
color: #DA0EEF;
}
</style>
background-color css
<style>
a { background-color: #DA0EEF; }
a { background-color: rgb(218,14,239); }
div.DivClassName
{
background-color: #DA0EEF;
}
.BgClassName
{
background-color: #DA0EEF;
}
</style>
border-color css
<style>
span { border-color: #DA0EEF; }
span { border-color: rgb(218,14,239); }
td.TdClassName
{
border-color: #DA0EEF;
}
.TagClassName
{
border-color: #DA0EEF;
}
</style>