Shades of Psychedelic Purple #DA11EF
Tints of Psychedelic Purple #DA11EF
RGB
CMYK
RGB Variations
Color information
#DA11EF (or 0xDA11EF) is known color: Psychedelic Purple. HEX triplet: DA, 11 and EF. RGB value is (218,17,239). Sum of RGB (Red+Green+Blue) = 218+17+239=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 17 (7.03% from 255 or 3.59% from 474); Blue value is 239 (93.75% from 255 or 50.42% from 474); Max value from RGB is 239 - color contains mainly: blue. Hex color #DA11EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA11EF is #25EE10. Grayscale: #656565. Windows color (decimal): -2485777 or 15667674. OLE color: 15667674.
HSL color Cylindrical-coordinate representation of color #DA11EF: hue angle of 294.32º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA11EF is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 17 | 239 | - |
| CMYK | 0.09 | 0.93 | 0 | 0.06 |
| HSL | 294.32º | 0.87% | 0.5% | - |
| HSV(B) | 294.32º | 0.93% | 0.94% | - |
| XYZ | 44.69 | 21.54 | 83.46 | - |
| YUV | 102.41 | 205.09 | 210.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 17 | 239 | 0.09 | 0.93 | 0 | 0.06 | 294.32 | 0.87 | 0.5 |
| Hex | DA | 11 | EF | 9 | 5D | 0 | 6 | 126 | 57 | 32 |
| Octal | 332 | 21 | 357 | 11 | 135 | 0 | 6 | 446 | 127 | 62 |
| Binary | 11011010 | 10001 | 11101111 | 1001 | 1011101 | 0 | 110 | 100100110 | 1010111 | 110010 |
Color Harmonies of #DA11EF
Complementary color
Monochromatic Colors of #DA11EF
Black with #DA11EF
Text Example
Text Example
White with #DA11EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA11EF; }
p { color: rgb(218,17,239); }
H1.HeaderClassName
{
color: #DA11EF;
}
.AnyTagClassName
{
color: #DA11EF;
}
</style>
background-color css
<style>
a { background-color: #DA11EF; }
a { background-color: rgb(218,17,239); }
div.DivClassName
{
background-color: #DA11EF;
}
.BgClassName
{
background-color: #DA11EF;
}
</style>
border-color css
<style>
span { border-color: #DA11EF; }
span { border-color: rgb(218,17,239); }
td.TdClassName
{
border-color: #DA11EF;
}
.TagClassName
{
border-color: #DA11EF;
}
</style>