Shades of Psychedelic Purple #D40FEC
Tints of Psychedelic Purple #D40FEC
RGB
CMYK
RGB Variations
Color information
#D40FEC (or 0xD40FEC) is known color: Psychedelic Purple. HEX triplet: D4, 0F and EC. RGB value is (212,15,236). Sum of RGB (Red+Green+Blue) = 212+15+236=463 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.79% from 463); Green value is 15 (6.25% from 255 or 3.24% from 463); Blue value is 236 (92.58% from 255 or 50.97% from 463); Max value from RGB is 236 - color contains mainly: blue. Hex color #D40FEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D40FEC is #2BF013. Grayscale: #626262. Windows color (decimal): -2879508 or 15470548. OLE color: 15470548.
HSL color Cylindrical-coordinate representation of color #D40FEC: hue angle of 293.48º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D40FEC is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 15 | 236 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.07 |
| HSL | 293.48º | 0.88% | 0.49% | - |
| HSV(B) | 293.48º | 0.94% | 0.93% | - |
| XYZ | 42.46 | 20.39 | 81.06 | - |
| YUV | 99.1 | 205.27 | 208.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 15 | 236 | 0.10 | 0.94 | 0 | 0.07 | 293.48 | 0.88 | 0.49 |
| Hex | D4 | F | EC | A | 5E | 0 | 7 | 125 | 58 | 31 |
| Octal | 324 | 17 | 354 | 12 | 136 | 0 | 7 | 445 | 130 | 61 |
| Binary | 11010100 | 1111 | 11101100 | 1010 | 1011110 | 0 | 111 | 100100101 | 1011000 | 110001 |
Color Harmonies of #D40FEC
Complementary color
Monochromatic Colors of #D40FEC
Black with #D40FEC
Text Example
Text Example
White with #D40FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40FEC; }
p { color: rgb(212,15,236); }
H1.HeaderClassName
{
color: #D40FEC;
}
.AnyTagClassName
{
color: #D40FEC;
}
</style>
background-color css
<style>
a { background-color: #D40FEC; }
a { background-color: rgb(212,15,236); }
div.DivClassName
{
background-color: #D40FEC;
}
.BgClassName
{
background-color: #D40FEC;
}
</style>
border-color css
<style>
span { border-color: #D40FEC; }
span { border-color: rgb(212,15,236); }
td.TdClassName
{
border-color: #D40FEC;
}
.TagClassName
{
border-color: #D40FEC;
}
</style>