Shades of Psychedelic Purple #DA18E5
Tints of Psychedelic Purple #DA18E5
RGB
CMYK
RGB Variations
Color information
#DA18E5 (or 0xDA18E5) is known color: Psychedelic Purple. HEX triplet: DA, 18 and E5. RGB value is (218,24,229). Sum of RGB (Red+Green+Blue) = 218+24+229=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 24 (9.77% from 255 or 5.10% from 471); Blue value is 229 (89.84% from 255 or 48.62% from 471); Max value from RGB is 229 - color contains mainly: blue. Hex color #DA18E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA18E5 is #25E71A. Grayscale: #686868. Windows color (decimal): -2483995 or 15014106. OLE color: 15014106.
HSL color Cylindrical-coordinate representation of color #DA18E5: hue angle of 296.78º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA18E5 is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 24 | 229 | - |
| CMYK | 0.05 | 0.90 | 0 | 0.10 |
| HSL | 296.78º | 0.81% | 0.5% | - |
| HSV(B) | 296.78º | 0.9% | 0.9% | - |
| XYZ | 43.38 | 21.22 | 75.94 | - |
| YUV | 105.38 | 197.77 | 208.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 24 | 229 | 0.05 | 0.90 | 0 | 0.10 | 296.78 | 0.81 | 0.5 |
| Hex | DA | 18 | E5 | 5 | 5A | 0 | A | 129 | 51 | 32 |
| Octal | 332 | 30 | 345 | 5 | 132 | 0 | 12 | 451 | 121 | 62 |
| Binary | 11011010 | 11000 | 11100101 | 101 | 1011010 | 0 | 1010 | 100101001 | 1010001 | 110010 |
Color Harmonies of #DA18E5
Complementary color
Monochromatic Colors of #DA18E5
Black with #DA18E5
Text Example
Text Example
White with #DA18E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA18E5; }
p { color: rgb(218,24,229); }
H1.HeaderClassName
{
color: #DA18E5;
}
.AnyTagClassName
{
color: #DA18E5;
}
</style>
background-color css
<style>
a { background-color: #DA18E5; }
a { background-color: rgb(218,24,229); }
div.DivClassName
{
background-color: #DA18E5;
}
.BgClassName
{
background-color: #DA18E5;
}
</style>
border-color css
<style>
span { border-color: #DA18E5; }
span { border-color: rgb(218,24,229); }
td.TdClassName
{
border-color: #DA18E5;
}
.TagClassName
{
border-color: #DA18E5;
}
</style>