Shades of Psychedelic Purple #D522EB
Tints of Psychedelic Purple #D522EB
RGB
CMYK
RGB Variations
Color information
#D522EB (or 0xD522EB) is known color: Psychedelic Purple. HEX triplet: D5, 22 and EB. RGB value is (213,34,235). Sum of RGB (Red+Green+Blue) = 213+34+235=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 34 (13.67% from 255 or 7.05% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 235 - color contains mainly: blue. Hex color #D522EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D522EB is #2ADD14. Grayscale: #6D6D6D. Windows color (decimal): -2809109 or 15409877. OLE color: 15409877.
HSL color Cylindrical-coordinate representation of color #D522EB: hue angle of 293.43º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D522EB is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 213 | 34 | 235 | - |
| CMYK | 0.09 | 0.86 | 0 | 0.08 |
| HSL | 293.43º | 0.83% | 0.53% | - |
| HSV(B) | 293.43º | 0.86% | 0.92% | - |
| XYZ | 43.01 | 21.29 | 80.44 | - |
| YUV | 110.44 | 198.3 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 34 | 235 | 0.09 | 0.86 | 0 | 0.08 | 293.43 | 0.83 | 0.53 |
| Hex | D5 | 22 | EB | 9 | 56 | 0 | 8 | 125 | 53 | 35 |
| Octal | 325 | 42 | 353 | 11 | 126 | 0 | 10 | 445 | 123 | 65 |
| Binary | 11010101 | 100010 | 11101011 | 1001 | 1010110 | 0 | 1000 | 100100101 | 1010011 | 110101 |
Color Harmonies of #D522EB
Complementary color
Monochromatic Colors of #D522EB
Black with #D522EB
Text Example
Text Example
White with #D522EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D522EB; }
p { color: rgb(213,34,235); }
H1.HeaderClassName
{
color: #D522EB;
}
.AnyTagClassName
{
color: #D522EB;
}
</style>
background-color css
<style>
a { background-color: #D522EB; }
a { background-color: rgb(213,34,235); }
div.DivClassName
{
background-color: #D522EB;
}
.BgClassName
{
background-color: #D522EB;
}
</style>
border-color css
<style>
span { border-color: #D522EB; }
span { border-color: rgb(213,34,235); }
td.TdClassName
{
border-color: #D522EB;
}
.TagClassName
{
border-color: #D522EB;
}
</style>