Shades of Psychedelic Purple #DA24EC
Tints of Psychedelic Purple #DA24EC
RGB
CMYK
RGB Variations
Color information
#DA24EC (or 0xDA24EC) is known color: Psychedelic Purple. HEX triplet: DA, 24 and EC. RGB value is (218,36,236). Sum of RGB (Red+Green+Blue) = 218+36+236=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 36 (14.45% from 255 or 7.35% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #DA24EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA24EC is #25DB13. Grayscale: #707070. Windows color (decimal): -2480916 or 15475930. OLE color: 15475930.
HSL color Cylindrical-coordinate representation of color #DA24EC: hue angle of 294.6º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA24EC is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 36 | 236 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.07 |
| HSL | 294.6º | 0.84% | 0.53% | - |
| HSV(B) | 294.6º | 0.85% | 0.93% | - |
| XYZ | 44.68 | 22.22 | 81.29 | - |
| YUV | 113.22 | 197.3 | 202.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 36 | 236 | 0.08 | 0.85 | 0 | 0.07 | 294.6 | 0.84 | 0.53 |
| Hex | DA | 24 | EC | 8 | 55 | 0 | 7 | 127 | 54 | 35 |
| Octal | 332 | 44 | 354 | 10 | 125 | 0 | 7 | 447 | 124 | 65 |
| Binary | 11011010 | 100100 | 11101100 | 1000 | 1010101 | 0 | 111 | 100100111 | 1010100 | 110101 |
Color Harmonies of #DA24EC
Complementary color
Monochromatic Colors of #DA24EC
Black with #DA24EC
Text Example
Text Example
White with #DA24EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA24EC; }
p { color: rgb(218,36,236); }
H1.HeaderClassName
{
color: #DA24EC;
}
.AnyTagClassName
{
color: #DA24EC;
}
</style>
background-color css
<style>
a { background-color: #DA24EC; }
a { background-color: rgb(218,36,236); }
div.DivClassName
{
background-color: #DA24EC;
}
.BgClassName
{
background-color: #DA24EC;
}
</style>
border-color css
<style>
span { border-color: #DA24EC; }
span { border-color: rgb(218,36,236); }
td.TdClassName
{
border-color: #DA24EC;
}
.TagClassName
{
border-color: #DA24EC;
}
</style>