Shades of Psychedelic Purple #D515EC
Tints of Psychedelic Purple #D515EC
RGB
CMYK
RGB Variations
Color information
#D515EC (or 0xD515EC) is known color: Psychedelic Purple. HEX triplet: D5, 15 and EC. RGB value is (213,21,236). Sum of RGB (Red+Green+Blue) = 213+21+236=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 21 (8.59% from 255 or 4.47% from 470); Blue value is 236 (92.58% from 255 or 50.21% from 470); Max value from RGB is 236 - color contains mainly: blue. Hex color #D515EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D515EC is #2AEA13. Grayscale: #666666. Windows color (decimal): -2812436 or 15472085. OLE color: 15472085.
HSL color Cylindrical-coordinate representation of color #D515EC: hue angle of 293.58º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D515EC is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 21 | 236 | - |
| CMYK | 0.10 | 0.91 | 0 | 0.07 |
| HSL | 293.58º | 0.85% | 0.5% | - |
| HSV(B) | 293.58º | 0.91% | 0.93% | - |
| XYZ | 42.85 | 20.74 | 81.1 | - |
| YUV | 102.92 | 203.11 | 206.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 21 | 236 | 0.10 | 0.91 | 0 | 0.07 | 293.58 | 0.85 | 0.5 |
| Hex | D5 | 15 | EC | A | 5B | 0 | 7 | 126 | 55 | 32 |
| Octal | 325 | 25 | 354 | 12 | 133 | 0 | 7 | 446 | 125 | 62 |
| Binary | 11010101 | 10101 | 11101100 | 1010 | 1011011 | 0 | 111 | 100100110 | 1010101 | 110010 |
Color Harmonies of #D515EC
Complementary color
Monochromatic Colors of #D515EC
Black with #D515EC
Text Example
Text Example
White with #D515EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D515EC; }
p { color: rgb(213,21,236); }
H1.HeaderClassName
{
color: #D515EC;
}
.AnyTagClassName
{
color: #D515EC;
}
</style>
background-color css
<style>
a { background-color: #D515EC; }
a { background-color: rgb(213,21,236); }
div.DivClassName
{
background-color: #D515EC;
}
.BgClassName
{
background-color: #D515EC;
}
</style>
border-color css
<style>
span { border-color: #D515EC; }
span { border-color: rgb(213,21,236); }
td.TdClassName
{
border-color: #D515EC;
}
.TagClassName
{
border-color: #D515EC;
}
</style>