Shades of Psychedelic Purple #DA19EF
Tints of Psychedelic Purple #DA19EF
RGB
CMYK
RGB Variations
Color information
#DA19EF (or 0xDA19EF) is known color: Psychedelic Purple. HEX triplet: DA, 19 and EF. RGB value is (218,25,239). Sum of RGB (Red+Green+Blue) = 218+25+239=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 25 (10.16% from 255 or 5.19% from 482); Blue value is 239 (93.75% from 255 or 49.59% from 482); Max value from RGB is 239 - color contains mainly: blue. Hex color #DA19EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA19EF is #25E610. Grayscale: #6A6A6A. Windows color (decimal): -2483729 or 15669722. OLE color: 15669722.
HSL color Cylindrical-coordinate representation of color #DA19EF: hue angle of 294.11º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA19EF is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 25 | 239 | - |
| CMYK | 0.09 | 0.90 | 0 | 0.06 |
| HSL | 294.11º | 0.87% | 0.52% | - |
| HSV(B) | 294.11º | 0.9% | 0.94% | - |
| XYZ | 44.84 | 21.83 | 83.51 | - |
| YUV | 107.1 | 202.44 | 207.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 25 | 239 | 0.09 | 0.90 | 0 | 0.06 | 294.11 | 0.87 | 0.52 |
| Hex | DA | 19 | EF | 9 | 5A | 0 | 6 | 126 | 57 | 34 |
| Octal | 332 | 31 | 357 | 11 | 132 | 0 | 6 | 446 | 127 | 64 |
| Binary | 11011010 | 11001 | 11101111 | 1001 | 1011010 | 0 | 110 | 100100110 | 1010111 | 110100 |
Color Harmonies of #DA19EF
Complementary color
Monochromatic Colors of #DA19EF
Black with #DA19EF
Text Example
Text Example
White with #DA19EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA19EF; }
p { color: rgb(218,25,239); }
H1.HeaderClassName
{
color: #DA19EF;
}
.AnyTagClassName
{
color: #DA19EF;
}
</style>
background-color css
<style>
a { background-color: #DA19EF; }
a { background-color: rgb(218,25,239); }
div.DivClassName
{
background-color: #DA19EF;
}
.BgClassName
{
background-color: #DA19EF;
}
</style>
border-color css
<style>
span { border-color: #DA19EF; }
span { border-color: rgb(218,25,239); }
td.TdClassName
{
border-color: #DA19EF;
}
.TagClassName
{
border-color: #DA19EF;
}
</style>