Shades of Psychedelic Purple #D32AEF
Tints of Psychedelic Purple #D32AEF
RGB
CMYK
RGB Variations
Color information
#D32AEF (or 0xD32AEF) is known color: Psychedelic Purple. HEX triplet: D3, 2A and EF. RGB value is (211,42,239). Sum of RGB (Red+Green+Blue) = 211+42+239=492 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.89% from 492); Green value is 42 (16.80% from 255 or 8.54% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 239 - color contains mainly: blue. Hex color #D32AEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D32AEF is #2CD510. Grayscale: #727272. Windows color (decimal): -2938129 or 15674067. OLE color: 15674067.
HSL color Cylindrical-coordinate representation of color #D32AEF: hue angle of 291.47º degrees, saturation: 0.86, 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 #D32AEF is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 42 | 239 | - |
| CMYK | 0.12 | 0.82 | 0 | 0.06 |
| HSL | 291.47º | 0.86% | 0.55% | - |
| HSV(B) | 291.47º | 0.82% | 0.94% | - |
| XYZ | 43.27 | 21.74 | 83.58 | - |
| YUV | 114.99 | 197.99 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 42 | 239 | 0.12 | 0.82 | 0 | 0.06 | 291.47 | 0.86 | 0.55 |
| Hex | D3 | 2A | EF | C | 52 | 0 | 6 | 123 | 56 | 37 |
| Octal | 323 | 52 | 357 | 14 | 122 | 0 | 6 | 443 | 126 | 67 |
| Binary | 11010011 | 101010 | 11101111 | 1100 | 1010010 | 0 | 110 | 100100011 | 1010110 | 110111 |
Color Harmonies of #D32AEF
Complementary color
Monochromatic Colors of #D32AEF
Black with #D32AEF
Text Example
Text Example
White with #D32AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32AEF; }
p { color: rgb(211,42,239); }
H1.HeaderClassName
{
color: #D32AEF;
}
.AnyTagClassName
{
color: #D32AEF;
}
</style>
background-color css
<style>
a { background-color: #D32AEF; }
a { background-color: rgb(211,42,239); }
div.DivClassName
{
background-color: #D32AEF;
}
.BgClassName
{
background-color: #D32AEF;
}
</style>
border-color css
<style>
span { border-color: #D32AEF; }
span { border-color: rgb(211,42,239); }
td.TdClassName
{
border-color: #D32AEF;
}
.TagClassName
{
border-color: #D32AEF;
}
</style>