Shades of Psychedelic Purple #DA14EF
Tints of Psychedelic Purple #DA14EF
RGB
CMYK
RGB Variations
Color information
#DA14EF (or 0xDA14EF) is known color: Psychedelic Purple. HEX triplet: DA, 14 and EF. RGB value is (218,20,239). Sum of RGB (Red+Green+Blue) = 218+20+239=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 20 (8.20% from 255 or 4.19% from 477); Blue value is 239 (93.75% from 255 or 50.10% from 477); Max value from RGB is 239 - color contains mainly: blue. Hex color #DA14EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA14EF is #25EB10. Grayscale: #676767. Windows color (decimal): -2485009 or 15668442. OLE color: 15668442.
HSL color Cylindrical-coordinate representation of color #DA14EF: hue angle of 294.25º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA14EF is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 20 | 239 | - |
| CMYK | 0.09 | 0.92 | 0 | 0.06 |
| HSL | 294.25º | 0.87% | 0.51% | - |
| HSV(B) | 294.25º | 0.92% | 0.94% | - |
| XYZ | 44.74 | 21.64 | 83.48 | - |
| YUV | 104.17 | 204.1 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 20 | 239 | 0.09 | 0.92 | 0 | 0.06 | 294.25 | 0.87 | 0.51 |
| Hex | DA | 14 | EF | 9 | 5C | 0 | 6 | 126 | 57 | 33 |
| Octal | 332 | 24 | 357 | 11 | 134 | 0 | 6 | 446 | 127 | 63 |
| Binary | 11011010 | 10100 | 11101111 | 1001 | 1011100 | 0 | 110 | 100100110 | 1010111 | 110011 |
Color Harmonies of #DA14EF
Complementary color
Monochromatic Colors of #DA14EF
Black with #DA14EF
Text Example
Text Example
White with #DA14EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA14EF; }
p { color: rgb(218,20,239); }
H1.HeaderClassName
{
color: #DA14EF;
}
.AnyTagClassName
{
color: #DA14EF;
}
</style>
background-color css
<style>
a { background-color: #DA14EF; }
a { background-color: rgb(218,20,239); }
div.DivClassName
{
background-color: #DA14EF;
}
.BgClassName
{
background-color: #DA14EF;
}
</style>
border-color css
<style>
span { border-color: #DA14EF; }
span { border-color: rgb(218,20,239); }
td.TdClassName
{
border-color: #DA14EF;
}
.TagClassName
{
border-color: #DA14EF;
}
</style>