Shades of Psychedelic Purple #D522EE
Tints of Psychedelic Purple #D522EE
RGB
CMYK
RGB Variations
Color information
#D522EE (or 0xD522EE) is known color: Psychedelic Purple. HEX triplet: D5, 22 and EE. RGB value is (213,34,238). Sum of RGB (Red+Green+Blue) = 213+34+238=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 34 (13.67% from 255 or 7.01% from 485); Blue value is 238 (93.36% from 255 or 49.07% from 485); Max value from RGB is 238 - color contains mainly: blue. Hex color #D522EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D522EE is #2ADD11. Grayscale: #6E6E6E. Windows color (decimal): -2809106 or 15606485. OLE color: 15606485.
HSL color Cylindrical-coordinate representation of color #D522EE: hue angle of 292.65º 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 #D522EE is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 34 | 238 | - |
| CMYK | 0.11 | 0.86 | 0 | 0.07 |
| HSL | 292.65º | 0.86% | 0.53% | - |
| HSV(B) | 292.65º | 0.86% | 0.93% | - |
| XYZ | 43.45 | 21.46 | 82.74 | - |
| YUV | 110.78 | 199.8 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 34 | 238 | 0.11 | 0.86 | 0 | 0.07 | 292.65 | 0.86 | 0.53 |
| Hex | D5 | 22 | EE | B | 56 | 0 | 7 | 125 | 56 | 35 |
| Octal | 325 | 42 | 356 | 13 | 126 | 0 | 7 | 445 | 126 | 65 |
| Binary | 11010101 | 100010 | 11101110 | 1011 | 1010110 | 0 | 111 | 100100101 | 1010110 | 110101 |
Color Harmonies of #D522EE
Complementary color
Monochromatic Colors of #D522EE
Black with #D522EE
Text Example
Text Example
White with #D522EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D522EE; }
p { color: rgb(213,34,238); }
H1.HeaderClassName
{
color: #D522EE;
}
.AnyTagClassName
{
color: #D522EE;
}
</style>
background-color css
<style>
a { background-color: #D522EE; }
a { background-color: rgb(213,34,238); }
div.DivClassName
{
background-color: #D522EE;
}
.BgClassName
{
background-color: #D522EE;
}
</style>
border-color css
<style>
span { border-color: #D522EE; }
span { border-color: rgb(213,34,238); }
td.TdClassName
{
border-color: #D522EE;
}
.TagClassName
{
border-color: #D522EE;
}
</style>