Shades of Psychedelic Purple #D500EC
Tints of Psychedelic Purple #D500EC
RGB
CMYK
RGB Variations
Color information
#D500EC (or 0xD500EC) is known color: Psychedelic Purple. HEX triplet: D5, 00 and EC. RGB value is (213,0,236). Sum of RGB (Red+Green+Blue) = 213+0+236=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 0 (0.39% from 255 or 0% from 449); Blue value is 236 (92.58% from 255 or 52.56% from 449); Max value from RGB is 236 - color contains mainly: blue. Hex color #D500EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D500EC is #2AFF13. Grayscale: #595959. Windows color (decimal): -2817812 or 15466709. OLE color: 15466709.
HSL color Cylindrical-coordinate representation of color #D500EC: hue angle of 294.15º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D500EC is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 0 | 236 | - |
| CMYK | 0.10 | 1 | 0 | 0.07 |
| HSL | 294.15º | 1% | 0.46% | - |
| HSV(B) | 294.15º | 1% | 0.93% | - |
| XYZ | 42.58 | 20.2 | 81.01 | - |
| YUV | 90.59 | 210.07 | 215.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 236 | 0.10 | 1 | 0 | 0.07 | 294.15 | 1 | 0.46 |
| Hex | D5 | 0 | EC | A | 64 | 0 | 7 | 126 | 64 | 2E |
| Octal | 325 | 0 | 354 | 12 | 144 | 0 | 7 | 446 | 144 | 56 |
| Binary | 11010101 | 0 | 11101100 | 1010 | 1100100 | 0 | 111 | 100100110 | 1100100 | 101110 |
Color Harmonies of #D500EC
Complementary color
Monochromatic Colors of #D500EC
Black with #D500EC
Text Example
Text Example
White with #D500EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D500EC; }
p { color: rgb(213,0,236); }
H1.HeaderClassName
{
color: #D500EC;
}
.AnyTagClassName
{
color: #D500EC;
}
</style>
background-color css
<style>
a { background-color: #D500EC; }
a { background-color: rgb(213,0,236); }
div.DivClassName
{
background-color: #D500EC;
}
.BgClassName
{
background-color: #D500EC;
}
</style>
border-color css
<style>
span { border-color: #D500EC; }
span { border-color: rgb(213,0,236); }
td.TdClassName
{
border-color: #D500EC;
}
.TagClassName
{
border-color: #D500EC;
}
</style>