Shades of Psychedelic Purple #D521EB
Tints of Psychedelic Purple #D521EB
RGB
CMYK
RGB Variations
Color information
#D521EB (or 0xD521EB) is known color: Psychedelic Purple. HEX triplet: D5, 21 and EB. RGB value is (213,33,235). Sum of RGB (Red+Green+Blue) = 213+33+235=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 33 (13.28% from 255 or 6.86% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 235 - color contains mainly: blue. Hex color #D521EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D521EB is #2ADE14. Grayscale: #6D6D6D. Windows color (decimal): -2809365 or 15409621. OLE color: 15409621.
HSL color Cylindrical-coordinate representation of color #D521EB: hue angle of 293.47º 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 #D521EB is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 213 | 33 | 235 | - |
| CMYK | 0.09 | 0.86 | 0 | 0.08 |
| HSL | 293.47º | 0.83% | 0.53% | - |
| HSV(B) | 293.47º | 0.86% | 0.92% | - |
| XYZ | 42.98 | 21.23 | 80.43 | - |
| YUV | 109.85 | 198.63 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 33 | 235 | 0.09 | 0.86 | 0 | 0.08 | 293.47 | 0.83 | 0.53 |
| Hex | D5 | 21 | EB | 9 | 56 | 0 | 8 | 125 | 53 | 35 |
| Octal | 325 | 41 | 353 | 11 | 126 | 0 | 10 | 445 | 123 | 65 |
| Binary | 11010101 | 100001 | 11101011 | 1001 | 1010110 | 0 | 1000 | 100100101 | 1010011 | 110101 |
Color Harmonies of #D521EB
Complementary color
Monochromatic Colors of #D521EB
Black with #D521EB
Text Example
Text Example
White with #D521EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D521EB; }
p { color: rgb(213,33,235); }
H1.HeaderClassName
{
color: #D521EB;
}
.AnyTagClassName
{
color: #D521EB;
}
</style>
background-color css
<style>
a { background-color: #D521EB; }
a { background-color: rgb(213,33,235); }
div.DivClassName
{
background-color: #D521EB;
}
.BgClassName
{
background-color: #D521EB;
}
</style>
border-color css
<style>
span { border-color: #D521EB; }
span { border-color: rgb(213,33,235); }
td.TdClassName
{
border-color: #D521EB;
}
.TagClassName
{
border-color: #D521EB;
}
</style>