Shades of Psychedelic Purple #DA19F7
Tints of Psychedelic Purple #DA19F7
RGB
CMYK
RGB Variations
Color information
#DA19F7 (or 0xDA19F7) is known color: Psychedelic Purple. HEX triplet: DA, 19 and F7. RGB value is (218,25,247). Sum of RGB (Red+Green+Blue) = 218+25+247=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 25 (10.16% from 255 or 5.10% from 490); Blue value is 247 (96.88% from 255 or 50.41% from 490); Max value from RGB is 247 - color contains mainly: blue. Hex color #DA19F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA19F7 is #25E608. Grayscale: #6B6B6B. Windows color (decimal): -2483721 or 16194010. OLE color: 16194010.
HSL color Cylindrical-coordinate representation of color #DA19F7: hue angle of 292.16º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA19F7 is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 25 | 247 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.03 |
| HSL | 292.16º | 0.93% | 0.53% | - |
| HSV(B) | 292.16º | 0.9% | 0.97% | - |
| XYZ | 46.05 | 22.32 | 89.88 | - |
| YUV | 108.02 | 206.44 | 206.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 25 | 247 | 0.12 | 0.90 | 0 | 0.03 | 292.16 | 0.93 | 0.53 |
| Hex | DA | 19 | F7 | C | 5A | 0 | 3 | 124 | 5D | 35 |
| Octal | 332 | 31 | 367 | 14 | 132 | 0 | 3 | 444 | 135 | 65 |
| Binary | 11011010 | 11001 | 11110111 | 1100 | 1011010 | 0 | 11 | 100100100 | 1011101 | 110101 |
Color Harmonies of #DA19F7
Complementary color
Monochromatic Colors of #DA19F7
Black with #DA19F7
Text Example
Text Example
White with #DA19F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA19F7; }
p { color: rgb(218,25,247); }
H1.HeaderClassName
{
color: #DA19F7;
}
.AnyTagClassName
{
color: #DA19F7;
}
</style>
background-color css
<style>
a { background-color: #DA19F7; }
a { background-color: rgb(218,25,247); }
div.DivClassName
{
background-color: #DA19F7;
}
.BgClassName
{
background-color: #DA19F7;
}
</style>
border-color css
<style>
span { border-color: #DA19F7; }
span { border-color: rgb(218,25,247); }
td.TdClassName
{
border-color: #DA19F7;
}
.TagClassName
{
border-color: #DA19F7;
}
</style>