Shades of Psychedelic Purple #D32FF4
Tints of Psychedelic Purple #D32FF4
RGB
CMYK
RGB Variations
Color information
#D32FF4 (or 0xD32FF4) is known color: Psychedelic Purple. HEX triplet: D3, 2F and F4. RGB value is (211,47,244). Sum of RGB (Red+Green+Blue) = 211+47+244=502 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.03% from 502); Green value is 47 (18.75% from 255 or 9.36% from 502); Blue value is 244 (95.70% from 255 or 48.61% from 502); Max value from RGB is 244 - color contains mainly: blue. Hex color #D32FF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D32FF4 is #2CD00B. Grayscale: #757575. Windows color (decimal): -2936844 or 16003027. OLE color: 16003027.
HSL color Cylindrical-coordinate representation of color #D32FF4: hue angle of 289.95º 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 #D32FF4 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 47 | 244 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.04 |
| HSL | 289.95º | 0.9% | 0.57% | - |
| HSV(B) | 289.95º | 0.81% | 0.96% | - |
| XYZ | 44.21 | 22.41 | 87.58 | - |
| YUV | 118.49 | 198.83 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 47 | 244 | 0.14 | 0.81 | 0 | 0.04 | 289.95 | 0.9 | 0.57 |
| Hex | D3 | 2F | F4 | E | 51 | 0 | 4 | 122 | 5A | 39 |
| Octal | 323 | 57 | 364 | 16 | 121 | 0 | 4 | 442 | 132 | 71 |
| Binary | 11010011 | 101111 | 11110100 | 1110 | 1010001 | 0 | 100 | 100100010 | 1011010 | 111001 |
Color Harmonies of #D32FF4
Complementary color
Monochromatic Colors of #D32FF4
Black with #D32FF4
Text Example
Text Example
White with #D32FF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32FF4; }
p { color: rgb(211,47,244); }
H1.HeaderClassName
{
color: #D32FF4;
}
.AnyTagClassName
{
color: #D32FF4;
}
</style>
background-color css
<style>
a { background-color: #D32FF4; }
a { background-color: rgb(211,47,244); }
div.DivClassName
{
background-color: #D32FF4;
}
.BgClassName
{
background-color: #D32FF4;
}
</style>
border-color css
<style>
span { border-color: #D32FF4; }
span { border-color: rgb(211,47,244); }
td.TdClassName
{
border-color: #D32FF4;
}
.TagClassName
{
border-color: #D32FF4;
}
</style>