Shades of Psychedelic Purple #D32DEE
Tints of Psychedelic Purple #D32DEE
RGB
CMYK
RGB Variations
Color information
#D32DEE (or 0xD32DEE) is known color: Psychedelic Purple. HEX triplet: D3, 2D and EE. RGB value is (211,45,238). Sum of RGB (Red+Green+Blue) = 211+45+238=494 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.71% from 494); Green value is 45 (17.97% from 255 or 9.11% from 494); Blue value is 238 (93.36% from 255 or 48.18% from 494); Max value from RGB is 238 - color contains mainly: blue. Hex color #D32DEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D32DEE is #2CD211. Grayscale: #747474. Windows color (decimal): -2937362 or 15609299. OLE color: 15609299.
HSL color Cylindrical-coordinate representation of color #D32DEE: hue angle of 291.61º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D32DEE is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 45 | 238 | - |
| CMYK | 0.11 | 0.81 | 0 | 0.07 |
| HSL | 291.61º | 0.85% | 0.55% | - |
| HSV(B) | 291.61º | 0.81% | 0.93% | - |
| XYZ | 43.23 | 21.9 | 82.84 | - |
| YUV | 116.64 | 196.5 | 195.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 45 | 238 | 0.11 | 0.81 | 0 | 0.07 | 291.61 | 0.85 | 0.55 |
| Hex | D3 | 2D | EE | B | 51 | 0 | 7 | 124 | 55 | 37 |
| Octal | 323 | 55 | 356 | 13 | 121 | 0 | 7 | 444 | 125 | 67 |
| Binary | 11010011 | 101101 | 11101110 | 1011 | 1010001 | 0 | 111 | 100100100 | 1010101 | 110111 |
Color Harmonies of #D32DEE
Complementary color
Monochromatic Colors of #D32DEE
Black with #D32DEE
Text Example
Text Example
White with #D32DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32DEE; }
p { color: rgb(211,45,238); }
H1.HeaderClassName
{
color: #D32DEE;
}
.AnyTagClassName
{
color: #D32DEE;
}
</style>
background-color css
<style>
a { background-color: #D32DEE; }
a { background-color: rgb(211,45,238); }
div.DivClassName
{
background-color: #D32DEE;
}
.BgClassName
{
background-color: #D32DEE;
}
</style>
border-color css
<style>
span { border-color: #D32DEE; }
span { border-color: rgb(211,45,238); }
td.TdClassName
{
border-color: #D32DEE;
}
.TagClassName
{
border-color: #D32DEE;
}
</style>