Shades of Psychedelic Purple #D32FEC
Tints of Psychedelic Purple #D32FEC
RGB
CMYK
RGB Variations
Color information
#D32FEC (or 0xD32FEC) is known color: Psychedelic Purple. HEX triplet: D3, 2F and EC. RGB value is (211,47,236). Sum of RGB (Red+Green+Blue) = 211+47+236=494 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.71% from 494); Green value is 47 (18.75% from 255 or 9.51% from 494); Blue value is 236 (92.58% from 255 or 47.77% from 494); Max value from RGB is 236 - color contains mainly: blue. Hex color #D32FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D32FEC is #2CD013. Grayscale: #747474. Windows color (decimal): -2936852 or 15478739. OLE color: 15478739.
HSL color Cylindrical-coordinate representation of color #D32FEC: hue angle of 292.06º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D32FEC is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 47 | 236 | - |
| CMYK | 0.11 | 0.80 | 0 | 0.07 |
| HSL | 292.06º | 0.83% | 0.55% | - |
| HSV(B) | 292.06º | 0.8% | 0.93% | - |
| XYZ | 43.02 | 21.94 | 81.32 | - |
| YUV | 117.58 | 194.83 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 47 | 236 | 0.11 | 0.80 | 0 | 0.07 | 292.06 | 0.83 | 0.55 |
| Hex | D3 | 2F | EC | B | 50 | 0 | 7 | 124 | 53 | 37 |
| Octal | 323 | 57 | 354 | 13 | 120 | 0 | 7 | 444 | 123 | 67 |
| Binary | 11010011 | 101111 | 11101100 | 1011 | 1010000 | 0 | 111 | 100100100 | 1010011 | 110111 |
Color Harmonies of #D32FEC
Complementary color
Monochromatic Colors of #D32FEC
Black with #D32FEC
Text Example
Text Example
White with #D32FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32FEC; }
p { color: rgb(211,47,236); }
H1.HeaderClassName
{
color: #D32FEC;
}
.AnyTagClassName
{
color: #D32FEC;
}
</style>
background-color css
<style>
a { background-color: #D32FEC; }
a { background-color: rgb(211,47,236); }
div.DivClassName
{
background-color: #D32FEC;
}
.BgClassName
{
background-color: #D32FEC;
}
</style>
border-color css
<style>
span { border-color: #D32FEC; }
span { border-color: rgb(211,47,236); }
td.TdClassName
{
border-color: #D32FEC;
}
.TagClassName
{
border-color: #D32FEC;
}
</style>