Shades of Psychedelic Purple #DA16FA
Tints of Psychedelic Purple #DA16FA
RGB
CMYK
RGB Variations
Color information
#DA16FA (or 0xDA16FA) is known color: Psychedelic Purple. HEX triplet: DA, 16 and FA. RGB value is (218,22,250). Sum of RGB (Red+Green+Blue) = 218+22+250=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 22 (8.98% from 255 or 4.49% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA16FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA16FA is #25E905. Grayscale: #696969. Windows color (decimal): -2484486 or 16389850. OLE color: 16389850.
HSL color Cylindrical-coordinate representation of color #DA16FA: hue angle of 291.58º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA16FA is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 22 | 250 | - |
| CMYK | 0.13 | 0.91 | 0 | 0.02 |
| HSL | 291.58º | 0.96% | 0.53% | - |
| HSV(B) | 291.58º | 0.91% | 0.98% | - |
| XYZ | 46.46 | 22.38 | 92.31 | - |
| YUV | 106.6 | 208.93 | 207.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 22 | 250 | 0.13 | 0.91 | 0 | 0.02 | 291.58 | 0.96 | 0.53 |
| Hex | DA | 16 | FA | D | 5B | 0 | 2 | 124 | 60 | 35 |
| Octal | 332 | 26 | 372 | 15 | 133 | 0 | 2 | 444 | 140 | 65 |
| Binary | 11011010 | 10110 | 11111010 | 1101 | 1011011 | 0 | 10 | 100100100 | 1100000 | 110101 |
Color Harmonies of #DA16FA
Complementary color
Monochromatic Colors of #DA16FA
Black with #DA16FA
Text Example
Text Example
White with #DA16FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA16FA; }
p { color: rgb(218,22,250); }
H1.HeaderClassName
{
color: #DA16FA;
}
.AnyTagClassName
{
color: #DA16FA;
}
</style>
background-color css
<style>
a { background-color: #DA16FA; }
a { background-color: rgb(218,22,250); }
div.DivClassName
{
background-color: #DA16FA;
}
.BgClassName
{
background-color: #DA16FA;
}
</style>
border-color css
<style>
span { border-color: #DA16FA; }
span { border-color: rgb(218,22,250); }
td.TdClassName
{
border-color: #DA16FA;
}
.TagClassName
{
border-color: #DA16FA;
}
</style>