Shades of Psychedelic Purple #DA19EC
Tints of Psychedelic Purple #DA19EC
RGB
CMYK
RGB Variations
Color information
#DA19EC (or 0xDA19EC) is known color: Psychedelic Purple. HEX triplet: DA, 19 and EC. RGB value is (218,25,236). Sum of RGB (Red+Green+Blue) = 218+25+236=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 25 (10.16% from 255 or 5.22% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #DA19EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA19EC is #25E613. Grayscale: #6A6A6A. Windows color (decimal): -2483732 or 15473114. OLE color: 15473114.
HSL color Cylindrical-coordinate representation of color #DA19EC: hue angle of 294.88º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA19EC is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 25 | 236 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.07 |
| HSL | 294.88º | 0.85% | 0.51% | - |
| HSV(B) | 294.88º | 0.89% | 0.93% | - |
| XYZ | 44.4 | 21.66 | 81.2 | - |
| YUV | 106.76 | 200.94 | 207.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 25 | 236 | 0.08 | 0.89 | 0 | 0.07 | 294.88 | 0.85 | 0.51 |
| Hex | DA | 19 | EC | 8 | 59 | 0 | 7 | 127 | 55 | 33 |
| Octal | 332 | 31 | 354 | 10 | 131 | 0 | 7 | 447 | 125 | 63 |
| Binary | 11011010 | 11001 | 11101100 | 1000 | 1011001 | 0 | 111 | 100100111 | 1010101 | 110011 |
Color Harmonies of #DA19EC
Complementary color
Monochromatic Colors of #DA19EC
Black with #DA19EC
Text Example
Text Example
White with #DA19EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA19EC; }
p { color: rgb(218,25,236); }
H1.HeaderClassName
{
color: #DA19EC;
}
.AnyTagClassName
{
color: #DA19EC;
}
</style>
background-color css
<style>
a { background-color: #DA19EC; }
a { background-color: rgb(218,25,236); }
div.DivClassName
{
background-color: #DA19EC;
}
.BgClassName
{
background-color: #DA19EC;
}
</style>
border-color css
<style>
span { border-color: #DA19EC; }
span { border-color: rgb(218,25,236); }
td.TdClassName
{
border-color: #DA19EC;
}
.TagClassName
{
border-color: #DA19EC;
}
</style>