Shades of Psychedelic Purple #D41EF3
Tints of Psychedelic Purple #D41EF3
RGB
CMYK
RGB Variations
Color information
#D41EF3 (or 0xD41EF3) is known color: Psychedelic Purple. HEX triplet: D4, 1E and F3. RGB value is (212,30,243). Sum of RGB (Red+Green+Blue) = 212+30+243=485 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.71% from 485); Green value is 30 (12.11% from 255 or 6.19% from 485); Blue value is 243 (95.31% from 255 or 50.10% from 485); Max value from RGB is 243 - color contains mainly: blue. Hex color #D41EF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D41EF3 is #2BE10C. Grayscale: #6C6C6C. Windows color (decimal): -2875661 or 15933140. OLE color: 15933140.
HSL color Cylindrical-coordinate representation of color #D41EF3: hue angle of 291.27º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D41EF3 is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 30 | 243 | - |
| CMYK | 0.13 | 0.88 | 0 | 0.05 |
| HSL | 291.27º | 0.9% | 0.54% | - |
| HSV(B) | 291.27º | 0.88% | 0.95% | - |
| XYZ | 43.79 | 21.4 | 86.62 | - |
| YUV | 108.7 | 203.8 | 201.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 30 | 243 | 0.13 | 0.88 | 0 | 0.05 | 291.27 | 0.9 | 0.54 |
| Hex | D4 | 1E | F3 | D | 58 | 0 | 5 | 123 | 5A | 36 |
| Octal | 324 | 36 | 363 | 15 | 130 | 0 | 5 | 443 | 132 | 66 |
| Binary | 11010100 | 11110 | 11110011 | 1101 | 1011000 | 0 | 101 | 100100011 | 1011010 | 110110 |
Color Harmonies of #D41EF3
Complementary color
Monochromatic Colors of #D41EF3
Black with #D41EF3
Text Example
Text Example
White with #D41EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41EF3; }
p { color: rgb(212,30,243); }
H1.HeaderClassName
{
color: #D41EF3;
}
.AnyTagClassName
{
color: #D41EF3;
}
</style>
background-color css
<style>
a { background-color: #D41EF3; }
a { background-color: rgb(212,30,243); }
div.DivClassName
{
background-color: #D41EF3;
}
.BgClassName
{
background-color: #D41EF3;
}
</style>
border-color css
<style>
span { border-color: #D41EF3; }
span { border-color: rgb(212,30,243); }
td.TdClassName
{
border-color: #D41EF3;
}
.TagClassName
{
border-color: #D41EF3;
}
</style>