Shades of Psychedelic Purple #DA20EF
Tints of Psychedelic Purple #DA20EF
RGB
CMYK
RGB Variations
Color information
#DA20EF (or 0xDA20EF) is known color: Psychedelic Purple. HEX triplet: DA, 20 and EF. RGB value is (218,32,239). Sum of RGB (Red+Green+Blue) = 218+32+239=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 32 (12.89% from 255 or 6.54% from 489); Blue value is 239 (93.75% from 255 or 48.88% from 489); Max value from RGB is 239 - color contains mainly: blue. Hex color #DA20EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA20EF is #25DF10. Grayscale: #6E6E6E. Windows color (decimal): -2481937 or 15671514. OLE color: 15671514.
HSL color Cylindrical-coordinate representation of color #DA20EF: hue angle of 293.91º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DA20EF is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 32 | 239 | - |
| CMYK | 0.09 | 0.87 | 0 | 0.06 |
| HSL | 293.91º | 0.87% | 0.53% | - |
| HSV(B) | 293.91º | 0.87% | 0.94% | - |
| XYZ | 45.01 | 22.17 | 83.57 | - |
| YUV | 111.21 | 200.12 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 32 | 239 | 0.09 | 0.87 | 0 | 0.06 | 293.91 | 0.87 | 0.53 |
| Hex | DA | 20 | EF | 9 | 57 | 0 | 6 | 126 | 57 | 35 |
| Octal | 332 | 40 | 357 | 11 | 127 | 0 | 6 | 446 | 127 | 65 |
| Binary | 11011010 | 100000 | 11101111 | 1001 | 1010111 | 0 | 110 | 100100110 | 1010111 | 110101 |
Color Harmonies of #DA20EF
Complementary color
Monochromatic Colors of #DA20EF
Black with #DA20EF
Text Example
Text Example
White with #DA20EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA20EF; }
p { color: rgb(218,32,239); }
H1.HeaderClassName
{
color: #DA20EF;
}
.AnyTagClassName
{
color: #DA20EF;
}
</style>
background-color css
<style>
a { background-color: #DA20EF; }
a { background-color: rgb(218,32,239); }
div.DivClassName
{
background-color: #DA20EF;
}
.BgClassName
{
background-color: #DA20EF;
}
</style>
border-color css
<style>
span { border-color: #DA20EF; }
span { border-color: rgb(218,32,239); }
td.TdClassName
{
border-color: #DA20EF;
}
.TagClassName
{
border-color: #DA20EF;
}
</style>