Shades of Psychedelic Purple #DA15FA
Tints of Psychedelic Purple #DA15FA
RGB
CMYK
RGB Variations
Color information
#DA15FA (or 0xDA15FA) is known color: Psychedelic Purple. HEX triplet: DA, 15 and FA. RGB value is (218,21,250). Sum of RGB (Red+Green+Blue) = 218+21+250=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 21 (8.59% from 255 or 4.29% from 489); Blue value is 250 (98.05% from 255 or 51.12% from 489); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA15FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA15FA is #25EA05. Grayscale: #696969. Windows color (decimal): -2484742 or 16389594. OLE color: 16389594.
HSL color Cylindrical-coordinate representation of color #DA15FA: hue angle of 291.62º 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 #DA15FA is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 21 | 250 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.02 |
| HSL | 291.62º | 0.96% | 0.53% | - |
| HSV(B) | 291.62º | 0.92% | 0.98% | - |
| XYZ | 46.44 | 22.34 | 92.31 | - |
| YUV | 106.01 | 209.27 | 207.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 21 | 250 | 0.13 | 0.92 | 0 | 0.02 | 291.62 | 0.96 | 0.53 |
| Hex | DA | 15 | FA | D | 5C | 0 | 2 | 124 | 60 | 35 |
| Octal | 332 | 25 | 372 | 15 | 134 | 0 | 2 | 444 | 140 | 65 |
| Binary | 11011010 | 10101 | 11111010 | 1101 | 1011100 | 0 | 10 | 100100100 | 1100000 | 110101 |
Color Harmonies of #DA15FA
Complementary color
Monochromatic Colors of #DA15FA
Black with #DA15FA
Text Example
Text Example
White with #DA15FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA15FA; }
p { color: rgb(218,21,250); }
H1.HeaderClassName
{
color: #DA15FA;
}
.AnyTagClassName
{
color: #DA15FA;
}
</style>
background-color css
<style>
a { background-color: #DA15FA; }
a { background-color: rgb(218,21,250); }
div.DivClassName
{
background-color: #DA15FA;
}
.BgClassName
{
background-color: #DA15FA;
}
</style>
border-color css
<style>
span { border-color: #DA15FA; }
span { border-color: rgb(218,21,250); }
td.TdClassName
{
border-color: #DA15FA;
}
.TagClassName
{
border-color: #DA15FA;
}
</style>