Shades of Psychedelic Purple #D42FEB
Tints of Psychedelic Purple #D42FEB
RGB
CMYK
RGB Variations
Color information
#D42FEB (or 0xD42FEB) is known color: Psychedelic Purple. HEX triplet: D4, 2F and EB. RGB value is (212,47,235). Sum of RGB (Red+Green+Blue) = 212+47+235=494 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.91% from 494); Green value is 47 (18.75% from 255 or 9.51% from 494); Blue value is 235 (92.19% from 255 or 47.57% from 494); Max value from RGB is 235 - color contains mainly: blue. Hex color #D42FEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D42FEB is #2BD014. Grayscale: #757575. Windows color (decimal): -2871317 or 15413204. OLE color: 15413204.
HSL color Cylindrical-coordinate representation of color #D42FEB: hue angle of 292.66º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D42FEB is Cyan = 0.10, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 47 | 235 | - |
| CMYK | 0.10 | 0.8 | 0 | 0.08 |
| HSL | 292.66º | 0.82% | 0.55% | - |
| HSV(B) | 292.66º | 0.8% | 0.92% | - |
| XYZ | 43.16 | 22.03 | 80.57 | - |
| YUV | 117.77 | 194.16 | 195.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 47 | 235 | 0.10 | 0.8 | 0 | 0.08 | 292.66 | 0.82 | 0.55 |
| Hex | D4 | 2F | EB | A | 50 | 0 | 8 | 125 | 52 | 37 |
| Octal | 324 | 57 | 353 | 12 | 120 | 0 | 10 | 445 | 122 | 67 |
| Binary | 11010100 | 101111 | 11101011 | 1010 | 1010000 | 0 | 1000 | 100100101 | 1010010 | 110111 |
Color Harmonies of #D42FEB
Complementary color
Monochromatic Colors of #D42FEB
Black with #D42FEB
Text Example
Text Example
White with #D42FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42FEB; }
p { color: rgb(212,47,235); }
H1.HeaderClassName
{
color: #D42FEB;
}
.AnyTagClassName
{
color: #D42FEB;
}
</style>
background-color css
<style>
a { background-color: #D42FEB; }
a { background-color: rgb(212,47,235); }
div.DivClassName
{
background-color: #D42FEB;
}
.BgClassName
{
background-color: #D42FEB;
}
</style>
border-color css
<style>
span { border-color: #D42FEB; }
span { border-color: rgb(212,47,235); }
td.TdClassName
{
border-color: #D42FEB;
}
.TagClassName
{
border-color: #D42FEB;
}
</style>