Shades of Psychedelic Purple #DA15EC
Tints of Psychedelic Purple #DA15EC
RGB
CMYK
RGB Variations
Color information
#DA15EC (or 0xDA15EC) is known color: Psychedelic Purple. HEX triplet: DA, 15 and EC. RGB value is (218,21,236). Sum of RGB (Red+Green+Blue) = 218+21+236=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 21 (8.59% from 255 or 4.42% from 475); Blue value is 236 (92.58% from 255 or 49.68% from 475); Max value from RGB is 236 - color contains mainly: blue. Hex color #DA15EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA15EC is #25EA13. Grayscale: #676767. Windows color (decimal): -2484756 or 15472090. OLE color: 15472090.
HSL color Cylindrical-coordinate representation of color #DA15EC: hue angle of 294.98º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA15EC is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 21 | 236 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.07 |
| HSL | 294.98º | 0.85% | 0.5% | - |
| HSV(B) | 294.98º | 0.91% | 0.93% | - |
| XYZ | 44.32 | 21.5 | 81.17 | - |
| YUV | 104.41 | 202.27 | 209.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 21 | 236 | 0.08 | 0.91 | 0 | 0.07 | 294.98 | 0.85 | 0.5 |
| Hex | DA | 15 | EC | 8 | 5B | 0 | 7 | 127 | 55 | 32 |
| Octal | 332 | 25 | 354 | 10 | 133 | 0 | 7 | 447 | 125 | 62 |
| Binary | 11011010 | 10101 | 11101100 | 1000 | 1011011 | 0 | 111 | 100100111 | 1010101 | 110010 |
Color Harmonies of #DA15EC
Complementary color
Monochromatic Colors of #DA15EC
Black with #DA15EC
Text Example
Text Example
White with #DA15EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA15EC; }
p { color: rgb(218,21,236); }
H1.HeaderClassName
{
color: #DA15EC;
}
.AnyTagClassName
{
color: #DA15EC;
}
</style>
background-color css
<style>
a { background-color: #DA15EC; }
a { background-color: rgb(218,21,236); }
div.DivClassName
{
background-color: #DA15EC;
}
.BgClassName
{
background-color: #DA15EC;
}
</style>
border-color css
<style>
span { border-color: #DA15EC; }
span { border-color: rgb(218,21,236); }
td.TdClassName
{
border-color: #DA15EC;
}
.TagClassName
{
border-color: #DA15EC;
}
</style>