Shades of Psychedelic Purple #D526EC
Tints of Psychedelic Purple #D526EC
RGB
CMYK
RGB Variations
Color information
#D526EC (or 0xD526EC) is known color: Psychedelic Purple. HEX triplet: D5, 26 and EC. RGB value is (213,38,236). Sum of RGB (Red+Green+Blue) = 213+38+236=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 38 (15.23% from 255 or 7.80% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 236 - color contains mainly: blue. Hex color #D526EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D526EC is #2AD913. Grayscale: #707070. Windows color (decimal): -2808084 or 15476437. OLE color: 15476437.
HSL color Cylindrical-coordinate representation of color #D526EC: hue angle of 293.03º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D526EC is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 38 | 236 | - |
| CMYK | 0.10 | 0.84 | 0 | 0.07 |
| HSL | 293.03º | 0.84% | 0.54% | - |
| HSV(B) | 293.03º | 0.84% | 0.93% | - |
| XYZ | 43.27 | 21.59 | 81.24 | - |
| YUV | 112.9 | 197.48 | 199.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 38 | 236 | 0.10 | 0.84 | 0 | 0.07 | 293.03 | 0.84 | 0.54 |
| Hex | D5 | 26 | EC | A | 54 | 0 | 7 | 125 | 54 | 36 |
| Octal | 325 | 46 | 354 | 12 | 124 | 0 | 7 | 445 | 124 | 66 |
| Binary | 11010101 | 100110 | 11101100 | 1010 | 1010100 | 0 | 111 | 100100101 | 1010100 | 110110 |
Color Harmonies of #D526EC
Complementary color
Monochromatic Colors of #D526EC
Black with #D526EC
Text Example
Text Example
White with #D526EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D526EC; }
p { color: rgb(213,38,236); }
H1.HeaderClassName
{
color: #D526EC;
}
.AnyTagClassName
{
color: #D526EC;
}
</style>
background-color css
<style>
a { background-color: #D526EC; }
a { background-color: rgb(213,38,236); }
div.DivClassName
{
background-color: #D526EC;
}
.BgClassName
{
background-color: #D526EC;
}
</style>
border-color css
<style>
span { border-color: #D526EC; }
span { border-color: rgb(213,38,236); }
td.TdClassName
{
border-color: #D526EC;
}
.TagClassName
{
border-color: #D526EC;
}
</style>