Shades of Psychedelic Purple #D32EF2
Tints of Psychedelic Purple #D32EF2
RGB
CMYK
RGB Variations
Color information
#D32EF2 (or 0xD32EF2) is known color: Psychedelic Purple. HEX triplet: D3, 2E and F2. RGB value is (211,46,242). Sum of RGB (Red+Green+Blue) = 211+46+242=499 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.28% from 499); Green value is 46 (18.36% from 255 or 9.22% from 499); Blue value is 242 (94.92% from 255 or 48.50% from 499); Max value from RGB is 242 - color contains mainly: blue. Hex color #D32EF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D32EF2 is #2CD10D. Grayscale: #757575. Windows color (decimal): -2937102 or 15871699. OLE color: 15871699.
HSL color Cylindrical-coordinate representation of color #D32EF2: hue angle of 290.51º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D32EF2 is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 46 | 242 | - |
| CMYK | 0.13 | 0.81 | 0 | 0.05 |
| HSL | 290.51º | 0.88% | 0.56% | - |
| HSV(B) | 290.51º | 0.81% | 0.95% | - |
| XYZ | 43.87 | 22.21 | 85.98 | - |
| YUV | 117.68 | 198.16 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 46 | 242 | 0.13 | 0.81 | 0 | 0.05 | 290.51 | 0.88 | 0.56 |
| Hex | D3 | 2E | F2 | D | 51 | 0 | 5 | 123 | 58 | 38 |
| Octal | 323 | 56 | 362 | 15 | 121 | 0 | 5 | 443 | 130 | 70 |
| Binary | 11010011 | 101110 | 11110010 | 1101 | 1010001 | 0 | 101 | 100100011 | 1011000 | 111000 |
Color Harmonies of #D32EF2
Complementary color
Monochromatic Colors of #D32EF2
Black with #D32EF2
Text Example
Text Example
White with #D32EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32EF2; }
p { color: rgb(211,46,242); }
H1.HeaderClassName
{
color: #D32EF2;
}
.AnyTagClassName
{
color: #D32EF2;
}
</style>
background-color css
<style>
a { background-color: #D32EF2; }
a { background-color: rgb(211,46,242); }
div.DivClassName
{
background-color: #D32EF2;
}
.BgClassName
{
background-color: #D32EF2;
}
</style>
border-color css
<style>
span { border-color: #D32EF2; }
span { border-color: rgb(211,46,242); }
td.TdClassName
{
border-color: #D32EF2;
}
.TagClassName
{
border-color: #D32EF2;
}
</style>