Shades of Psychedelic Purple #DA24E5
Tints of Psychedelic Purple #DA24E5
RGB
CMYK
RGB Variations
Color information
#DA24E5 (or 0xDA24E5) is known color: Psychedelic Purple. HEX triplet: DA, 24 and E5. RGB value is (218,36,229). Sum of RGB (Red+Green+Blue) = 218+36+229=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 36 (14.45% from 255 or 7.45% from 483); Blue value is 229 (89.84% from 255 or 47.41% from 483); Max value from RGB is 229 - color contains mainly: blue. Hex color #DA24E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA24E5 is #25DB1A. Grayscale: #6F6F6F. Windows color (decimal): -2480923 or 15017178. OLE color: 15017178.
HSL color Cylindrical-coordinate representation of color #DA24E5: hue angle of 296.58º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA24E5 is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 36 | 229 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.10 |
| HSL | 296.58º | 0.79% | 0.52% | - |
| HSV(B) | 296.58º | 0.84% | 0.9% | - |
| XYZ | 43.69 | 21.82 | 76.04 | - |
| YUV | 112.42 | 193.8 | 203.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 36 | 229 | 0.05 | 0.84 | 0 | 0.10 | 296.58 | 0.79 | 0.52 |
| Hex | DA | 24 | E5 | 5 | 54 | 0 | A | 129 | 4F | 34 |
| Octal | 332 | 44 | 345 | 5 | 124 | 0 | 12 | 451 | 117 | 64 |
| Binary | 11011010 | 100100 | 11100101 | 101 | 1010100 | 0 | 1010 | 100101001 | 1001111 | 110100 |
Color Harmonies of #DA24E5
Complementary color
Monochromatic Colors of #DA24E5
Black with #DA24E5
Text Example
Text Example
White with #DA24E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA24E5; }
p { color: rgb(218,36,229); }
H1.HeaderClassName
{
color: #DA24E5;
}
.AnyTagClassName
{
color: #DA24E5;
}
</style>
background-color css
<style>
a { background-color: #DA24E5; }
a { background-color: rgb(218,36,229); }
div.DivClassName
{
background-color: #DA24E5;
}
.BgClassName
{
background-color: #DA24E5;
}
</style>
border-color css
<style>
span { border-color: #DA24E5; }
span { border-color: rgb(218,36,229); }
td.TdClassName
{
border-color: #DA24E5;
}
.TagClassName
{
border-color: #DA24E5;
}
</style>