Shades of Psychedelic Purple #DA20FA
Tints of Psychedelic Purple #DA20FA
RGB
CMYK
RGB Variations
Color information
#DA20FA (or 0xDA20FA) is known color: Psychedelic Purple. HEX triplet: DA, 20 and FA. RGB value is (218,32,250). Sum of RGB (Red+Green+Blue) = 218+32+250=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 32 (12.89% from 255 or 6.4% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA20FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA20FA is #25DF05. Grayscale: #6F6F6F. Windows color (decimal): -2481926 or 16392410. OLE color: 16392410.
HSL color Cylindrical-coordinate representation of color #DA20FA: hue angle of 291.19º 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 #DA20FA is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 32 | 250 | - |
| CMYK | 0.13 | 0.87 | 0 | 0.02 |
| HSL | 291.19º | 0.96% | 0.55% | - |
| HSV(B) | 291.19º | 0.87% | 0.98% | - |
| XYZ | 46.69 | 22.84 | 92.39 | - |
| YUV | 112.47 | 205.62 | 203.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 32 | 250 | 0.13 | 0.87 | 0 | 0.02 | 291.19 | 0.96 | 0.55 |
| Hex | DA | 20 | FA | D | 57 | 0 | 2 | 123 | 60 | 37 |
| Octal | 332 | 40 | 372 | 15 | 127 | 0 | 2 | 443 | 140 | 67 |
| Binary | 11011010 | 100000 | 11111010 | 1101 | 1010111 | 0 | 10 | 100100011 | 1100000 | 110111 |
Color Harmonies of #DA20FA
Complementary color
Monochromatic Colors of #DA20FA
Black with #DA20FA
Text Example
Text Example
White with #DA20FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA20FA; }
p { color: rgb(218,32,250); }
H1.HeaderClassName
{
color: #DA20FA;
}
.AnyTagClassName
{
color: #DA20FA;
}
</style>
background-color css
<style>
a { background-color: #DA20FA; }
a { background-color: rgb(218,32,250); }
div.DivClassName
{
background-color: #DA20FA;
}
.BgClassName
{
background-color: #DA20FA;
}
</style>
border-color css
<style>
span { border-color: #DA20FA; }
span { border-color: rgb(218,32,250); }
td.TdClassName
{
border-color: #DA20FA;
}
.TagClassName
{
border-color: #DA20FA;
}
</style>