Shades of Psychedelic Purple #DA11FA
Tints of Psychedelic Purple #DA11FA
RGB
CMYK
RGB Variations
Color information
#DA11FA (or 0xDA11FA) is known color: Psychedelic Purple. HEX triplet: DA, 11 and FA. RGB value is (218,17,250). Sum of RGB (Red+Green+Blue) = 218+17+250=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 17 (7.03% from 255 or 3.51% from 485); Blue value is 250 (98.05% from 255 or 51.55% from 485); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA11FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA11FA is #25EE05. Grayscale: #666666. Windows color (decimal): -2485766 or 16388570. OLE color: 16388570.
HSL color Cylindrical-coordinate representation of color #DA11FA: hue angle of 291.76º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA11FA is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 17 | 250 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.02 |
| HSL | 291.76º | 0.96% | 0.52% | - |
| HSV(B) | 291.76º | 0.93% | 0.98% | - |
| XYZ | 46.37 | 22.21 | 92.29 | - |
| YUV | 103.66 | 210.59 | 209.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 17 | 250 | 0.13 | 0.93 | 0 | 0.02 | 291.76 | 0.96 | 0.52 |
| Hex | DA | 11 | FA | D | 5D | 0 | 2 | 124 | 60 | 34 |
| Octal | 332 | 21 | 372 | 15 | 135 | 0 | 2 | 444 | 140 | 64 |
| Binary | 11011010 | 10001 | 11111010 | 1101 | 1011101 | 0 | 10 | 100100100 | 1100000 | 110100 |
Color Harmonies of #DA11FA
Complementary color
Monochromatic Colors of #DA11FA
Black with #DA11FA
Text Example
Text Example
White with #DA11FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA11FA; }
p { color: rgb(218,17,250); }
H1.HeaderClassName
{
color: #DA11FA;
}
.AnyTagClassName
{
color: #DA11FA;
}
</style>
background-color css
<style>
a { background-color: #DA11FA; }
a { background-color: rgb(218,17,250); }
div.DivClassName
{
background-color: #DA11FA;
}
.BgClassName
{
background-color: #DA11FA;
}
</style>
border-color css
<style>
span { border-color: #DA11FA; }
span { border-color: rgb(218,17,250); }
td.TdClassName
{
border-color: #DA11FA;
}
.TagClassName
{
border-color: #DA11FA;
}
</style>