Shades of Psychedelic Purple #D42EF3
Tints of Psychedelic Purple #D42EF3
RGB
CMYK
RGB Variations
Color information
#D42EF3 (or 0xD42EF3) is known color: Psychedelic Purple. HEX triplet: D4, 2E and F3. RGB value is (212,46,243). Sum of RGB (Red+Green+Blue) = 212+46+243=501 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.32% from 501); Green value is 46 (18.36% from 255 or 9.18% from 501); Blue value is 243 (95.31% from 255 or 48.50% from 501); Max value from RGB is 243 - color contains mainly: blue. Hex color #D42EF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D42EF3 is #2BD10C. Grayscale: #757575. Windows color (decimal): -2871565 or 15937236. OLE color: 15937236.
HSL color Cylindrical-coordinate representation of color #D42EF3: hue angle of 290.56º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D42EF3 is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 46 | 243 | - |
| CMYK | 0.13 | 0.81 | 0 | 0.05 |
| HSL | 290.56º | 0.89% | 0.57% | - |
| HSV(B) | 290.56º | 0.81% | 0.95% | - |
| XYZ | 44.31 | 22.42 | 86.79 | - |
| YUV | 118.09 | 198.5 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 46 | 243 | 0.13 | 0.81 | 0 | 0.05 | 290.56 | 0.89 | 0.57 |
| Hex | D4 | 2E | F3 | D | 51 | 0 | 5 | 123 | 59 | 39 |
| Octal | 324 | 56 | 363 | 15 | 121 | 0 | 5 | 443 | 131 | 71 |
| Binary | 11010100 | 101110 | 11110011 | 1101 | 1010001 | 0 | 101 | 100100011 | 1011001 | 111001 |
Color Harmonies of #D42EF3
Complementary color
Monochromatic Colors of #D42EF3
Black with #D42EF3
Text Example
Text Example
White with #D42EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42EF3; }
p { color: rgb(212,46,243); }
H1.HeaderClassName
{
color: #D42EF3;
}
.AnyTagClassName
{
color: #D42EF3;
}
</style>
background-color css
<style>
a { background-color: #D42EF3; }
a { background-color: rgb(212,46,243); }
div.DivClassName
{
background-color: #D42EF3;
}
.BgClassName
{
background-color: #D42EF3;
}
</style>
border-color css
<style>
span { border-color: #D42EF3; }
span { border-color: rgb(212,46,243); }
td.TdClassName
{
border-color: #D42EF3;
}
.TagClassName
{
border-color: #D42EF3;
}
</style>