Shades of Psychedelic Purple #DA30FC
Tints of Psychedelic Purple #DA30FC
RGB
CMYK
RGB Variations
Color information
#DA30FC (or 0xDA30FC) is known color: Psychedelic Purple. HEX triplet: DA, 30 and FC. RGB value is (218,48,252). Sum of RGB (Red+Green+Blue) = 218+48+252=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 48 (19.14% from 255 or 9.27% from 518); Blue value is 252 (98.83% from 255 or 48.65% from 518); Max value from RGB is 252 - color contains mainly: blue. Hex color #DA30FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA30FC is #25CF03. Grayscale: #797979. Windows color (decimal): -2477828 or 16527578. OLE color: 16527578.
HSL color Cylindrical-coordinate representation of color #DA30FC: hue angle of 290º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA30FC is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 48 | 252 | - |
| CMYK | 0.13 | 0.81 | 0 | 0.01 |
| HSL | 290º | 0.97% | 0.59% | - |
| HSV(B) | 290º | 0.81% | 0.99% | - |
| XYZ | 47.54 | 24.05 | 94.23 | - |
| YUV | 122.09 | 201.32 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 48 | 252 | 0.13 | 0.81 | 0 | 0.01 | 290 | 0.97 | 0.59 |
| Hex | DA | 30 | FC | D | 51 | 0 | 1 | 122 | 61 | 3B |
| Octal | 332 | 60 | 374 | 15 | 121 | 0 | 1 | 442 | 141 | 73 |
| Binary | 11011010 | 110000 | 11111100 | 1101 | 1010001 | 0 | 1 | 100100010 | 1100001 | 111011 |
Color Harmonies of #DA30FC
Complementary color
Monochromatic Colors of #DA30FC
Black with #DA30FC
Text Example
Text Example
White with #DA30FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA30FC; }
p { color: rgb(218,48,252); }
H1.HeaderClassName
{
color: #DA30FC;
}
.AnyTagClassName
{
color: #DA30FC;
}
</style>
background-color css
<style>
a { background-color: #DA30FC; }
a { background-color: rgb(218,48,252); }
div.DivClassName
{
background-color: #DA30FC;
}
.BgClassName
{
background-color: #DA30FC;
}
</style>
border-color css
<style>
span { border-color: #DA30FC; }
span { border-color: rgb(218,48,252); }
td.TdClassName
{
border-color: #DA30FC;
}
.TagClassName
{
border-color: #DA30FC;
}
</style>