Shades of Psychedelic Purple #D32BFE
Tints of Psychedelic Purple #D32BFE
RGB
CMYK
RGB Variations
Color information
#D32BFE (or 0xD32BFE) is known color: Psychedelic Purple. HEX triplet: D3, 2B and FE. RGB value is (211,43,254). Sum of RGB (Red+Green+Blue) = 211+43+254=508 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.54% from 508); Green value is 43 (17.19% from 255 or 8.46% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #D32BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D32BFE is #2CD401. Grayscale: #747474. Windows color (decimal): -2937858 or 16657363. OLE color: 16657363.
HSL color Cylindrical-coordinate representation of color #D32BFE: hue angle of 287.77º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D32BFE is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 211 | 43 | 254 | - |
| CMYK | 0.17 | 0.83 | 0 | 0.00 |
| HSL | 287.77º | 0.99% | 0.58% | - |
| HSV(B) | 287.77º | 0.83% | 1% | - |
| XYZ | 45.62 | 22.73 | 95.75 | - |
| YUV | 117.29 | 205.16 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 43 | 254 | 0.17 | 0.83 | 0 | 0.00 | 287.77 | 0.99 | 0.58 |
| Hex | D3 | 2B | FE | 11 | 53 | 0 | 0 | 120 | 63 | 3A |
| Octal | 323 | 53 | 376 | 21 | 123 | 0 | 0 | 440 | 143 | 72 |
| Binary | 11010011 | 101011 | 11111110 | 10001 | 1010011 | 0 | 0 | 100100000 | 1100011 | 111010 |
Color Harmonies of #D32BFE
Complementary color
Monochromatic Colors of #D32BFE
Black with #D32BFE
Text Example
Text Example
White with #D32BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32BFE; }
p { color: rgb(211,43,254); }
H1.HeaderClassName
{
color: #D32BFE;
}
.AnyTagClassName
{
color: #D32BFE;
}
</style>
background-color css
<style>
a { background-color: #D32BFE; }
a { background-color: rgb(211,43,254); }
div.DivClassName
{
background-color: #D32BFE;
}
.BgClassName
{
background-color: #D32BFE;
}
</style>
border-color css
<style>
span { border-color: #D32BFE; }
span { border-color: rgb(211,43,254); }
td.TdClassName
{
border-color: #D32BFE;
}
.TagClassName
{
border-color: #D32BFE;
}
</style>