Shades of Psychedelic Purple #DA15F7
Tints of Psychedelic Purple #DA15F7
RGB
CMYK
RGB Variations
Color information
#DA15F7 (or 0xDA15F7) is known color: Psychedelic Purple. HEX triplet: DA, 15 and F7. RGB value is (218,21,247). Sum of RGB (Red+Green+Blue) = 218+21+247=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 21 (8.59% from 255 or 4.32% from 486); Blue value is 247 (96.88% from 255 or 50.82% from 486); Max value from RGB is 247 - color contains mainly: blue. Hex color #DA15F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA15F7 is #25EA08. Grayscale: #686868. Windows color (decimal): -2484745 or 16192986. OLE color: 16192986.
HSL color Cylindrical-coordinate representation of color #DA15F7: hue angle of 292.3º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA15F7 is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 21 | 247 | - |
| CMYK | 0.12 | 0.91 | 0 | 0.03 |
| HSL | 292.3º | 0.93% | 0.53% | - |
| HSV(B) | 292.3º | 0.91% | 0.97% | - |
| XYZ | 45.97 | 22.16 | 89.85 | - |
| YUV | 105.67 | 207.77 | 208.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 21 | 247 | 0.12 | 0.91 | 0 | 0.03 | 292.3 | 0.93 | 0.53 |
| Hex | DA | 15 | F7 | C | 5B | 0 | 3 | 124 | 5D | 35 |
| Octal | 332 | 25 | 367 | 14 | 133 | 0 | 3 | 444 | 135 | 65 |
| Binary | 11011010 | 10101 | 11110111 | 1100 | 1011011 | 0 | 11 | 100100100 | 1011101 | 110101 |
Color Harmonies of #DA15F7
Complementary color
Monochromatic Colors of #DA15F7
Black with #DA15F7
Text Example
Text Example
White with #DA15F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA15F7; }
p { color: rgb(218,21,247); }
H1.HeaderClassName
{
color: #DA15F7;
}
.AnyTagClassName
{
color: #DA15F7;
}
</style>
background-color css
<style>
a { background-color: #DA15F7; }
a { background-color: rgb(218,21,247); }
div.DivClassName
{
background-color: #DA15F7;
}
.BgClassName
{
background-color: #DA15F7;
}
</style>
border-color css
<style>
span { border-color: #DA15F7; }
span { border-color: rgb(218,21,247); }
td.TdClassName
{
border-color: #DA15F7;
}
.TagClassName
{
border-color: #DA15F7;
}
</style>