Shades of Psychedelic Purple #D42FF4
Tints of Psychedelic Purple #D42FF4
RGB
CMYK
RGB Variations
Color information
#D42FF4 (or 0xD42FF4) is known color: Psychedelic Purple. HEX triplet: D4, 2F and F4. RGB value is (212,47,244). Sum of RGB (Red+Green+Blue) = 212+47+244=503 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.15% from 503); Green value is 47 (18.75% from 255 or 9.34% from 503); Blue value is 244 (95.70% from 255 or 48.51% from 503); Max value from RGB is 244 - color contains mainly: blue. Hex color #D42FF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D42FF4 is #2BD00B. Grayscale: #767676. Windows color (decimal): -2871308 or 16003028. OLE color: 16003028.
HSL color Cylindrical-coordinate representation of color #D42FF4: hue angle of 290.25º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D42FF4 is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 212 | 47 | 244 | - |
| CMYK | 0.13 | 0.81 | 0 | 0.04 |
| HSL | 290.25º | 0.9% | 0.57% | - |
| HSV(B) | 290.25º | 0.81% | 0.96% | - |
| XYZ | 44.5 | 22.56 | 87.6 | - |
| YUV | 118.79 | 198.66 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 47 | 244 | 0.13 | 0.81 | 0 | 0.04 | 290.25 | 0.9 | 0.57 |
| Hex | D4 | 2F | F4 | D | 51 | 0 | 4 | 122 | 5A | 39 |
| Octal | 324 | 57 | 364 | 15 | 121 | 0 | 4 | 442 | 132 | 71 |
| Binary | 11010100 | 101111 | 11110100 | 1101 | 1010001 | 0 | 100 | 100100010 | 1011010 | 111001 |
Color Harmonies of #D42FF4
Complementary color
Monochromatic Colors of #D42FF4
Black with #D42FF4
Text Example
Text Example
White with #D42FF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42FF4; }
p { color: rgb(212,47,244); }
H1.HeaderClassName
{
color: #D42FF4;
}
.AnyTagClassName
{
color: #D42FF4;
}
</style>
background-color css
<style>
a { background-color: #D42FF4; }
a { background-color: rgb(212,47,244); }
div.DivClassName
{
background-color: #D42FF4;
}
.BgClassName
{
background-color: #D42FF4;
}
</style>
border-color css
<style>
span { border-color: #D42FF4; }
span { border-color: rgb(212,47,244); }
td.TdClassName
{
border-color: #D42FF4;
}
.TagClassName
{
border-color: #D42FF4;
}
</style>