Shades of Psychedelic Purple #DA27EC
Tints of Psychedelic Purple #DA27EC
RGB
CMYK
RGB Variations
Color information
#DA27EC (or 0xDA27EC) is known color: Psychedelic Purple. HEX triplet: DA, 27 and EC. RGB value is (218,39,236). Sum of RGB (Red+Green+Blue) = 218+39+236=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 39 (15.62% from 255 or 7.91% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 236 - color contains mainly: blue. Hex color #DA27EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA27EC is #25D813. Grayscale: #727272. Windows color (decimal): -2480148 or 15476698. OLE color: 15476698.
HSL color Cylindrical-coordinate representation of color #DA27EC: hue angle of 294.52º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA27EC is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 39 | 236 | - |
| CMYK | 0.08 | 0.83 | 0 | 0.07 |
| HSL | 294.52º | 0.84% | 0.54% | - |
| HSV(B) | 294.52º | 0.83% | 0.93% | - |
| XYZ | 44.78 | 22.41 | 81.32 | - |
| YUV | 114.98 | 196.3 | 201.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 39 | 236 | 0.08 | 0.83 | 0 | 0.07 | 294.52 | 0.84 | 0.54 |
| Hex | DA | 27 | EC | 8 | 53 | 0 | 7 | 127 | 54 | 36 |
| Octal | 332 | 47 | 354 | 10 | 123 | 0 | 7 | 447 | 124 | 66 |
| Binary | 11011010 | 100111 | 11101100 | 1000 | 1010011 | 0 | 111 | 100100111 | 1010100 | 110110 |
Color Harmonies of #DA27EC
Complementary color
Monochromatic Colors of #DA27EC
Black with #DA27EC
Text Example
Text Example
White with #DA27EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA27EC; }
p { color: rgb(218,39,236); }
H1.HeaderClassName
{
color: #DA27EC;
}
.AnyTagClassName
{
color: #DA27EC;
}
</style>
background-color css
<style>
a { background-color: #DA27EC; }
a { background-color: rgb(218,39,236); }
div.DivClassName
{
background-color: #DA27EC;
}
.BgClassName
{
background-color: #DA27EC;
}
</style>
border-color css
<style>
span { border-color: #DA27EC; }
span { border-color: rgb(218,39,236); }
td.TdClassName
{
border-color: #DA27EC;
}
.TagClassName
{
border-color: #DA27EC;
}
</style>