Shades of Psychedelic Purple #DA20FC
Tints of Psychedelic Purple #DA20FC
RGB
CMYK
RGB Variations
Color information
#DA20FC (or 0xDA20FC) is known color: Psychedelic Purple. HEX triplet: DA, 20 and FC. RGB value is (218,32,252). Sum of RGB (Red+Green+Blue) = 218+32+252=502 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.43% from 502); Green value is 32 (12.89% from 255 or 6.37% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #DA20FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA20FC is #25DF03. Grayscale: #6F6F6F. Windows color (decimal): -2481924 or 16523482. OLE color: 16523482.
HSL color Cylindrical-coordinate representation of color #DA20FC: hue angle of 290.73º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DA20FC is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 32 | 252 | - |
| CMYK | 0.13 | 0.87 | 0 | 0.01 |
| HSL | 290.73º | 0.97% | 0.56% | - |
| HSV(B) | 290.73º | 0.87% | 0.99% | - |
| XYZ | 47 | 22.97 | 94.05 | - |
| YUV | 112.69 | 206.62 | 203.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 32 | 252 | 0.13 | 0.87 | 0 | 0.01 | 290.73 | 0.97 | 0.56 |
| Hex | DA | 20 | FC | D | 57 | 0 | 1 | 123 | 61 | 38 |
| Octal | 332 | 40 | 374 | 15 | 127 | 0 | 1 | 443 | 141 | 70 |
| Binary | 11011010 | 100000 | 11111100 | 1101 | 1010111 | 0 | 1 | 100100011 | 1100001 | 111000 |
Color Harmonies of #DA20FC
Complementary color
Monochromatic Colors of #DA20FC
Black with #DA20FC
Text Example
Text Example
White with #DA20FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA20FC; }
p { color: rgb(218,32,252); }
H1.HeaderClassName
{
color: #DA20FC;
}
.AnyTagClassName
{
color: #DA20FC;
}
</style>
background-color css
<style>
a { background-color: #DA20FC; }
a { background-color: rgb(218,32,252); }
div.DivClassName
{
background-color: #DA20FC;
}
.BgClassName
{
background-color: #DA20FC;
}
</style>
border-color css
<style>
span { border-color: #DA20FC; }
span { border-color: rgb(218,32,252); }
td.TdClassName
{
border-color: #DA20FC;
}
.TagClassName
{
border-color: #DA20FC;
}
</style>