Shades of Psychedelic Purple #D32BF0
Tints of Psychedelic Purple #D32BF0
RGB
CMYK
RGB Variations
Color information
#D32BF0 (or 0xD32BF0) is known color: Psychedelic Purple. HEX triplet: D3, 2B and F0. RGB value is (211,43,240). Sum of RGB (Red+Green+Blue) = 211+43+240=494 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.71% from 494); Green value is 43 (17.19% from 255 or 8.70% from 494); Blue value is 240 (94.14% from 255 or 48.58% from 494); Max value from RGB is 240 - color contains mainly: blue. Hex color #D32BF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D32BF0 is #2CD40F. Grayscale: #737373. Windows color (decimal): -2937872 or 15739859. OLE color: 15739859.
HSL color Cylindrical-coordinate representation of color #D32BF0: hue angle of 291.17º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D32BF0 is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 43 | 240 | - |
| CMYK | 0.12 | 0.82 | 0 | 0.06 |
| HSL | 291.17º | 0.87% | 0.55% | - |
| HSV(B) | 291.17º | 0.82% | 0.94% | - |
| XYZ | 43.46 | 21.87 | 84.37 | - |
| YUV | 115.69 | 198.16 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 43 | 240 | 0.12 | 0.82 | 0 | 0.06 | 291.17 | 0.87 | 0.55 |
| Hex | D3 | 2B | F0 | C | 52 | 0 | 6 | 123 | 57 | 37 |
| Octal | 323 | 53 | 360 | 14 | 122 | 0 | 6 | 443 | 127 | 67 |
| Binary | 11010011 | 101011 | 11110000 | 1100 | 1010010 | 0 | 110 | 100100011 | 1010111 | 110111 |
Color Harmonies of #D32BF0
Complementary color
Monochromatic Colors of #D32BF0
Black with #D32BF0
Text Example
Text Example
White with #D32BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32BF0; }
p { color: rgb(211,43,240); }
H1.HeaderClassName
{
color: #D32BF0;
}
.AnyTagClassName
{
color: #D32BF0;
}
</style>
background-color css
<style>
a { background-color: #D32BF0; }
a { background-color: rgb(211,43,240); }
div.DivClassName
{
background-color: #D32BF0;
}
.BgClassName
{
background-color: #D32BF0;
}
</style>
border-color css
<style>
span { border-color: #D32BF0; }
span { border-color: rgb(211,43,240); }
td.TdClassName
{
border-color: #D32BF0;
}
.TagClassName
{
border-color: #D32BF0;
}
</style>