Shades of Psychedelic Purple #DA26EF
Tints of Psychedelic Purple #DA26EF
RGB
CMYK
RGB Variations
Color information
#DA26EF (or 0xDA26EF) is known color: Psychedelic Purple. HEX triplet: DA, 26 and EF. RGB value is (218,38,239). Sum of RGB (Red+Green+Blue) = 218+38+239=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 38 (15.23% from 255 or 7.68% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #DA26EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA26EF is #25D910. Grayscale: #727272. Windows color (decimal): -2480401 or 15673050. OLE color: 15673050.
HSL color Cylindrical-coordinate representation of color #DA26EF: hue angle of 293.73º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA26EF is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 38 | 239 | - |
| CMYK | 0.09 | 0.84 | 0 | 0.06 |
| HSL | 293.73º | 0.86% | 0.54% | - |
| HSV(B) | 293.73º | 0.84% | 0.94% | - |
| XYZ | 45.19 | 22.52 | 83.63 | - |
| YUV | 114.73 | 198.13 | 201.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 38 | 239 | 0.09 | 0.84 | 0 | 0.06 | 293.73 | 0.86 | 0.54 |
| Hex | DA | 26 | EF | 9 | 54 | 0 | 6 | 126 | 56 | 36 |
| Octal | 332 | 46 | 357 | 11 | 124 | 0 | 6 | 446 | 126 | 66 |
| Binary | 11011010 | 100110 | 11101111 | 1001 | 1010100 | 0 | 110 | 100100110 | 1010110 | 110110 |
Color Harmonies of #DA26EF
Complementary color
Monochromatic Colors of #DA26EF
Black with #DA26EF
Text Example
Text Example
White with #DA26EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA26EF; }
p { color: rgb(218,38,239); }
H1.HeaderClassName
{
color: #DA26EF;
}
.AnyTagClassName
{
color: #DA26EF;
}
</style>
background-color css
<style>
a { background-color: #DA26EF; }
a { background-color: rgb(218,38,239); }
div.DivClassName
{
background-color: #DA26EF;
}
.BgClassName
{
background-color: #DA26EF;
}
</style>
border-color css
<style>
span { border-color: #DA26EF; }
span { border-color: rgb(218,38,239); }
td.TdClassName
{
border-color: #DA26EF;
}
.TagClassName
{
border-color: #DA26EF;
}
</style>