Shades of Psychedelic Purple #DA14FA
Tints of Psychedelic Purple #DA14FA
RGB
CMYK
RGB Variations
Color information
#DA14FA (or 0xDA14FA) is known color: Psychedelic Purple. HEX triplet: DA, 14 and FA. RGB value is (218,20,250). Sum of RGB (Red+Green+Blue) = 218+20+250=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 20 (8.20% from 255 or 4.10% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA14FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA14FA is #25EB05. Grayscale: #686868. Windows color (decimal): -2484998 or 16389338. OLE color: 16389338.
HSL color Cylindrical-coordinate representation of color #DA14FA: hue angle of 291.65º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA14FA is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 20 | 250 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.02 |
| HSL | 291.65º | 0.96% | 0.53% | - |
| HSV(B) | 291.65º | 0.92% | 0.98% | - |
| XYZ | 46.42 | 22.31 | 92.3 | - |
| YUV | 105.42 | 209.6 | 208.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 20 | 250 | 0.13 | 0.92 | 0 | 0.02 | 291.65 | 0.96 | 0.53 |
| Hex | DA | 14 | FA | D | 5C | 0 | 2 | 124 | 60 | 35 |
| Octal | 332 | 24 | 372 | 15 | 134 | 0 | 2 | 444 | 140 | 65 |
| Binary | 11011010 | 10100 | 11111010 | 1101 | 1011100 | 0 | 10 | 100100100 | 1100000 | 110101 |
Color Harmonies of #DA14FA
Complementary color
Monochromatic Colors of #DA14FA
Black with #DA14FA
Text Example
Text Example
White with #DA14FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA14FA; }
p { color: rgb(218,20,250); }
H1.HeaderClassName
{
color: #DA14FA;
}
.AnyTagClassName
{
color: #DA14FA;
}
</style>
background-color css
<style>
a { background-color: #DA14FA; }
a { background-color: rgb(218,20,250); }
div.DivClassName
{
background-color: #DA14FA;
}
.BgClassName
{
background-color: #DA14FA;
}
</style>
border-color css
<style>
span { border-color: #DA14FA; }
span { border-color: rgb(218,20,250); }
td.TdClassName
{
border-color: #DA14FA;
}
.TagClassName
{
border-color: #DA14FA;
}
</style>