Shades of Psychedelic Purple #D41FEC
Tints of Psychedelic Purple #D41FEC
RGB
CMYK
RGB Variations
Color information
#D41FEC (or 0xD41FEC) is known color: Psychedelic Purple. HEX triplet: D4, 1F and EC. RGB value is (212,31,236). Sum of RGB (Red+Green+Blue) = 212+31+236=479 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.26% from 479); Green value is 31 (12.5% from 255 or 6.47% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #D41FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D41FEC is #2BE013. Grayscale: #6B6B6B. Windows color (decimal): -2875412 or 15474644. OLE color: 15474644.
HSL color Cylindrical-coordinate representation of color #D41FEC: hue angle of 292.98º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D41FEC is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 31 | 236 | - |
| CMYK | 0.10 | 0.87 | 0 | 0.07 |
| HSL | 292.98º | 0.84% | 0.52% | - |
| HSV(B) | 292.98º | 0.87% | 0.93% | - |
| XYZ | 42.78 | 21.03 | 81.16 | - |
| YUV | 108.49 | 199.97 | 201.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 31 | 236 | 0.10 | 0.87 | 0 | 0.07 | 292.98 | 0.84 | 0.52 |
| Hex | D4 | 1F | EC | A | 57 | 0 | 7 | 125 | 54 | 34 |
| Octal | 324 | 37 | 354 | 12 | 127 | 0 | 7 | 445 | 124 | 64 |
| Binary | 11010100 | 11111 | 11101100 | 1010 | 1010111 | 0 | 111 | 100100101 | 1010100 | 110100 |
Color Harmonies of #D41FEC
Complementary color
Monochromatic Colors of #D41FEC
Black with #D41FEC
Text Example
Text Example
White with #D41FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41FEC; }
p { color: rgb(212,31,236); }
H1.HeaderClassName
{
color: #D41FEC;
}
.AnyTagClassName
{
color: #D41FEC;
}
</style>
background-color css
<style>
a { background-color: #D41FEC; }
a { background-color: rgb(212,31,236); }
div.DivClassName
{
background-color: #D41FEC;
}
.BgClassName
{
background-color: #D41FEC;
}
</style>
border-color css
<style>
span { border-color: #D41FEC; }
span { border-color: rgb(212,31,236); }
td.TdClassName
{
border-color: #D41FEC;
}
.TagClassName
{
border-color: #D41FEC;
}
</style>