Shades of Psychedelic Purple #DA04FA
Tints of Psychedelic Purple #DA04FA
RGB
CMYK
RGB Variations
Color information
#DA04FA (or 0xDA04FA) is known color: Psychedelic Purple. HEX triplet: DA, 04 and FA. RGB value is (218,4,250). Sum of RGB (Red+Green+Blue) = 218+4+250=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 4 (1.95% from 255 or 0.85% from 472); Blue value is 250 (98.05% from 255 or 52.97% from 472); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA04FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA04FA is #25FB05. Grayscale: #5F5F5F. Windows color (decimal): -2489094 or 16385242. OLE color: 16385242.
HSL color Cylindrical-coordinate representation of color #DA04FA: hue angle of 292.2º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA04FA is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 4 | 250 | - |
| CMYK | 0.13 | 0.98 | 0 | 0.02 |
| HSL | 292.2º | 0.97% | 0.5% | - |
| HSV(B) | 292.2º | 0.98% | 0.98% | - |
| XYZ | 46.21 | 21.89 | 92.23 | - |
| YUV | 96.03 | 214.9 | 215 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 4 | 250 | 0.13 | 0.98 | 0 | 0.02 | 292.2 | 0.97 | 0.5 |
| Hex | DA | 4 | FA | D | 62 | 0 | 2 | 124 | 61 | 32 |
| Octal | 332 | 4 | 372 | 15 | 142 | 0 | 2 | 444 | 141 | 62 |
| Binary | 11011010 | 100 | 11111010 | 1101 | 1100010 | 0 | 10 | 100100100 | 1100001 | 110010 |
Color Harmonies of #DA04FA
Complementary color
Monochromatic Colors of #DA04FA
Black with #DA04FA
Text Example
Text Example
White with #DA04FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA04FA; }
p { color: rgb(218,4,250); }
H1.HeaderClassName
{
color: #DA04FA;
}
.AnyTagClassName
{
color: #DA04FA;
}
</style>
background-color css
<style>
a { background-color: #DA04FA; }
a { background-color: rgb(218,4,250); }
div.DivClassName
{
background-color: #DA04FA;
}
.BgClassName
{
background-color: #DA04FA;
}
</style>
border-color css
<style>
span { border-color: #DA04FA; }
span { border-color: rgb(218,4,250); }
td.TdClassName
{
border-color: #DA04FA;
}
.TagClassName
{
border-color: #DA04FA;
}
</style>