Shades of Psychedelic Purple #DA33FA
Tints of Psychedelic Purple #DA33FA
RGB
CMYK
RGB Variations
Color information
#DA33FA (or 0xDA33FA) is known color: Psychedelic Purple. HEX triplet: DA, 33 and FA. RGB value is (218,51,250). Sum of RGB (Red+Green+Blue) = 218+51+250=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 51 (20.31% from 255 or 9.83% from 519); Blue value is 250 (98.05% from 255 or 48.17% from 519); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA33FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA33FA is #25CC05. Grayscale: #7A7A7A. Windows color (decimal): -2477062 or 16397274. OLE color: 16397274.
HSL color Cylindrical-coordinate representation of color #DA33FA: hue angle of 290.35º 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 #DA33FA is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 51 | 250 | - |
| CMYK | 0.13 | 0.80 | 0 | 0.02 |
| HSL | 290.35º | 0.95% | 0.59% | - |
| HSV(B) | 290.35º | 0.8% | 0.98% | - |
| XYZ | 47.35 | 24.18 | 92.61 | - |
| YUV | 123.62 | 199.33 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 51 | 250 | 0.13 | 0.80 | 0 | 0.02 | 290.35 | 0.95 | 0.59 |
| Hex | DA | 33 | FA | D | 50 | 0 | 2 | 122 | 5F | 3B |
| Octal | 332 | 63 | 372 | 15 | 120 | 0 | 2 | 442 | 137 | 73 |
| Binary | 11011010 | 110011 | 11111010 | 1101 | 1010000 | 0 | 10 | 100100010 | 1011111 | 111011 |
Color Harmonies of #DA33FA
Complementary color
Monochromatic Colors of #DA33FA
Black with #DA33FA
Text Example
Text Example
White with #DA33FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA33FA; }
p { color: rgb(218,51,250); }
H1.HeaderClassName
{
color: #DA33FA;
}
.AnyTagClassName
{
color: #DA33FA;
}
</style>
background-color css
<style>
a { background-color: #DA33FA; }
a { background-color: rgb(218,51,250); }
div.DivClassName
{
background-color: #DA33FA;
}
.BgClassName
{
background-color: #DA33FA;
}
</style>
border-color css
<style>
span { border-color: #DA33FA; }
span { border-color: rgb(218,51,250); }
td.TdClassName
{
border-color: #DA33FA;
}
.TagClassName
{
border-color: #DA33FA;
}
</style>