Shades of Psychedelic Purple #DA2EEF
Tints of Psychedelic Purple #DA2EEF
RGB
CMYK
RGB Variations
Color information
#DA2EEF (or 0xDA2EEF) is known color: Psychedelic Purple. HEX triplet: DA, 2E and EF. RGB value is (218,46,239). Sum of RGB (Red+Green+Blue) = 218+46+239=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 46 (18.36% from 255 or 9.15% from 503); Blue value is 239 (93.75% from 255 or 47.51% from 503); Max value from RGB is 239 - color contains mainly: blue. Hex color #DA2EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA2EEF is #25D110. Grayscale: #767676. Windows color (decimal): -2478353 or 15675098. OLE color: 15675098.
HSL color Cylindrical-coordinate representation of color #DA2EEF: hue angle of 293.47º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA2EEF is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 46 | 239 | - |
| CMYK | 0.09 | 0.81 | 0 | 0.06 |
| HSL | 293.47º | 0.86% | 0.56% | - |
| HSV(B) | 293.47º | 0.81% | 0.94% | - |
| XYZ | 45.47 | 23.09 | 83.72 | - |
| YUV | 119.43 | 195.48 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 46 | 239 | 0.09 | 0.81 | 0 | 0.06 | 293.47 | 0.86 | 0.56 |
| Hex | DA | 2E | EF | 9 | 51 | 0 | 6 | 125 | 56 | 38 |
| Octal | 332 | 56 | 357 | 11 | 121 | 0 | 6 | 445 | 126 | 70 |
| Binary | 11011010 | 101110 | 11101111 | 1001 | 1010001 | 0 | 110 | 100100101 | 1010110 | 111000 |
Color Harmonies of #DA2EEF
Complementary color
Monochromatic Colors of #DA2EEF
Black with #DA2EEF
Text Example
Text Example
White with #DA2EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2EEF; }
p { color: rgb(218,46,239); }
H1.HeaderClassName
{
color: #DA2EEF;
}
.AnyTagClassName
{
color: #DA2EEF;
}
</style>
background-color css
<style>
a { background-color: #DA2EEF; }
a { background-color: rgb(218,46,239); }
div.DivClassName
{
background-color: #DA2EEF;
}
.BgClassName
{
background-color: #DA2EEF;
}
</style>
border-color css
<style>
span { border-color: #DA2EEF; }
span { border-color: rgb(218,46,239); }
td.TdClassName
{
border-color: #DA2EEF;
}
.TagClassName
{
border-color: #DA2EEF;
}
</style>