Shades of Psychedelic Purple #D32AFE
Tints of Psychedelic Purple #D32AFE
RGB
CMYK
RGB Variations
Color information
#D32AFE (or 0xD32AFE) is known color: Psychedelic Purple. HEX triplet: D3, 2A and FE. RGB value is (211,42,254). Sum of RGB (Red+Green+Blue) = 211+42+254=507 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.62% from 507); Green value is 42 (16.80% from 255 or 8.28% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #D32AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D32AFE is #2CD501. Grayscale: #747474. Windows color (decimal): -2938114 or 16657107. OLE color: 16657107.
HSL color Cylindrical-coordinate representation of color #D32AFE: hue angle of 287.83º 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 #D32AFE is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 211 | 42 | 254 | - |
| CMYK | 0.17 | 0.83 | 0 | 0.00 |
| HSL | 287.83º | 0.99% | 0.58% | - |
| HSV(B) | 287.83º | 0.83% | 1% | - |
| XYZ | 45.58 | 22.66 | 95.74 | - |
| YUV | 116.7 | 205.49 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 42 | 254 | 0.17 | 0.83 | 0 | 0.00 | 287.83 | 0.99 | 0.58 |
| Hex | D3 | 2A | FE | 11 | 53 | 0 | 0 | 120 | 63 | 3A |
| Octal | 323 | 52 | 376 | 21 | 123 | 0 | 0 | 440 | 143 | 72 |
| Binary | 11010011 | 101010 | 11111110 | 10001 | 1010011 | 0 | 0 | 100100000 | 1100011 | 111010 |
Color Harmonies of #D32AFE
Complementary color
Monochromatic Colors of #D32AFE
Black with #D32AFE
Text Example
Text Example
White with #D32AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32AFE; }
p { color: rgb(211,42,254); }
H1.HeaderClassName
{
color: #D32AFE;
}
.AnyTagClassName
{
color: #D32AFE;
}
</style>
background-color css
<style>
a { background-color: #D32AFE; }
a { background-color: rgb(211,42,254); }
div.DivClassName
{
background-color: #D32AFE;
}
.BgClassName
{
background-color: #D32AFE;
}
</style>
border-color css
<style>
span { border-color: #D32AFE; }
span { border-color: rgb(211,42,254); }
td.TdClassName
{
border-color: #D32AFE;
}
.TagClassName
{
border-color: #D32AFE;
}
</style>