Shades of Psychedelic Purple #DA20EA
Tints of Psychedelic Purple #DA20EA
RGB
CMYK
RGB Variations
Color information
#DA20EA (or 0xDA20EA) is known color: Psychedelic Purple. HEX triplet: DA, 20 and EA. RGB value is (218,32,234). Sum of RGB (Red+Green+Blue) = 218+32+234=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 32 (12.89% from 255 or 6.61% from 484); Blue value is 234 (91.80% from 255 or 48.35% from 484); Max value from RGB is 234 - color contains mainly: blue. Hex color #DA20EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA20EA is #25DF15. Grayscale: #6E6E6E. Windows color (decimal): -2481942 or 15343834. OLE color: 15343834.
HSL color Cylindrical-coordinate representation of color #DA20EA: hue angle of 295.25º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA20EA is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 32 | 234 | - |
| CMYK | 0.07 | 0.86 | 0 | 0.08 |
| HSL | 295.25º | 0.83% | 0.52% | - |
| HSV(B) | 295.25º | 0.86% | 0.92% | - |
| XYZ | 44.28 | 21.88 | 79.73 | - |
| YUV | 110.64 | 197.62 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 32 | 234 | 0.07 | 0.86 | 0 | 0.08 | 295.25 | 0.83 | 0.52 |
| Hex | DA | 20 | EA | 7 | 56 | 0 | 8 | 127 | 53 | 34 |
| Octal | 332 | 40 | 352 | 7 | 126 | 0 | 10 | 447 | 123 | 64 |
| Binary | 11011010 | 100000 | 11101010 | 111 | 1010110 | 0 | 1000 | 100100111 | 1010011 | 110100 |
Color Harmonies of #DA20EA
Complementary color
Monochromatic Colors of #DA20EA
Black with #DA20EA
Text Example
Text Example
White with #DA20EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA20EA; }
p { color: rgb(218,32,234); }
H1.HeaderClassName
{
color: #DA20EA;
}
.AnyTagClassName
{
color: #DA20EA;
}
</style>
background-color css
<style>
a { background-color: #DA20EA; }
a { background-color: rgb(218,32,234); }
div.DivClassName
{
background-color: #DA20EA;
}
.BgClassName
{
background-color: #DA20EA;
}
</style>
border-color css
<style>
span { border-color: #DA20EA; }
span { border-color: rgb(218,32,234); }
td.TdClassName
{
border-color: #DA20EA;
}
.TagClassName
{
border-color: #DA20EA;
}
</style>