Shades of Psychedelic Purple #D32EF4
Tints of Psychedelic Purple #D32EF4
RGB
CMYK
RGB Variations
Color information
#D32EF4 (or 0xD32EF4) is known color: Psychedelic Purple. HEX triplet: D3, 2E and F4. RGB value is (211,46,244). Sum of RGB (Red+Green+Blue) = 211+46+244=501 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.12% from 501); Green value is 46 (18.36% from 255 or 9.18% from 501); Blue value is 244 (95.70% from 255 or 48.70% from 501); Max value from RGB is 244 - color contains mainly: blue. Hex color #D32EF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D32EF4 is #2CD10B. Grayscale: #757575. Windows color (decimal): -2937100 or 16002771. OLE color: 16002771.
HSL color Cylindrical-coordinate representation of color #D32EF4: hue angle of 290º 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 #D32EF4 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 46 | 244 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.04 |
| HSL | 290º | 0.9% | 0.57% | - |
| HSV(B) | 290º | 0.81% | 0.96% | - |
| XYZ | 44.17 | 22.33 | 87.57 | - |
| YUV | 117.91 | 199.16 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 46 | 244 | 0.14 | 0.81 | 0 | 0.04 | 290 | 0.9 | 0.57 |
| Hex | D3 | 2E | F4 | E | 51 | 0 | 4 | 122 | 5A | 39 |
| Octal | 323 | 56 | 364 | 16 | 121 | 0 | 4 | 442 | 132 | 71 |
| Binary | 11010011 | 101110 | 11110100 | 1110 | 1010001 | 0 | 100 | 100100010 | 1011010 | 111001 |
Color Harmonies of #D32EF4
Complementary color
Monochromatic Colors of #D32EF4
Black with #D32EF4
Text Example
Text Example
White with #D32EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32EF4; }
p { color: rgb(211,46,244); }
H1.HeaderClassName
{
color: #D32EF4;
}
.AnyTagClassName
{
color: #D32EF4;
}
</style>
background-color css
<style>
a { background-color: #D32EF4; }
a { background-color: rgb(211,46,244); }
div.DivClassName
{
background-color: #D32EF4;
}
.BgClassName
{
background-color: #D32EF4;
}
</style>
border-color css
<style>
span { border-color: #D32EF4; }
span { border-color: rgb(211,46,244); }
td.TdClassName
{
border-color: #D32EF4;
}
.TagClassName
{
border-color: #D32EF4;
}
</style>