Shades of Psychedelic Purple #DA20EE
Tints of Psychedelic Purple #DA20EE
RGB
CMYK
RGB Variations
Color information
#DA20EE (or 0xDA20EE) is known color: Psychedelic Purple. HEX triplet: DA, 20 and EE. RGB value is (218,32,238). Sum of RGB (Red+Green+Blue) = 218+32+238=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 32 (12.89% from 255 or 6.56% from 488); Blue value is 238 (93.36% from 255 or 48.77% from 488); Max value from RGB is 238 - color contains mainly: blue. Hex color #DA20EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA20EE is #25DF11. Grayscale: #6E6E6E. Windows color (decimal): -2481938 or 15605978. OLE color: 15605978.
HSL color Cylindrical-coordinate representation of color #DA20EE: hue angle of 294.17º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DA20EE is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 32 | 238 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.07 |
| HSL | 294.17º | 0.86% | 0.53% | - |
| HSV(B) | 294.17º | 0.87% | 0.93% | - |
| XYZ | 44.86 | 22.11 | 82.79 | - |
| YUV | 111.1 | 199.62 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 32 | 238 | 0.08 | 0.87 | 0 | 0.07 | 294.17 | 0.86 | 0.53 |
| Hex | DA | 20 | EE | 8 | 57 | 0 | 7 | 126 | 56 | 35 |
| Octal | 332 | 40 | 356 | 10 | 127 | 0 | 7 | 446 | 126 | 65 |
| Binary | 11011010 | 100000 | 11101110 | 1000 | 1010111 | 0 | 111 | 100100110 | 1010110 | 110101 |
Color Harmonies of #DA20EE
Complementary color
Monochromatic Colors of #DA20EE
Black with #DA20EE
Text Example
Text Example
White with #DA20EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA20EE; }
p { color: rgb(218,32,238); }
H1.HeaderClassName
{
color: #DA20EE;
}
.AnyTagClassName
{
color: #DA20EE;
}
</style>
background-color css
<style>
a { background-color: #DA20EE; }
a { background-color: rgb(218,32,238); }
div.DivClassName
{
background-color: #DA20EE;
}
.BgClassName
{
background-color: #DA20EE;
}
</style>
border-color css
<style>
span { border-color: #DA20EE; }
span { border-color: rgb(218,32,238); }
td.TdClassName
{
border-color: #DA20EE;
}
.TagClassName
{
border-color: #DA20EE;
}
</style>