Shades of Psychedelic Purple #DA30FF
Tints of Psychedelic Purple #DA30FF
RGB
CMYK
RGB Variations
Color information
#DA30FF (or 0xDA30FF) is known color: Psychedelic Purple. HEX triplet: DA, 30 and FF. RGB value is (218,48,255). Sum of RGB (Red+Green+Blue) = 218+48+255=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 48 (19.14% from 255 or 9.21% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA30FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA30FF is #25CF00. Grayscale: #797979. Windows color (decimal): -2477825 or 16724186. OLE color: 16724186.
HSL color Cylindrical-coordinate representation of color #DA30FF: hue angle of 289.28º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA30FF is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 48 | 255 | - |
| CMYK | 0.15 | 0.81 | 0 | 0 |
| HSL | 289.28º | 1% | 0.59% | - |
| HSV(B) | 289.28º | 0.81% | 1% | - |
| XYZ | 48.02 | 24.24 | 96.76 | - |
| YUV | 122.43 | 202.82 | 196.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 48 | 255 | 0.15 | 0.81 | 0 | 0 | 289.28 | 1 | 0.59 |
| Hex | DA | 30 | FF | F | 51 | 0 | 0 | 121 | 64 | 3B |
| Octal | 332 | 60 | 377 | 17 | 121 | 0 | 0 | 441 | 144 | 73 |
| Binary | 11011010 | 110000 | 11111111 | 1111 | 1010001 | 0 | 0 | 100100001 | 1100100 | 111011 |
Color Harmonies of #DA30FF
Complementary color
Monochromatic Colors of #DA30FF
Black with #DA30FF
Text Example
Text Example
White with #DA30FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA30FF; }
p { color: rgb(218,48,255); }
H1.HeaderClassName
{
color: #DA30FF;
}
.AnyTagClassName
{
color: #DA30FF;
}
</style>
background-color css
<style>
a { background-color: #DA30FF; }
a { background-color: rgb(218,48,255); }
div.DivClassName
{
background-color: #DA30FF;
}
.BgClassName
{
background-color: #DA30FF;
}
</style>
border-color css
<style>
span { border-color: #DA30FF; }
span { border-color: rgb(218,48,255); }
td.TdClassName
{
border-color: #DA30FF;
}
.TagClassName
{
border-color: #DA30FF;
}
</style>