Shades of Psychedelic Purple #DA19EA
Tints of Psychedelic Purple #DA19EA
RGB
CMYK
RGB Variations
Color information
#DA19EA (or 0xDA19EA) is known color: Psychedelic Purple. HEX triplet: DA, 19 and EA. RGB value is (218,25,234). Sum of RGB (Red+Green+Blue) = 218+25+234=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 25 (10.16% from 255 or 5.24% from 477); Blue value is 234 (91.80% from 255 or 49.06% from 477); Max value from RGB is 234 - color contains mainly: blue. Hex color #DA19EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA19EA is #25E615. Grayscale: #696969. Windows color (decimal): -2483734 or 15342042. OLE color: 15342042.
HSL color Cylindrical-coordinate representation of color #DA19EA: hue angle of 295.41º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA19EA is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 25 | 234 | - |
| CMYK | 0.07 | 0.89 | 0 | 0.08 |
| HSL | 295.41º | 0.83% | 0.51% | - |
| HSV(B) | 295.41º | 0.89% | 0.92% | - |
| XYZ | 44.11 | 21.54 | 79.67 | - |
| YUV | 106.53 | 199.94 | 207.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 25 | 234 | 0.07 | 0.89 | 0 | 0.08 | 295.41 | 0.83 | 0.51 |
| Hex | DA | 19 | EA | 7 | 59 | 0 | 8 | 127 | 53 | 33 |
| Octal | 332 | 31 | 352 | 7 | 131 | 0 | 10 | 447 | 123 | 63 |
| Binary | 11011010 | 11001 | 11101010 | 111 | 1011001 | 0 | 1000 | 100100111 | 1010011 | 110011 |
Color Harmonies of #DA19EA
Complementary color
Monochromatic Colors of #DA19EA
Black with #DA19EA
Text Example
Text Example
White with #DA19EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA19EA; }
p { color: rgb(218,25,234); }
H1.HeaderClassName
{
color: #DA19EA;
}
.AnyTagClassName
{
color: #DA19EA;
}
</style>
background-color css
<style>
a { background-color: #DA19EA; }
a { background-color: rgb(218,25,234); }
div.DivClassName
{
background-color: #DA19EA;
}
.BgClassName
{
background-color: #DA19EA;
}
</style>
border-color css
<style>
span { border-color: #DA19EA; }
span { border-color: rgb(218,25,234); }
td.TdClassName
{
border-color: #DA19EA;
}
.TagClassName
{
border-color: #DA19EA;
}
</style>