Shades of Psychedelic Purple #DA14EC
Tints of Psychedelic Purple #DA14EC
RGB
CMYK
RGB Variations
Color information
#DA14EC (or 0xDA14EC) is known color: Psychedelic Purple. HEX triplet: DA, 14 and EC. RGB value is (218,20,236). Sum of RGB (Red+Green+Blue) = 218+20+236=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 20 (8.20% from 255 or 4.22% from 474); Blue value is 236 (92.58% from 255 or 49.79% from 474); Max value from RGB is 236 - color contains mainly: blue. Hex color #DA14EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA14EC is #25EB13. Grayscale: #676767. Windows color (decimal): -2485012 or 15471834. OLE color: 15471834.
HSL color Cylindrical-coordinate representation of color #DA14EC: hue angle of 295º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA14EC is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 20 | 236 | - |
| CMYK | 0.08 | 0.92 | 0 | 0.07 |
| HSL | 295º | 0.85% | 0.5% | - |
| HSV(B) | 295º | 0.92% | 0.93% | - |
| XYZ | 44.3 | 21.46 | 81.16 | - |
| YUV | 103.83 | 202.6 | 209.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 20 | 236 | 0.08 | 0.92 | 0 | 0.07 | 295 | 0.85 | 0.5 |
| Hex | DA | 14 | EC | 8 | 5C | 0 | 7 | 127 | 55 | 32 |
| Octal | 332 | 24 | 354 | 10 | 134 | 0 | 7 | 447 | 125 | 62 |
| Binary | 11011010 | 10100 | 11101100 | 1000 | 1011100 | 0 | 111 | 100100111 | 1010101 | 110010 |
Color Harmonies of #DA14EC
Complementary color
Monochromatic Colors of #DA14EC
Black with #DA14EC
Text Example
Text Example
White with #DA14EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA14EC; }
p { color: rgb(218,20,236); }
H1.HeaderClassName
{
color: #DA14EC;
}
.AnyTagClassName
{
color: #DA14EC;
}
</style>
background-color css
<style>
a { background-color: #DA14EC; }
a { background-color: rgb(218,20,236); }
div.DivClassName
{
background-color: #DA14EC;
}
.BgClassName
{
background-color: #DA14EC;
}
</style>
border-color css
<style>
span { border-color: #DA14EC; }
span { border-color: rgb(218,20,236); }
td.TdClassName
{
border-color: #DA14EC;
}
.TagClassName
{
border-color: #DA14EC;
}
</style>