Shades of Psychedelic Purple #D32FFA
Tints of Psychedelic Purple #D32FFA
RGB
CMYK
RGB Variations
Color information
#D32FFA (or 0xD32FFA) is known color: Psychedelic Purple. HEX triplet: D3, 2F and FA. RGB value is (211,47,250). Sum of RGB (Red+Green+Blue) = 211+47+250=508 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.54% from 508); Green value is 47 (18.75% from 255 or 9.25% from 508); Blue value is 250 (98.05% from 255 or 49.21% from 508); Max value from RGB is 250 - color contains mainly: blue. Hex color #D32FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D32FFA is #2CD005. Grayscale: #767676. Windows color (decimal): -2936838 or 16396243. OLE color: 16396243.
HSL color Cylindrical-coordinate representation of color #D32FFA: hue angle of 288.47º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D32FFA is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 47 | 250 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.02 |
| HSL | 288.47º | 0.95% | 0.58% | - |
| HSV(B) | 288.47º | 0.81% | 0.98% | - |
| XYZ | 45.14 | 22.78 | 92.46 | - |
| YUV | 119.18 | 201.83 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 47 | 250 | 0.16 | 0.81 | 0 | 0.02 | 288.47 | 0.95 | 0.58 |
| Hex | D3 | 2F | FA | 10 | 51 | 0 | 2 | 120 | 5F | 3A |
| Octal | 323 | 57 | 372 | 20 | 121 | 0 | 2 | 440 | 137 | 72 |
| Binary | 11010011 | 101111 | 11111010 | 10000 | 1010001 | 0 | 10 | 100100000 | 1011111 | 111010 |
Color Harmonies of #D32FFA
Complementary color
Monochromatic Colors of #D32FFA
Black with #D32FFA
Text Example
Text Example
White with #D32FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32FFA; }
p { color: rgb(211,47,250); }
H1.HeaderClassName
{
color: #D32FFA;
}
.AnyTagClassName
{
color: #D32FFA;
}
</style>
background-color css
<style>
a { background-color: #D32FFA; }
a { background-color: rgb(211,47,250); }
div.DivClassName
{
background-color: #D32FFA;
}
.BgClassName
{
background-color: #D32FFA;
}
</style>
border-color css
<style>
span { border-color: #D32FFA; }
span { border-color: rgb(211,47,250); }
td.TdClassName
{
border-color: #D32FFA;
}
.TagClassName
{
border-color: #D32FFA;
}
</style>