Shades of Psychedelic Purple #DA30FA
Tints of Psychedelic Purple #DA30FA
RGB
CMYK
RGB Variations
Color information
#DA30FA (or 0xDA30FA) is known color: Psychedelic Purple. HEX triplet: DA, 30 and FA. RGB value is (218,48,250). Sum of RGB (Red+Green+Blue) = 218+48+250=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 48 (19.14% from 255 or 9.30% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA30FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA30FA is #25CF05. Grayscale: #797979. Windows color (decimal): -2477830 or 16396506. OLE color: 16396506.
HSL color Cylindrical-coordinate representation of color #DA30FA: hue angle of 290.5º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA30FA is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 48 | 250 | - |
| CMYK | 0.13 | 0.81 | 0 | 0.02 |
| HSL | 290.5º | 0.95% | 0.58% | - |
| HSV(B) | 290.5º | 0.81% | 0.98% | - |
| XYZ | 47.23 | 23.92 | 92.57 | - |
| YUV | 121.86 | 200.32 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 48 | 250 | 0.13 | 0.81 | 0 | 0.02 | 290.5 | 0.95 | 0.58 |
| Hex | DA | 30 | FA | D | 51 | 0 | 2 | 122 | 5F | 3A |
| Octal | 332 | 60 | 372 | 15 | 121 | 0 | 2 | 442 | 137 | 72 |
| Binary | 11011010 | 110000 | 11111010 | 1101 | 1010001 | 0 | 10 | 100100010 | 1011111 | 111010 |
Color Harmonies of #DA30FA
Complementary color
Monochromatic Colors of #DA30FA
Black with #DA30FA
Text Example
Text Example
White with #DA30FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA30FA; }
p { color: rgb(218,48,250); }
H1.HeaderClassName
{
color: #DA30FA;
}
.AnyTagClassName
{
color: #DA30FA;
}
</style>
background-color css
<style>
a { background-color: #DA30FA; }
a { background-color: rgb(218,48,250); }
div.DivClassName
{
background-color: #DA30FA;
}
.BgClassName
{
background-color: #DA30FA;
}
</style>
border-color css
<style>
span { border-color: #DA30FA; }
span { border-color: rgb(218,48,250); }
td.TdClassName
{
border-color: #DA30FA;
}
.TagClassName
{
border-color: #DA30FA;
}
</style>