Shades of Psychedelic Purple #DA19EE
Tints of Psychedelic Purple #DA19EE
RGB
CMYK
RGB Variations
Color information
#DA19EE (or 0xDA19EE) is known color: Psychedelic Purple. HEX triplet: DA, 19 and EE. RGB value is (218,25,238). Sum of RGB (Red+Green+Blue) = 218+25+238=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 25 (10.16% from 255 or 5.20% from 481); Blue value is 238 (93.36% from 255 or 49.48% from 481); Max value from RGB is 238 - color contains mainly: blue. Hex color #DA19EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA19EE is #25E611. Grayscale: #6A6A6A. Windows color (decimal): -2483730 or 15604186. OLE color: 15604186.
HSL color Cylindrical-coordinate representation of color #DA19EE: hue angle of 294.37º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA19EE is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 25 | 238 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.07 |
| HSL | 294.37º | 0.86% | 0.52% | - |
| HSV(B) | 294.37º | 0.89% | 0.93% | - |
| XYZ | 44.69 | 21.77 | 82.74 | - |
| YUV | 106.99 | 201.94 | 207.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 25 | 238 | 0.08 | 0.89 | 0 | 0.07 | 294.37 | 0.86 | 0.52 |
| Hex | DA | 19 | EE | 8 | 59 | 0 | 7 | 126 | 56 | 34 |
| Octal | 332 | 31 | 356 | 10 | 131 | 0 | 7 | 446 | 126 | 64 |
| Binary | 11011010 | 11001 | 11101110 | 1000 | 1011001 | 0 | 111 | 100100110 | 1010110 | 110100 |
Color Harmonies of #DA19EE
Complementary color
Monochromatic Colors of #DA19EE
Black with #DA19EE
Text Example
Text Example
White with #DA19EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA19EE; }
p { color: rgb(218,25,238); }
H1.HeaderClassName
{
color: #DA19EE;
}
.AnyTagClassName
{
color: #DA19EE;
}
</style>
background-color css
<style>
a { background-color: #DA19EE; }
a { background-color: rgb(218,25,238); }
div.DivClassName
{
background-color: #DA19EE;
}
.BgClassName
{
background-color: #DA19EE;
}
</style>
border-color css
<style>
span { border-color: #DA19EE; }
span { border-color: rgb(218,25,238); }
td.TdClassName
{
border-color: #DA19EE;
}
.TagClassName
{
border-color: #DA19EE;
}
</style>