Shades of Psychedelic Purple #DA20ED
Tints of Psychedelic Purple #DA20ED
RGB
CMYK
RGB Variations
Color information
#DA20ED (or 0xDA20ED) is known color: Psychedelic Purple. HEX triplet: DA, 20 and ED. RGB value is (218,32,237). Sum of RGB (Red+Green+Blue) = 218+32+237=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 32 (12.89% from 255 or 6.57% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 237 - color contains mainly: blue. Hex color #DA20ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA20ED is #25DF12. Grayscale: #6E6E6E. Windows color (decimal): -2481939 or 15540442. OLE color: 15540442.
HSL color Cylindrical-coordinate representation of color #DA20ED: hue angle of 294.44º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA20ED is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 32 | 237 | - |
| CMYK | 0.08 | 0.86 | 0 | 0.07 |
| HSL | 294.44º | 0.85% | 0.53% | - |
| HSV(B) | 294.44º | 0.86% | 0.93% | - |
| XYZ | 44.72 | 22.05 | 82.02 | - |
| YUV | 110.98 | 199.12 | 204.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 32 | 237 | 0.08 | 0.86 | 0 | 0.07 | 294.44 | 0.85 | 0.53 |
| Hex | DA | 20 | ED | 8 | 56 | 0 | 7 | 126 | 55 | 35 |
| Octal | 332 | 40 | 355 | 10 | 126 | 0 | 7 | 446 | 125 | 65 |
| Binary | 11011010 | 100000 | 11101101 | 1000 | 1010110 | 0 | 111 | 100100110 | 1010101 | 110101 |
Color Harmonies of #DA20ED
Complementary color
Monochromatic Colors of #DA20ED
Black with #DA20ED
Text Example
Text Example
White with #DA20ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA20ED; }
p { color: rgb(218,32,237); }
H1.HeaderClassName
{
color: #DA20ED;
}
.AnyTagClassName
{
color: #DA20ED;
}
</style>
background-color css
<style>
a { background-color: #DA20ED; }
a { background-color: rgb(218,32,237); }
div.DivClassName
{
background-color: #DA20ED;
}
.BgClassName
{
background-color: #DA20ED;
}
</style>
border-color css
<style>
span { border-color: #DA20ED; }
span { border-color: rgb(218,32,237); }
td.TdClassName
{
border-color: #DA20ED;
}
.TagClassName
{
border-color: #DA20ED;
}
</style>