Shades of Psychedelic Purple #D523EC
Tints of Psychedelic Purple #D523EC
RGB
CMYK
RGB Variations
Color information
#D523EC (or 0xD523EC) is known color: Psychedelic Purple. HEX triplet: D5, 23 and EC. RGB value is (213,35,236). Sum of RGB (Red+Green+Blue) = 213+35+236=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 35 (14.06% from 255 or 7.23% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #D523EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D523EC is #2ADC13. Grayscale: #6E6E6E. Windows color (decimal): -2808852 or 15475669. OLE color: 15475669.
HSL color Cylindrical-coordinate representation of color #D523EC: hue angle of 293.13º degrees, saturation: 0.84, 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 #D523EC is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 35 | 236 | - |
| CMYK | 0.10 | 0.85 | 0 | 0.07 |
| HSL | 293.13º | 0.84% | 0.53% | - |
| HSV(B) | 293.13º | 0.85% | 0.93% | - |
| XYZ | 43.18 | 21.4 | 81.21 | - |
| YUV | 111.14 | 198.47 | 200.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 35 | 236 | 0.10 | 0.85 | 0 | 0.07 | 293.13 | 0.84 | 0.53 |
| Hex | D5 | 23 | EC | A | 55 | 0 | 7 | 125 | 54 | 35 |
| Octal | 325 | 43 | 354 | 12 | 125 | 0 | 7 | 445 | 124 | 65 |
| Binary | 11010101 | 100011 | 11101100 | 1010 | 1010101 | 0 | 111 | 100100101 | 1010100 | 110101 |
Color Harmonies of #D523EC
Complementary color
Monochromatic Colors of #D523EC
Black with #D523EC
Text Example
Text Example
White with #D523EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D523EC; }
p { color: rgb(213,35,236); }
H1.HeaderClassName
{
color: #D523EC;
}
.AnyTagClassName
{
color: #D523EC;
}
</style>
background-color css
<style>
a { background-color: #D523EC; }
a { background-color: rgb(213,35,236); }
div.DivClassName
{
background-color: #D523EC;
}
.BgClassName
{
background-color: #D523EC;
}
</style>
border-color css
<style>
span { border-color: #D523EC; }
span { border-color: rgb(213,35,236); }
td.TdClassName
{
border-color: #D523EC;
}
.TagClassName
{
border-color: #D523EC;
}
</style>