Shades of Psychedelic Purple #D32BE6
Tints of Psychedelic Purple #D32BE6
RGB
CMYK
RGB Variations
Color information
#D32BE6 (or 0xD32BE6) is known color: Psychedelic Purple. HEX triplet: D3, 2B and E6. RGB value is (211,43,230). Sum of RGB (Red+Green+Blue) = 211+43+230=484 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.60% from 484); Green value is 43 (17.19% from 255 or 8.88% from 484); Blue value is 230 (90.23% from 255 or 47.52% from 484); Max value from RGB is 230 - color contains mainly: blue. Hex color #D32BE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D32BE6 is #2CD419. Grayscale: #717171. Windows color (decimal): -2937882 or 15084499. OLE color: 15084499.
HSL color Cylindrical-coordinate representation of color #D32BE6: hue angle of 293.9º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D32BE6 is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 43 | 230 | - |
| CMYK | 0.08 | 0.81 | 0 | 0.10 |
| HSL | 293.9º | 0.79% | 0.54% | - |
| HSV(B) | 293.9º | 0.81% | 0.9% | - |
| XYZ | 42.01 | 21.29 | 76.76 | - |
| YUV | 114.55 | 193.16 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 43 | 230 | 0.08 | 0.81 | 0 | 0.10 | 293.9 | 0.79 | 0.54 |
| Hex | D3 | 2B | E6 | 8 | 51 | 0 | A | 126 | 4F | 36 |
| Octal | 323 | 53 | 346 | 10 | 121 | 0 | 12 | 446 | 117 | 66 |
| Binary | 11010011 | 101011 | 11100110 | 1000 | 1010001 | 0 | 1010 | 100100110 | 1001111 | 110110 |
Color Harmonies of #D32BE6
Complementary color
Monochromatic Colors of #D32BE6
Black with #D32BE6
Text Example
Text Example
White with #D32BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32BE6; }
p { color: rgb(211,43,230); }
H1.HeaderClassName
{
color: #D32BE6;
}
.AnyTagClassName
{
color: #D32BE6;
}
</style>
background-color css
<style>
a { background-color: #D32BE6; }
a { background-color: rgb(211,43,230); }
div.DivClassName
{
background-color: #D32BE6;
}
.BgClassName
{
background-color: #D32BE6;
}
</style>
border-color css
<style>
span { border-color: #D32BE6; }
span { border-color: rgb(211,43,230); }
td.TdClassName
{
border-color: #D32BE6;
}
.TagClassName
{
border-color: #D32BE6;
}
</style>