Shades of Psychedelic Purple #D32CFA
Tints of Psychedelic Purple #D32CFA
RGB
CMYK
RGB Variations
Color information
#D32CFA (or 0xD32CFA) is known color: Psychedelic Purple. HEX triplet: D3, 2C and FA. RGB value is (211,44,250). Sum of RGB (Red+Green+Blue) = 211+44+250=505 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.78% from 505); Green value is 44 (17.58% from 255 or 8.71% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #D32CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D32CFA is #2CD305. Grayscale: #747474. Windows color (decimal): -2937606 or 16395475. OLE color: 16395475.
HSL color Cylindrical-coordinate representation of color #D32CFA: hue angle of 288.64º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D32CFA is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 44 | 250 | - |
| CMYK | 0.16 | 0.82 | 0 | 0.02 |
| HSL | 288.64º | 0.95% | 0.58% | - |
| HSV(B) | 288.64º | 0.82% | 0.98% | - |
| XYZ | 45.02 | 22.55 | 92.42 | - |
| YUV | 117.42 | 202.83 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 44 | 250 | 0.16 | 0.82 | 0 | 0.02 | 288.64 | 0.95 | 0.58 |
| Hex | D3 | 2C | FA | 10 | 52 | 0 | 2 | 121 | 5F | 3A |
| Octal | 323 | 54 | 372 | 20 | 122 | 0 | 2 | 441 | 137 | 72 |
| Binary | 11010011 | 101100 | 11111010 | 10000 | 1010010 | 0 | 10 | 100100001 | 1011111 | 111010 |
Color Harmonies of #D32CFA
Complementary color
Monochromatic Colors of #D32CFA
Black with #D32CFA
Text Example
Text Example
White with #D32CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32CFA; }
p { color: rgb(211,44,250); }
H1.HeaderClassName
{
color: #D32CFA;
}
.AnyTagClassName
{
color: #D32CFA;
}
</style>
background-color css
<style>
a { background-color: #D32CFA; }
a { background-color: rgb(211,44,250); }
div.DivClassName
{
background-color: #D32CFA;
}
.BgClassName
{
background-color: #D32CFA;
}
</style>
border-color css
<style>
span { border-color: #D32CFA; }
span { border-color: rgb(211,44,250); }
td.TdClassName
{
border-color: #D32CFA;
}
.TagClassName
{
border-color: #D32CFA;
}
</style>