Shades of Psychedelic Purple #D42FEF
Tints of Psychedelic Purple #D42FEF
RGB
CMYK
RGB Variations
Color information
#D42FEF (or 0xD42FEF) is known color: Psychedelic Purple. HEX triplet: D4, 2F and EF. RGB value is (212,47,239). Sum of RGB (Red+Green+Blue) = 212+47+239=498 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.57% from 498); Green value is 47 (18.75% from 255 or 9.44% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #D42FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D42FEF is #2BD010. Grayscale: #757575. Windows color (decimal): -2871313 or 15675348. OLE color: 15675348.
HSL color Cylindrical-coordinate representation of color #D42FEF: hue angle of 291.56º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D42FEF is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 47 | 239 | - |
| CMYK | 0.11 | 0.80 | 0 | 0.06 |
| HSL | 291.56º | 0.86% | 0.56% | - |
| HSV(B) | 291.56º | 0.8% | 0.94% | - |
| XYZ | 43.75 | 22.26 | 83.65 | - |
| YUV | 118.22 | 196.16 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 47 | 239 | 0.11 | 0.80 | 0 | 0.06 | 291.56 | 0.86 | 0.56 |
| Hex | D4 | 2F | EF | B | 50 | 0 | 6 | 124 | 56 | 38 |
| Octal | 324 | 57 | 357 | 13 | 120 | 0 | 6 | 444 | 126 | 70 |
| Binary | 11010100 | 101111 | 11101111 | 1011 | 1010000 | 0 | 110 | 100100100 | 1010110 | 111000 |
Color Harmonies of #D42FEF
Complementary color
Monochromatic Colors of #D42FEF
Black with #D42FEF
Text Example
Text Example
White with #D42FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42FEF; }
p { color: rgb(212,47,239); }
H1.HeaderClassName
{
color: #D42FEF;
}
.AnyTagClassName
{
color: #D42FEF;
}
</style>
background-color css
<style>
a { background-color: #D42FEF; }
a { background-color: rgb(212,47,239); }
div.DivClassName
{
background-color: #D42FEF;
}
.BgClassName
{
background-color: #D42FEF;
}
</style>
border-color css
<style>
span { border-color: #D42FEF; }
span { border-color: rgb(212,47,239); }
td.TdClassName
{
border-color: #D42FEF;
}
.TagClassName
{
border-color: #D42FEF;
}
</style>