Shades of Psychedelic Purple #DA19E8
Tints of Psychedelic Purple #DA19E8
RGB
CMYK
RGB Variations
Color information
#DA19E8 (or 0xDA19E8) is known color: Psychedelic Purple. HEX triplet: DA, 19 and E8. RGB value is (218,25,232). Sum of RGB (Red+Green+Blue) = 218+25+232=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 25 (10.16% from 255 or 5.26% from 475); Blue value is 232 (91.02% from 255 or 48.84% from 475); Max value from RGB is 232 - color contains mainly: blue. Hex color #DA19E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA19E8 is #25E617. Grayscale: #696969. Windows color (decimal): -2483736 or 15210970. OLE color: 15210970.
HSL color Cylindrical-coordinate representation of color #DA19E8: hue angle of 295.94º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA19E8 is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 25 | 232 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.09 |
| HSL | 295.94º | 0.82% | 0.5% | - |
| HSV(B) | 295.94º | 0.89% | 0.91% | - |
| XYZ | 43.83 | 21.43 | 78.17 | - |
| YUV | 106.31 | 198.94 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 25 | 232 | 0.06 | 0.89 | 0 | 0.09 | 295.94 | 0.82 | 0.5 |
| Hex | DA | 19 | E8 | 6 | 59 | 0 | 9 | 128 | 52 | 32 |
| Octal | 332 | 31 | 350 | 6 | 131 | 0 | 11 | 450 | 122 | 62 |
| Binary | 11011010 | 11001 | 11101000 | 110 | 1011001 | 0 | 1001 | 100101000 | 1010010 | 110010 |
Color Harmonies of #DA19E8
Complementary color
Monochromatic Colors of #DA19E8
Black with #DA19E8
Text Example
Text Example
White with #DA19E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA19E8; }
p { color: rgb(218,25,232); }
H1.HeaderClassName
{
color: #DA19E8;
}
.AnyTagClassName
{
color: #DA19E8;
}
</style>
background-color css
<style>
a { background-color: #DA19E8; }
a { background-color: rgb(218,25,232); }
div.DivClassName
{
background-color: #DA19E8;
}
.BgClassName
{
background-color: #DA19E8;
}
</style>
border-color css
<style>
span { border-color: #DA19E8; }
span { border-color: rgb(218,25,232); }
td.TdClassName
{
border-color: #DA19E8;
}
.TagClassName
{
border-color: #DA19E8;
}
</style>