Shades of Psychedelic Purple #DA19F4
Tints of Psychedelic Purple #DA19F4
RGB
CMYK
RGB Variations
Color information
#DA19F4 (or 0xDA19F4) is known color: Psychedelic Purple. HEX triplet: DA, 19 and F4. RGB value is (218,25,244). Sum of RGB (Red+Green+Blue) = 218+25+244=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 25 (10.16% from 255 or 5.13% from 487); Blue value is 244 (95.70% from 255 or 50.10% from 487); Max value from RGB is 244 - color contains mainly: blue. Hex color #DA19F4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA19F4 is #25E60B. Grayscale: #6A6A6A. Windows color (decimal): -2483724 or 15997402. OLE color: 15997402.
HSL color Cylindrical-coordinate representation of color #DA19F4: hue angle of 292.88º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA19F4 is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 25 | 244 | - |
| CMYK | 0.11 | 0.90 | 0 | 0.04 |
| HSL | 292.88º | 0.91% | 0.53% | - |
| HSV(B) | 292.88º | 0.9% | 0.96% | - |
| XYZ | 45.59 | 22.13 | 87.46 | - |
| YUV | 107.67 | 204.94 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 25 | 244 | 0.11 | 0.90 | 0 | 0.04 | 292.88 | 0.91 | 0.53 |
| Hex | DA | 19 | F4 | B | 5A | 0 | 4 | 125 | 5B | 35 |
| Octal | 332 | 31 | 364 | 13 | 132 | 0 | 4 | 445 | 133 | 65 |
| Binary | 11011010 | 11001 | 11110100 | 1011 | 1011010 | 0 | 100 | 100100101 | 1011011 | 110101 |
Color Harmonies of #DA19F4
Complementary color
Monochromatic Colors of #DA19F4
Black with #DA19F4
Text Example
Text Example
White with #DA19F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA19F4; }
p { color: rgb(218,25,244); }
H1.HeaderClassName
{
color: #DA19F4;
}
.AnyTagClassName
{
color: #DA19F4;
}
</style>
background-color css
<style>
a { background-color: #DA19F4; }
a { background-color: rgb(218,25,244); }
div.DivClassName
{
background-color: #DA19F4;
}
.BgClassName
{
background-color: #DA19F4;
}
</style>
border-color css
<style>
span { border-color: #DA19F4; }
span { border-color: rgb(218,25,244); }
td.TdClassName
{
border-color: #DA19F4;
}
.TagClassName
{
border-color: #DA19F4;
}
</style>