Shades of Psychedelic Purple #DA21FA
Tints of Psychedelic Purple #DA21FA
RGB
CMYK
RGB Variations
Color information
#DA21FA (or 0xDA21FA) is known color: Psychedelic Purple. HEX triplet: DA, 21 and FA. RGB value is (218,33,250). Sum of RGB (Red+Green+Blue) = 218+33+250=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 33 (13.28% from 255 or 6.59% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA21FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA21FA is #25DE05. Grayscale: #707070. Windows color (decimal): -2481670 or 16392666. OLE color: 16392666.
HSL color Cylindrical-coordinate representation of color #DA21FA: hue angle of 291.15º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DA21FA is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 33 | 250 | - |
| CMYK | 0.13 | 0.87 | 0 | 0.02 |
| HSL | 291.15º | 0.96% | 0.55% | - |
| HSV(B) | 291.15º | 0.87% | 0.98% | - |
| XYZ | 46.71 | 22.9 | 92.4 | - |
| YUV | 113.05 | 205.29 | 202.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 33 | 250 | 0.13 | 0.87 | 0 | 0.02 | 291.15 | 0.96 | 0.55 |
| Hex | DA | 21 | FA | D | 57 | 0 | 2 | 123 | 60 | 37 |
| Octal | 332 | 41 | 372 | 15 | 127 | 0 | 2 | 443 | 140 | 67 |
| Binary | 11011010 | 100001 | 11111010 | 1101 | 1010111 | 0 | 10 | 100100011 | 1100000 | 110111 |
Color Harmonies of #DA21FA
Complementary color
Monochromatic Colors of #DA21FA
Black with #DA21FA
Text Example
Text Example
White with #DA21FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA21FA; }
p { color: rgb(218,33,250); }
H1.HeaderClassName
{
color: #DA21FA;
}
.AnyTagClassName
{
color: #DA21FA;
}
</style>
background-color css
<style>
a { background-color: #DA21FA; }
a { background-color: rgb(218,33,250); }
div.DivClassName
{
background-color: #DA21FA;
}
.BgClassName
{
background-color: #DA21FA;
}
</style>
border-color css
<style>
span { border-color: #DA21FA; }
span { border-color: rgb(218,33,250); }
td.TdClassName
{
border-color: #DA21FA;
}
.TagClassName
{
border-color: #DA21FA;
}
</style>