Shades of Psychedelic Purple #D322EE
Tints of Psychedelic Purple #D322EE
RGB
CMYK
RGB Variations
Color information
#D322EE (or 0xD322EE) is known color: Psychedelic Purple. HEX triplet: D3, 22 and EE. RGB value is (211,34,238). Sum of RGB (Red+Green+Blue) = 211+34+238=483 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.69% from 483); Green value is 34 (13.67% from 255 or 7.04% from 483); Blue value is 238 (93.36% from 255 or 49.28% from 483); Max value from RGB is 238 - color contains mainly: blue. Hex color #D322EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D322EE is #2CDD11. Grayscale: #6D6D6D. Windows color (decimal): -2940178 or 15606483. OLE color: 15606483.
HSL color Cylindrical-coordinate representation of color #D322EE: hue angle of 292.06º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D322EE is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 34 | 238 | - |
| CMYK | 0.11 | 0.86 | 0 | 0.07 |
| HSL | 292.06º | 0.86% | 0.53% | - |
| HSV(B) | 292.06º | 0.86% | 0.93% | - |
| XYZ | 42.87 | 21.17 | 82.71 | - |
| YUV | 110.18 | 200.14 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 34 | 238 | 0.11 | 0.86 | 0 | 0.07 | 292.06 | 0.86 | 0.53 |
| Hex | D3 | 22 | EE | B | 56 | 0 | 7 | 124 | 56 | 35 |
| Octal | 323 | 42 | 356 | 13 | 126 | 0 | 7 | 444 | 126 | 65 |
| Binary | 11010011 | 100010 | 11101110 | 1011 | 1010110 | 0 | 111 | 100100100 | 1010110 | 110101 |
Color Harmonies of #D322EE
Complementary color
Monochromatic Colors of #D322EE
Black with #D322EE
Text Example
Text Example
White with #D322EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D322EE; }
p { color: rgb(211,34,238); }
H1.HeaderClassName
{
color: #D322EE;
}
.AnyTagClassName
{
color: #D322EE;
}
</style>
background-color css
<style>
a { background-color: #D322EE; }
a { background-color: rgb(211,34,238); }
div.DivClassName
{
background-color: #D322EE;
}
.BgClassName
{
background-color: #D322EE;
}
</style>
border-color css
<style>
span { border-color: #D322EE; }
span { border-color: rgb(211,34,238); }
td.TdClassName
{
border-color: #D322EE;
}
.TagClassName
{
border-color: #D322EE;
}
</style>