Shades of Psychedelic Purple #DA26EE
Tints of Psychedelic Purple #DA26EE
RGB
CMYK
RGB Variations
Color information
#DA26EE (or 0xDA26EE) is known color: Psychedelic Purple. HEX triplet: DA, 26 and EE. RGB value is (218,38,238). Sum of RGB (Red+Green+Blue) = 218+38+238=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 38 (15.23% from 255 or 7.69% from 494); Blue value is 238 (93.36% from 255 or 48.18% from 494); Max value from RGB is 238 - color contains mainly: blue. Hex color #DA26EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA26EE is #25D911. Grayscale: #727272. Windows color (decimal): -2480402 or 15607514. OLE color: 15607514.
HSL color Cylindrical-coordinate representation of color #DA26EE: hue angle of 294º degrees, saturation: 0.85, 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 #DA26EE is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 38 | 238 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.07 |
| HSL | 294º | 0.85% | 0.54% | - |
| HSV(B) | 294º | 0.84% | 0.93% | - |
| XYZ | 45.04 | 22.46 | 82.85 | - |
| YUV | 114.62 | 197.63 | 201.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 38 | 238 | 0.08 | 0.84 | 0 | 0.07 | 294 | 0.85 | 0.54 |
| Hex | DA | 26 | EE | 8 | 54 | 0 | 7 | 126 | 55 | 36 |
| Octal | 332 | 46 | 356 | 10 | 124 | 0 | 7 | 446 | 125 | 66 |
| Binary | 11011010 | 100110 | 11101110 | 1000 | 1010100 | 0 | 111 | 100100110 | 1010101 | 110110 |
Color Harmonies of #DA26EE
Complementary color
Monochromatic Colors of #DA26EE
Black with #DA26EE
Text Example
Text Example
White with #DA26EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA26EE; }
p { color: rgb(218,38,238); }
H1.HeaderClassName
{
color: #DA26EE;
}
.AnyTagClassName
{
color: #DA26EE;
}
</style>
background-color css
<style>
a { background-color: #DA26EE; }
a { background-color: rgb(218,38,238); }
div.DivClassName
{
background-color: #DA26EE;
}
.BgClassName
{
background-color: #DA26EE;
}
</style>
border-color css
<style>
span { border-color: #DA26EE; }
span { border-color: rgb(218,38,238); }
td.TdClassName
{
border-color: #DA26EE;
}
.TagClassName
{
border-color: #DA26EE;
}
</style>