Shades of Psychedelic Purple #D42FF2
Tints of Psychedelic Purple #D42FF2
RGB
CMYK
RGB Variations
Color information
#D42FF2 (or 0xD42FF2) is known color: Psychedelic Purple. HEX triplet: D4, 2F and F2. RGB value is (212,47,242). Sum of RGB (Red+Green+Blue) = 212+47+242=501 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.32% from 501); Green value is 47 (18.75% from 255 or 9.38% from 501); Blue value is 242 (94.92% from 255 or 48.30% from 501); Max value from RGB is 242 - color contains mainly: blue. Hex color #D42FF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D42FF2 is #2BD00D. Grayscale: #757575. Windows color (decimal): -2871310 or 15871956. OLE color: 15871956.
HSL color Cylindrical-coordinate representation of color #D42FF2: hue angle of 290.77º degrees, saturation: 0.88, 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 #D42FF2 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 47 | 242 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.05 |
| HSL | 290.77º | 0.88% | 0.57% | - |
| HSV(B) | 290.77º | 0.81% | 0.95% | - |
| XYZ | 44.19 | 22.44 | 86.01 | - |
| YUV | 118.57 | 197.66 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 47 | 242 | 0.12 | 0.81 | 0 | 0.05 | 290.77 | 0.88 | 0.57 |
| Hex | D4 | 2F | F2 | C | 51 | 0 | 5 | 123 | 58 | 39 |
| Octal | 324 | 57 | 362 | 14 | 121 | 0 | 5 | 443 | 130 | 71 |
| Binary | 11010100 | 101111 | 11110010 | 1100 | 1010001 | 0 | 101 | 100100011 | 1011000 | 111001 |
Color Harmonies of #D42FF2
Complementary color
Monochromatic Colors of #D42FF2
Black with #D42FF2
Text Example
Text Example
White with #D42FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42FF2; }
p { color: rgb(212,47,242); }
H1.HeaderClassName
{
color: #D42FF2;
}
.AnyTagClassName
{
color: #D42FF2;
}
</style>
background-color css
<style>
a { background-color: #D42FF2; }
a { background-color: rgb(212,47,242); }
div.DivClassName
{
background-color: #D42FF2;
}
.BgClassName
{
background-color: #D42FF2;
}
</style>
border-color css
<style>
span { border-color: #D42FF2; }
span { border-color: rgb(212,47,242); }
td.TdClassName
{
border-color: #D42FF2;
}
.TagClassName
{
border-color: #D42FF2;
}
</style>