Shades of Psychedelic Purple #DA19F5
Tints of Psychedelic Purple #DA19F5
RGB
CMYK
RGB Variations
Color information
#DA19F5 (or 0xDA19F5) is known color: Psychedelic Purple. HEX triplet: DA, 19 and F5. RGB value is (218,25,245). Sum of RGB (Red+Green+Blue) = 218+25+245=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 25 (10.16% from 255 or 5.12% from 488); Blue value is 245 (96.09% from 255 or 50.20% from 488); Max value from RGB is 245 - color contains mainly: blue. Hex color #DA19F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA19F5 is #25E60A. Grayscale: #6B6B6B. Windows color (decimal): -2483723 or 16062938. OLE color: 16062938.
HSL color Cylindrical-coordinate representation of color #DA19F5: hue angle of 292.64º degrees, saturation: 0.92, 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 #DA19F5 is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 25 | 245 | - |
| CMYK | 0.11 | 0.90 | 0 | 0.04 |
| HSL | 292.64º | 0.92% | 0.53% | - |
| HSV(B) | 292.64º | 0.9% | 0.96% | - |
| XYZ | 45.74 | 22.19 | 88.26 | - |
| YUV | 107.79 | 205.44 | 206.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 25 | 245 | 0.11 | 0.90 | 0 | 0.04 | 292.64 | 0.92 | 0.53 |
| Hex | DA | 19 | F5 | B | 5A | 0 | 4 | 125 | 5C | 35 |
| Octal | 332 | 31 | 365 | 13 | 132 | 0 | 4 | 445 | 134 | 65 |
| Binary | 11011010 | 11001 | 11110101 | 1011 | 1011010 | 0 | 100 | 100100101 | 1011100 | 110101 |
Color Harmonies of #DA19F5
Complementary color
Monochromatic Colors of #DA19F5
Black with #DA19F5
Text Example
Text Example
White with #DA19F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA19F5; }
p { color: rgb(218,25,245); }
H1.HeaderClassName
{
color: #DA19F5;
}
.AnyTagClassName
{
color: #DA19F5;
}
</style>
background-color css
<style>
a { background-color: #DA19F5; }
a { background-color: rgb(218,25,245); }
div.DivClassName
{
background-color: #DA19F5;
}
.BgClassName
{
background-color: #DA19F5;
}
</style>
border-color css
<style>
span { border-color: #DA19F5; }
span { border-color: rgb(218,25,245); }
td.TdClassName
{
border-color: #DA19F5;
}
.TagClassName
{
border-color: #DA19F5;
}
</style>