Shades of Psychedelic Purple #DA21EA
Tints of Psychedelic Purple #DA21EA
RGB
CMYK
RGB Variations
Color information
#DA21EA (or 0xDA21EA) is known color: Psychedelic Purple. HEX triplet: DA, 21 and EA. RGB value is (218,33,234). Sum of RGB (Red+Green+Blue) = 218+33+234=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 33 (13.28% from 255 or 6.80% from 485); Blue value is 234 (91.80% from 255 or 48.25% from 485); Max value from RGB is 234 - color contains mainly: blue. Hex color #DA21EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA21EA is #25DE15. Grayscale: #6E6E6E. Windows color (decimal): -2481686 or 15344090. OLE color: 15344090.
HSL color Cylindrical-coordinate representation of color #DA21EA: hue angle of 295.22º 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 #DA21EA is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 33 | 234 | - |
| CMYK | 0.07 | 0.86 | 0 | 0.08 |
| HSL | 295.22º | 0.83% | 0.52% | - |
| HSV(B) | 295.22º | 0.86% | 0.92% | - |
| XYZ | 44.31 | 21.93 | 79.74 | - |
| YUV | 111.23 | 197.29 | 204.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 33 | 234 | 0.07 | 0.86 | 0 | 0.08 | 295.22 | 0.83 | 0.52 |
| Hex | DA | 21 | EA | 7 | 56 | 0 | 8 | 127 | 53 | 34 |
| Octal | 332 | 41 | 352 | 7 | 126 | 0 | 10 | 447 | 123 | 64 |
| Binary | 11011010 | 100001 | 11101010 | 111 | 1010110 | 0 | 1000 | 100100111 | 1010011 | 110100 |
Color Harmonies of #DA21EA
Complementary color
Monochromatic Colors of #DA21EA
Black with #DA21EA
Text Example
Text Example
White with #DA21EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA21EA; }
p { color: rgb(218,33,234); }
H1.HeaderClassName
{
color: #DA21EA;
}
.AnyTagClassName
{
color: #DA21EA;
}
</style>
background-color css
<style>
a { background-color: #DA21EA; }
a { background-color: rgb(218,33,234); }
div.DivClassName
{
background-color: #DA21EA;
}
.BgClassName
{
background-color: #DA21EA;
}
</style>
border-color css
<style>
span { border-color: #DA21EA; }
span { border-color: rgb(218,33,234); }
td.TdClassName
{
border-color: #DA21EA;
}
.TagClassName
{
border-color: #DA21EA;
}
</style>