Shades of Psychedelic Purple #D32EFE
Tints of Psychedelic Purple #D32EFE
RGB
CMYK
RGB Variations
Color information
#D32EFE (or 0xD32EFE) is known color: Psychedelic Purple. HEX triplet: D3, 2E and FE. RGB value is (211,46,254). Sum of RGB (Red+Green+Blue) = 211+46+254=511 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.29% from 511); Green value is 46 (18.36% from 255 or 9.00% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #D32EFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D32EFE is #2CD101. Grayscale: #767676. Windows color (decimal): -2937090 or 16658131. OLE color: 16658131.
HSL color Cylindrical-coordinate representation of color #D32EFE: hue angle of 287.6º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D32EFE is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 211 | 46 | 254 | - |
| CMYK | 0.17 | 0.82 | 0 | 0.00 |
| HSL | 287.6º | 0.99% | 0.59% | - |
| HSV(B) | 287.6º | 0.82% | 1% | - |
| XYZ | 45.73 | 22.96 | 95.79 | - |
| YUV | 119.05 | 204.16 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 46 | 254 | 0.17 | 0.82 | 0 | 0.00 | 287.6 | 0.99 | 0.59 |
| Hex | D3 | 2E | FE | 11 | 52 | 0 | 0 | 120 | 63 | 3B |
| Octal | 323 | 56 | 376 | 21 | 122 | 0 | 0 | 440 | 143 | 73 |
| Binary | 11010011 | 101110 | 11111110 | 10001 | 1010010 | 0 | 0 | 100100000 | 1100011 | 111011 |
Color Harmonies of #D32EFE
Complementary color
Monochromatic Colors of #D32EFE
Black with #D32EFE
Text Example
Text Example
White with #D32EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32EFE; }
p { color: rgb(211,46,254); }
H1.HeaderClassName
{
color: #D32EFE;
}
.AnyTagClassName
{
color: #D32EFE;
}
</style>
background-color css
<style>
a { background-color: #D32EFE; }
a { background-color: rgb(211,46,254); }
div.DivClassName
{
background-color: #D32EFE;
}
.BgClassName
{
background-color: #D32EFE;
}
</style>
border-color css
<style>
span { border-color: #D32EFE; }
span { border-color: rgb(211,46,254); }
td.TdClassName
{
border-color: #D32EFE;
}
.TagClassName
{
border-color: #D32EFE;
}
</style>