Shades of Psychedelic Purple #DA26EC
Tints of Psychedelic Purple #DA26EC
RGB
CMYK
RGB Variations
Color information
#DA26EC (or 0xDA26EC) is known color: Psychedelic Purple. HEX triplet: DA, 26 and EC. RGB value is (218,38,236). Sum of RGB (Red+Green+Blue) = 218+38+236=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 38 (15.23% from 255 or 7.72% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #DA26EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA26EC is #25D913. Grayscale: #717171. Windows color (decimal): -2480404 or 15476442. OLE color: 15476442.
HSL color Cylindrical-coordinate representation of color #DA26EC: hue angle of 294.55º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA26EC is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 38 | 236 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.07 |
| HSL | 294.55º | 0.84% | 0.54% | - |
| HSV(B) | 294.55º | 0.84% | 0.93% | - |
| XYZ | 44.75 | 22.35 | 81.31 | - |
| YUV | 114.39 | 196.63 | 201.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 38 | 236 | 0.08 | 0.84 | 0 | 0.07 | 294.55 | 0.84 | 0.54 |
| Hex | DA | 26 | EC | 8 | 54 | 0 | 7 | 127 | 54 | 36 |
| Octal | 332 | 46 | 354 | 10 | 124 | 0 | 7 | 447 | 124 | 66 |
| Binary | 11011010 | 100110 | 11101100 | 1000 | 1010100 | 0 | 111 | 100100111 | 1010100 | 110110 |
Color Harmonies of #DA26EC
Complementary color
Monochromatic Colors of #DA26EC
Black with #DA26EC
Text Example
Text Example
White with #DA26EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA26EC; }
p { color: rgb(218,38,236); }
H1.HeaderClassName
{
color: #DA26EC;
}
.AnyTagClassName
{
color: #DA26EC;
}
</style>
background-color css
<style>
a { background-color: #DA26EC; }
a { background-color: rgb(218,38,236); }
div.DivClassName
{
background-color: #DA26EC;
}
.BgClassName
{
background-color: #DA26EC;
}
</style>
border-color css
<style>
span { border-color: #DA26EC; }
span { border-color: rgb(218,38,236); }
td.TdClassName
{
border-color: #DA26EC;
}
.TagClassName
{
border-color: #DA26EC;
}
</style>