Shades of Psychedelic Purple #DA30F7
Tints of Psychedelic Purple #DA30F7
RGB
CMYK
RGB Variations
Color information
#DA30F7 (or 0xDA30F7) is known color: Psychedelic Purple. HEX triplet: DA, 30 and F7. RGB value is (218,48,247). Sum of RGB (Red+Green+Blue) = 218+48+247=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 48 (19.14% from 255 or 9.36% from 513); Blue value is 247 (96.88% from 255 or 48.15% from 513); Max value from RGB is 247 - color contains mainly: blue. Hex color #DA30F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA30F7 is #25CF08. Grayscale: #787878. Windows color (decimal): -2477833 or 16199898. OLE color: 16199898.
HSL color Cylindrical-coordinate representation of color #DA30F7: hue angle of 291.26º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA30F7 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 48 | 247 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.03 |
| HSL | 291.26º | 0.93% | 0.58% | - |
| HSV(B) | 291.26º | 0.81% | 0.97% | - |
| XYZ | 46.76 | 23.73 | 90.11 | - |
| YUV | 121.52 | 198.82 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 48 | 247 | 0.12 | 0.81 | 0 | 0.03 | 291.26 | 0.93 | 0.58 |
| Hex | DA | 30 | F7 | C | 51 | 0 | 3 | 123 | 5D | 3A |
| Octal | 332 | 60 | 367 | 14 | 121 | 0 | 3 | 443 | 135 | 72 |
| Binary | 11011010 | 110000 | 11110111 | 1100 | 1010001 | 0 | 11 | 100100011 | 1011101 | 111010 |
Color Harmonies of #DA30F7
Complementary color
Monochromatic Colors of #DA30F7
Black with #DA30F7
Text Example
Text Example
White with #DA30F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA30F7; }
p { color: rgb(218,48,247); }
H1.HeaderClassName
{
color: #DA30F7;
}
.AnyTagClassName
{
color: #DA30F7;
}
</style>
background-color css
<style>
a { background-color: #DA30F7; }
a { background-color: rgb(218,48,247); }
div.DivClassName
{
background-color: #DA30F7;
}
.BgClassName
{
background-color: #DA30F7;
}
</style>
border-color css
<style>
span { border-color: #DA30F7; }
span { border-color: rgb(218,48,247); }
td.TdClassName
{
border-color: #DA30F7;
}
.TagClassName
{
border-color: #DA30F7;
}
</style>