Shades of Psychedelic Purple #D42EFC
Tints of Psychedelic Purple #D42EFC
RGB
CMYK
RGB Variations
Color information
#D42EFC (or 0xD42EFC) is known color: Psychedelic Purple. HEX triplet: D4, 2E and FC. RGB value is (212,46,252). Sum of RGB (Red+Green+Blue) = 212+46+252=510 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.57% from 510); Green value is 46 (18.36% from 255 or 9.02% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 252 - color contains mainly: blue. Hex color #D42EFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D42EFC is #2BD103. Grayscale: #767676. Windows color (decimal): -2871556 or 16527060. OLE color: 16527060.
HSL color Cylindrical-coordinate representation of color #D42EFC: hue angle of 288.35º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D42EFC is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 46 | 252 | - |
| CMYK | 0.16 | 0.82 | 0 | 0.01 |
| HSL | 288.35º | 0.97% | 0.58% | - |
| HSV(B) | 288.35º | 0.82% | 0.99% | - |
| XYZ | 45.7 | 22.98 | 94.12 | - |
| YUV | 119.12 | 203 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 46 | 252 | 0.16 | 0.82 | 0 | 0.01 | 288.35 | 0.97 | 0.58 |
| Hex | D4 | 2E | FC | 10 | 52 | 0 | 1 | 120 | 61 | 3A |
| Octal | 324 | 56 | 374 | 20 | 122 | 0 | 1 | 440 | 141 | 72 |
| Binary | 11010100 | 101110 | 11111100 | 10000 | 1010010 | 0 | 1 | 100100000 | 1100001 | 111010 |
Color Harmonies of #D42EFC
Complementary color
Monochromatic Colors of #D42EFC
Black with #D42EFC
Text Example
Text Example
White with #D42EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42EFC; }
p { color: rgb(212,46,252); }
H1.HeaderClassName
{
color: #D42EFC;
}
.AnyTagClassName
{
color: #D42EFC;
}
</style>
background-color css
<style>
a { background-color: #D42EFC; }
a { background-color: rgb(212,46,252); }
div.DivClassName
{
background-color: #D42EFC;
}
.BgClassName
{
background-color: #D42EFC;
}
</style>
border-color css
<style>
span { border-color: #D42EFC; }
span { border-color: rgb(212,46,252); }
td.TdClassName
{
border-color: #D42EFC;
}
.TagClassName
{
border-color: #D42EFC;
}
</style>