Shades of Psychedelic Purple #D32AE8
Tints of Psychedelic Purple #D32AE8
RGB
CMYK
RGB Variations
Color information
#D32AE8 (or 0xD32AE8) is known color: Psychedelic Purple. HEX triplet: D3, 2A and E8. RGB value is (211,42,232). Sum of RGB (Red+Green+Blue) = 211+42+232=485 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.51% from 485); Green value is 42 (16.80% from 255 or 8.66% from 485); Blue value is 232 (91.02% from 255 or 47.84% from 485); Max value from RGB is 232 - color contains mainly: blue. Hex color #D32AE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D32AE8 is #2CD517. Grayscale: #717171. Windows color (decimal): -2938136 or 15215315. OLE color: 15215315.
HSL color Cylindrical-coordinate representation of color #D32AE8: hue angle of 293.37º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D32AE8 is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 42 | 232 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.09 |
| HSL | 293.37º | 0.81% | 0.54% | - |
| HSV(B) | 293.37º | 0.82% | 0.91% | - |
| XYZ | 42.26 | 21.33 | 78.23 | - |
| YUV | 114.19 | 194.49 | 197.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 42 | 232 | 0.09 | 0.82 | 0 | 0.09 | 293.37 | 0.81 | 0.54 |
| Hex | D3 | 2A | E8 | 9 | 52 | 0 | 9 | 125 | 51 | 36 |
| Octal | 323 | 52 | 350 | 11 | 122 | 0 | 11 | 445 | 121 | 66 |
| Binary | 11010011 | 101010 | 11101000 | 1001 | 1010010 | 0 | 1001 | 100100101 | 1010001 | 110110 |
Color Harmonies of #D32AE8
Complementary color
Monochromatic Colors of #D32AE8
Black with #D32AE8
Text Example
Text Example
White with #D32AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32AE8; }
p { color: rgb(211,42,232); }
H1.HeaderClassName
{
color: #D32AE8;
}
.AnyTagClassName
{
color: #D32AE8;
}
</style>
background-color css
<style>
a { background-color: #D32AE8; }
a { background-color: rgb(211,42,232); }
div.DivClassName
{
background-color: #D32AE8;
}
.BgClassName
{
background-color: #D32AE8;
}
</style>
border-color css
<style>
span { border-color: #D32AE8; }
span { border-color: rgb(211,42,232); }
td.TdClassName
{
border-color: #D32AE8;
}
.TagClassName
{
border-color: #D32AE8;
}
</style>