Shades of Psychedelic Purple #D514EC
Tints of Psychedelic Purple #D514EC
RGB
CMYK
RGB Variations
Color information
#D514EC (or 0xD514EC) is known color: Psychedelic Purple. HEX triplet: D5, 14 and EC. RGB value is (213,20,236). Sum of RGB (Red+Green+Blue) = 213+20+236=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 20 (8.20% from 255 or 4.26% from 469); Blue value is 236 (92.58% from 255 or 50.32% from 469); Max value from RGB is 236 - color contains mainly: blue. Hex color #D514EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D514EC is #2AEB13. Grayscale: #656565. Windows color (decimal): -2812692 or 15471829. OLE color: 15471829.
HSL color Cylindrical-coordinate representation of color #D514EC: hue angle of 293.61º 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 #D514EC is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 20 | 236 | - |
| CMYK | 0.10 | 0.92 | 0 | 0.07 |
| HSL | 293.61º | 0.85% | 0.5% | - |
| HSV(B) | 293.61º | 0.92% | 0.93% | - |
| XYZ | 42.83 | 20.7 | 81.1 | - |
| YUV | 102.33 | 203.44 | 206.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 20 | 236 | 0.10 | 0.92 | 0 | 0.07 | 293.61 | 0.85 | 0.5 |
| Hex | D5 | 14 | EC | A | 5C | 0 | 7 | 126 | 55 | 32 |
| Octal | 325 | 24 | 354 | 12 | 134 | 0 | 7 | 446 | 125 | 62 |
| Binary | 11010101 | 10100 | 11101100 | 1010 | 1011100 | 0 | 111 | 100100110 | 1010101 | 110010 |
Color Harmonies of #D514EC
Complementary color
Monochromatic Colors of #D514EC
Black with #D514EC
Text Example
Text Example
White with #D514EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D514EC; }
p { color: rgb(213,20,236); }
H1.HeaderClassName
{
color: #D514EC;
}
.AnyTagClassName
{
color: #D514EC;
}
</style>
background-color css
<style>
a { background-color: #D514EC; }
a { background-color: rgb(213,20,236); }
div.DivClassName
{
background-color: #D514EC;
}
.BgClassName
{
background-color: #D514EC;
}
</style>
border-color css
<style>
span { border-color: #D514EC; }
span { border-color: rgb(213,20,236); }
td.TdClassName
{
border-color: #D514EC;
}
.TagClassName
{
border-color: #D514EC;
}
</style>