Shades of Psychedelic Purple #DA2EEE
Tints of Psychedelic Purple #DA2EEE
RGB
CMYK
RGB Variations
Color information
#DA2EEE (or 0xDA2EEE) is known color: Psychedelic Purple. HEX triplet: DA, 2E and EE. RGB value is (218,46,238). Sum of RGB (Red+Green+Blue) = 218+46+238=502 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.43% from 502); Green value is 46 (18.36% from 255 or 9.16% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 238 - color contains mainly: blue. Hex color #DA2EEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA2EEE is #25D111. Grayscale: #767676. Windows color (decimal): -2478354 or 15609562. OLE color: 15609562.
HSL color Cylindrical-coordinate representation of color #DA2EEE: hue angle of 293.75º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA2EEE is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 46 | 238 | - |
| CMYK | 0.08 | 0.81 | 0 | 0.07 |
| HSL | 293.75º | 0.85% | 0.56% | - |
| HSV(B) | 293.75º | 0.81% | 0.93% | - |
| XYZ | 45.32 | 23.03 | 82.95 | - |
| YUV | 119.32 | 194.98 | 198.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 46 | 238 | 0.08 | 0.81 | 0 | 0.07 | 293.75 | 0.85 | 0.56 |
| Hex | DA | 2E | EE | 8 | 51 | 0 | 7 | 126 | 55 | 38 |
| Octal | 332 | 56 | 356 | 10 | 121 | 0 | 7 | 446 | 125 | 70 |
| Binary | 11011010 | 101110 | 11101110 | 1000 | 1010001 | 0 | 111 | 100100110 | 1010101 | 111000 |
Color Harmonies of #DA2EEE
Complementary color
Monochromatic Colors of #DA2EEE
Black with #DA2EEE
Text Example
Text Example
White with #DA2EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2EEE; }
p { color: rgb(218,46,238); }
H1.HeaderClassName
{
color: #DA2EEE;
}
.AnyTagClassName
{
color: #DA2EEE;
}
</style>
background-color css
<style>
a { background-color: #DA2EEE; }
a { background-color: rgb(218,46,238); }
div.DivClassName
{
background-color: #DA2EEE;
}
.BgClassName
{
background-color: #DA2EEE;
}
</style>
border-color css
<style>
span { border-color: #DA2EEE; }
span { border-color: rgb(218,46,238); }
td.TdClassName
{
border-color: #DA2EEE;
}
.TagClassName
{
border-color: #DA2EEE;
}
</style>