Shades of Psychedelic Purple #DA31FA
Tints of Psychedelic Purple #DA31FA
RGB
CMYK
RGB Variations
Color information
#DA31FA (or 0xDA31FA) is known color: Psychedelic Purple. HEX triplet: DA, 31 and FA. RGB value is (218,49,250). Sum of RGB (Red+Green+Blue) = 218+49+250=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 49 (19.53% from 255 or 9.48% from 517); Blue value is 250 (98.05% from 255 or 48.36% from 517); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA31FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA31FA is #25CE05. Grayscale: #797979. Windows color (decimal): -2477574 or 16396762. OLE color: 16396762.
HSL color Cylindrical-coordinate representation of color #DA31FA: hue angle of 290.45º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA31FA is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 49 | 250 | - |
| CMYK | 0.13 | 0.80 | 0 | 0.02 |
| HSL | 290.45º | 0.95% | 0.59% | - |
| HSV(B) | 290.45º | 0.8% | 0.98% | - |
| XYZ | 47.27 | 24 | 92.58 | - |
| YUV | 122.45 | 199.99 | 196.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 49 | 250 | 0.13 | 0.80 | 0 | 0.02 | 290.45 | 0.95 | 0.59 |
| Hex | DA | 31 | FA | D | 50 | 0 | 2 | 122 | 5F | 3B |
| Octal | 332 | 61 | 372 | 15 | 120 | 0 | 2 | 442 | 137 | 73 |
| Binary | 11011010 | 110001 | 11111010 | 1101 | 1010000 | 0 | 10 | 100100010 | 1011111 | 111011 |
Color Harmonies of #DA31FA
Complementary color
Monochromatic Colors of #DA31FA
Black with #DA31FA
Text Example
Text Example
White with #DA31FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA31FA; }
p { color: rgb(218,49,250); }
H1.HeaderClassName
{
color: #DA31FA;
}
.AnyTagClassName
{
color: #DA31FA;
}
</style>
background-color css
<style>
a { background-color: #DA31FA; }
a { background-color: rgb(218,49,250); }
div.DivClassName
{
background-color: #DA31FA;
}
.BgClassName
{
background-color: #DA31FA;
}
</style>
border-color css
<style>
span { border-color: #DA31FA; }
span { border-color: rgb(218,49,250); }
td.TdClassName
{
border-color: #DA31FA;
}
.TagClassName
{
border-color: #DA31FA;
}
</style>