Shades of Psychedelic Purple #DA11EC
Tints of Psychedelic Purple #DA11EC
RGB
CMYK
RGB Variations
Color information
#DA11EC (or 0xDA11EC) is known color: Psychedelic Purple. HEX triplet: DA, 11 and EC. RGB value is (218,17,236). Sum of RGB (Red+Green+Blue) = 218+17+236=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 17 (7.03% from 255 or 3.61% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #DA11EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA11EC is #25EE13. Grayscale: #656565. Windows color (decimal): -2485780 or 15471066. OLE color: 15471066.
HSL color Cylindrical-coordinate representation of color #DA11EC: hue angle of 295.07º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA11EC is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 17 | 236 | - |
| CMYK | 0.08 | 0.93 | 0 | 0.07 |
| HSL | 295.07º | 0.87% | 0.5% | - |
| HSV(B) | 295.07º | 0.93% | 0.93% | - |
| XYZ | 44.25 | 21.36 | 81.15 | - |
| YUV | 102.07 | 203.59 | 210.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 17 | 236 | 0.08 | 0.93 | 0 | 0.07 | 295.07 | 0.87 | 0.5 |
| Hex | DA | 11 | EC | 8 | 5D | 0 | 7 | 127 | 57 | 32 |
| Octal | 332 | 21 | 354 | 10 | 135 | 0 | 7 | 447 | 127 | 62 |
| Binary | 11011010 | 10001 | 11101100 | 1000 | 1011101 | 0 | 111 | 100100111 | 1010111 | 110010 |
Color Harmonies of #DA11EC
Complementary color
Monochromatic Colors of #DA11EC
Black with #DA11EC
Text Example
Text Example
White with #DA11EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA11EC; }
p { color: rgb(218,17,236); }
H1.HeaderClassName
{
color: #DA11EC;
}
.AnyTagClassName
{
color: #DA11EC;
}
</style>
background-color css
<style>
a { background-color: #DA11EC; }
a { background-color: rgb(218,17,236); }
div.DivClassName
{
background-color: #DA11EC;
}
.BgClassName
{
background-color: #DA11EC;
}
</style>
border-color css
<style>
span { border-color: #DA11EC; }
span { border-color: rgb(218,17,236); }
td.TdClassName
{
border-color: #DA11EC;
}
.TagClassName
{
border-color: #DA11EC;
}
</style>