Shades of Psychedelic Purple #DA34FA
Tints of Psychedelic Purple #DA34FA
RGB
CMYK
RGB Variations
Color information
#DA34FA (or 0xDA34FA) is known color: Psychedelic Purple. HEX triplet: DA, 34 and FA. RGB value is (218,52,250). Sum of RGB (Red+Green+Blue) = 218+52+250=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 52 (20.70% from 255 or 10% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA34FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA34FA is #25CB05. Grayscale: #7B7B7B. Windows color (decimal): -2476806 or 16397530. OLE color: 16397530.
HSL color Cylindrical-coordinate representation of color #DA34FA: hue angle of 290.3º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DA34FA is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 52 | 250 | - |
| CMYK | 0.13 | 0.79 | 0 | 0.02 |
| HSL | 290.3º | 0.95% | 0.59% | - |
| HSV(B) | 290.3º | 0.79% | 0.98% | - |
| XYZ | 47.4 | 24.26 | 92.63 | - |
| YUV | 124.21 | 199 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 52 | 250 | 0.13 | 0.79 | 0 | 0.02 | 290.3 | 0.95 | 0.59 |
| Hex | DA | 34 | FA | D | 4F | 0 | 2 | 122 | 5F | 3B |
| Octal | 332 | 64 | 372 | 15 | 117 | 0 | 2 | 442 | 137 | 73 |
| Binary | 11011010 | 110100 | 11111010 | 1101 | 1001111 | 0 | 10 | 100100010 | 1011111 | 111011 |
Color Harmonies of #DA34FA
Complementary color
Monochromatic Colors of #DA34FA
Black with #DA34FA
Text Example
Text Example
White with #DA34FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA34FA; }
p { color: rgb(218,52,250); }
H1.HeaderClassName
{
color: #DA34FA;
}
.AnyTagClassName
{
color: #DA34FA;
}
</style>
background-color css
<style>
a { background-color: #DA34FA; }
a { background-color: rgb(218,52,250); }
div.DivClassName
{
background-color: #DA34FA;
}
.BgClassName
{
background-color: #DA34FA;
}
</style>
border-color css
<style>
span { border-color: #DA34FA; }
span { border-color: rgb(218,52,250); }
td.TdClassName
{
border-color: #DA34FA;
}
.TagClassName
{
border-color: #DA34FA;
}
</style>