Shades of Psychedelic Purple #D42EF0
Tints of Psychedelic Purple #D42EF0
RGB
CMYK
RGB Variations
Color information
#D42EF0 (or 0xD42EF0) is known color: Psychedelic Purple. HEX triplet: D4, 2E and F0. RGB value is (212,46,240). Sum of RGB (Red+Green+Blue) = 212+46+240=498 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.57% from 498); Green value is 46 (18.36% from 255 or 9.24% from 498); Blue value is 240 (94.14% from 255 or 48.19% from 498); Max value from RGB is 240 - color contains mainly: blue. Hex color #D42EF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D42EF0 is #2BD10F. Grayscale: #757575. Windows color (decimal): -2871568 or 15740628. OLE color: 15740628.
HSL color Cylindrical-coordinate representation of color #D42EF0: hue angle of 291.34º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D42EF0 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 46 | 240 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.06 |
| HSL | 291.34º | 0.87% | 0.56% | - |
| HSV(B) | 291.34º | 0.81% | 0.94% | - |
| XYZ | 43.86 | 22.24 | 84.42 | - |
| YUV | 117.75 | 197 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 46 | 240 | 0.12 | 0.81 | 0 | 0.06 | 291.34 | 0.87 | 0.56 |
| Hex | D4 | 2E | F0 | C | 51 | 0 | 6 | 123 | 57 | 38 |
| Octal | 324 | 56 | 360 | 14 | 121 | 0 | 6 | 443 | 127 | 70 |
| Binary | 11010100 | 101110 | 11110000 | 1100 | 1010001 | 0 | 110 | 100100011 | 1010111 | 111000 |
Color Harmonies of #D42EF0
Complementary color
Monochromatic Colors of #D42EF0
Black with #D42EF0
Text Example
Text Example
White with #D42EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42EF0; }
p { color: rgb(212,46,240); }
H1.HeaderClassName
{
color: #D42EF0;
}
.AnyTagClassName
{
color: #D42EF0;
}
</style>
background-color css
<style>
a { background-color: #D42EF0; }
a { background-color: rgb(212,46,240); }
div.DivClassName
{
background-color: #D42EF0;
}
.BgClassName
{
background-color: #D42EF0;
}
</style>
border-color css
<style>
span { border-color: #D42EF0; }
span { border-color: rgb(212,46,240); }
td.TdClassName
{
border-color: #D42EF0;
}
.TagClassName
{
border-color: #D42EF0;
}
</style>