Shades of Psychedelic Purple #D32AEB
Tints of Psychedelic Purple #D32AEB
RGB
CMYK
RGB Variations
Color information
#D32AEB (or 0xD32AEB) is known color: Psychedelic Purple. HEX triplet: D3, 2A and EB. RGB value is (211,42,235). Sum of RGB (Red+Green+Blue) = 211+42+235=488 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.24% from 488); Green value is 42 (16.80% from 255 or 8.61% from 488); Blue value is 235 (92.19% from 255 or 48.16% from 488); Max value from RGB is 235 - color contains mainly: blue. Hex color #D32AEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D32AEB is #2CD514. Grayscale: #717171. Windows color (decimal): -2938133 or 15411923. OLE color: 15411923.
HSL color Cylindrical-coordinate representation of color #D32AEB: hue angle of 292.54º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D32AEB is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 42 | 235 | - |
| CMYK | 0.10 | 0.82 | 0 | 0.08 |
| HSL | 292.54º | 0.83% | 0.54% | - |
| HSV(B) | 292.54º | 0.82% | 0.92% | - |
| XYZ | 42.69 | 21.5 | 80.5 | - |
| YUV | 114.53 | 195.99 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 42 | 235 | 0.10 | 0.82 | 0 | 0.08 | 292.54 | 0.83 | 0.54 |
| Hex | D3 | 2A | EB | A | 52 | 0 | 8 | 125 | 53 | 36 |
| Octal | 323 | 52 | 353 | 12 | 122 | 0 | 10 | 445 | 123 | 66 |
| Binary | 11010011 | 101010 | 11101011 | 1010 | 1010010 | 0 | 1000 | 100100101 | 1010011 | 110110 |
Color Harmonies of #D32AEB
Complementary color
Monochromatic Colors of #D32AEB
Black with #D32AEB
Text Example
Text Example
White with #D32AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32AEB; }
p { color: rgb(211,42,235); }
H1.HeaderClassName
{
color: #D32AEB;
}
.AnyTagClassName
{
color: #D32AEB;
}
</style>
background-color css
<style>
a { background-color: #D32AEB; }
a { background-color: rgb(211,42,235); }
div.DivClassName
{
background-color: #D32AEB;
}
.BgClassName
{
background-color: #D32AEB;
}
</style>
border-color css
<style>
span { border-color: #D32AEB; }
span { border-color: rgb(211,42,235); }
td.TdClassName
{
border-color: #D32AEB;
}
.TagClassName
{
border-color: #D32AEB;
}
</style>