Shades of Psychedelic Purple #D523ED
Tints of Psychedelic Purple #D523ED
RGB
CMYK
RGB Variations
Color information
#D523ED (or 0xD523ED) is known color: Psychedelic Purple. HEX triplet: D5, 23 and ED. RGB value is (213,35,237). Sum of RGB (Red+Green+Blue) = 213+35+237=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 35 (14.06% from 255 or 7.22% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #D523ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D523ED is #2ADC12. Grayscale: #6E6E6E. Windows color (decimal): -2808851 or 15541205. OLE color: 15541205.
HSL color Cylindrical-coordinate representation of color #D523ED: hue angle of 292.87º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D523ED is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 35 | 237 | - |
| CMYK | 0.10 | 0.85 | 0 | 0.07 |
| HSL | 292.87º | 0.85% | 0.53% | - |
| HSV(B) | 292.87º | 0.85% | 0.93% | - |
| XYZ | 43.33 | 21.46 | 81.98 | - |
| YUV | 111.25 | 198.97 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 35 | 237 | 0.10 | 0.85 | 0 | 0.07 | 292.87 | 0.85 | 0.53 |
| Hex | D5 | 23 | ED | A | 55 | 0 | 7 | 125 | 55 | 35 |
| Octal | 325 | 43 | 355 | 12 | 125 | 0 | 7 | 445 | 125 | 65 |
| Binary | 11010101 | 100011 | 11101101 | 1010 | 1010101 | 0 | 111 | 100100101 | 1010101 | 110101 |
Color Harmonies of #D523ED
Complementary color
Monochromatic Colors of #D523ED
Black with #D523ED
Text Example
Text Example
White with #D523ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D523ED; }
p { color: rgb(213,35,237); }
H1.HeaderClassName
{
color: #D523ED;
}
.AnyTagClassName
{
color: #D523ED;
}
</style>
background-color css
<style>
a { background-color: #D523ED; }
a { background-color: rgb(213,35,237); }
div.DivClassName
{
background-color: #D523ED;
}
.BgClassName
{
background-color: #D523ED;
}
</style>
border-color css
<style>
span { border-color: #D523ED; }
span { border-color: rgb(213,35,237); }
td.TdClassName
{
border-color: #D523ED;
}
.TagClassName
{
border-color: #D523ED;
}
</style>