Shades of Psychedelic Purple #D400EC
Tints of Psychedelic Purple #D400EC
RGB
CMYK
RGB Variations
Color information
#D400EC (or 0xD400EC) is known color: Psychedelic Purple. HEX triplet: D4, 00 and EC. RGB value is (212,0,236). Sum of RGB (Red+Green+Blue) = 212+0+236=448 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.32% from 448); Green value is 0 (0.39% from 255 or 0% from 448); Blue value is 236 (92.58% from 255 or 52.68% from 448); Max value from RGB is 236 - color contains mainly: blue. Hex color #D400EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D400EC is #2BFF13. Grayscale: #595959. Windows color (decimal): -2883348 or 15466708. OLE color: 15466708.
HSL color Cylindrical-coordinate representation of color #D400EC: hue angle of 293.9º 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 #D400EC is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 0 | 236 | - |
| CMYK | 0.10 | 1 | 0 | 0.07 |
| HSL | 293.9º | 1% | 0.46% | - |
| HSV(B) | 293.9º | 1% | 0.93% | - |
| XYZ | 42.29 | 20.05 | 81 | - |
| YUV | 90.29 | 210.24 | 214.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 0 | 236 | 0.10 | 1 | 0 | 0.07 | 293.9 | 1 | 0.46 |
| Hex | D4 | 0 | EC | A | 64 | 0 | 7 | 126 | 64 | 2E |
| Octal | 324 | 0 | 354 | 12 | 144 | 0 | 7 | 446 | 144 | 56 |
| Binary | 11010100 | 0 | 11101100 | 1010 | 1100100 | 0 | 111 | 100100110 | 1100100 | 101110 |
Color Harmonies of #D400EC
Complementary color
Monochromatic Colors of #D400EC
Black with #D400EC
Text Example
Text Example
White with #D400EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D400EC; }
p { color: rgb(212,0,236); }
H1.HeaderClassName
{
color: #D400EC;
}
.AnyTagClassName
{
color: #D400EC;
}
</style>
background-color css
<style>
a { background-color: #D400EC; }
a { background-color: rgb(212,0,236); }
div.DivClassName
{
background-color: #D400EC;
}
.BgClassName
{
background-color: #D400EC;
}
</style>
border-color css
<style>
span { border-color: #D400EC; }
span { border-color: rgb(212,0,236); }
td.TdClassName
{
border-color: #D400EC;
}
.TagClassName
{
border-color: #D400EC;
}
</style>