Shades of Psychedelic Purple #D320EE
Tints of Psychedelic Purple #D320EE
RGB
CMYK
RGB Variations
Color information
#D320EE (or 0xD320EE) is known color: Psychedelic Purple. HEX triplet: D3, 20 and EE. RGB value is (211,32,238). Sum of RGB (Red+Green+Blue) = 211+32+238=481 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.87% from 481); Green value is 32 (12.89% from 255 or 6.65% from 481); Blue value is 238 (93.36% from 255 or 49.48% from 481); Max value from RGB is 238 - color contains mainly: blue. Hex color #D320EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D320EE is #2CDF11. Grayscale: #6C6C6C. Windows color (decimal): -2940690 or 15605971. OLE color: 15605971.
HSL color Cylindrical-coordinate representation of color #D320EE: hue angle of 292.14º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D320EE is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 32 | 238 | - |
| CMYK | 0.11 | 0.87 | 0 | 0.07 |
| HSL | 292.14º | 0.86% | 0.53% | - |
| HSV(B) | 292.14º | 0.87% | 0.93% | - |
| XYZ | 42.81 | 21.05 | 82.7 | - |
| YUV | 109.01 | 200.8 | 200.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 32 | 238 | 0.11 | 0.87 | 0 | 0.07 | 292.14 | 0.86 | 0.53 |
| Hex | D3 | 20 | EE | B | 57 | 0 | 7 | 124 | 56 | 35 |
| Octal | 323 | 40 | 356 | 13 | 127 | 0 | 7 | 444 | 126 | 65 |
| Binary | 11010011 | 100000 | 11101110 | 1011 | 1010111 | 0 | 111 | 100100100 | 1010110 | 110101 |
Color Harmonies of #D320EE
Complementary color
Monochromatic Colors of #D320EE
Black with #D320EE
Text Example
Text Example
White with #D320EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D320EE; }
p { color: rgb(211,32,238); }
H1.HeaderClassName
{
color: #D320EE;
}
.AnyTagClassName
{
color: #D320EE;
}
</style>
background-color css
<style>
a { background-color: #D320EE; }
a { background-color: rgb(211,32,238); }
div.DivClassName
{
background-color: #D320EE;
}
.BgClassName
{
background-color: #D320EE;
}
</style>
border-color css
<style>
span { border-color: #D320EE; }
span { border-color: rgb(211,32,238); }
td.TdClassName
{
border-color: #D320EE;
}
.TagClassName
{
border-color: #D320EE;
}
</style>