Shades of Psychedelic Purple #D527EB
Tints of Psychedelic Purple #D527EB
RGB
CMYK
RGB Variations
Color information
#D527EB (or 0xD527EB) is known color: Psychedelic Purple. HEX triplet: D5, 27 and EB. RGB value is (213,39,235). Sum of RGB (Red+Green+Blue) = 213+39+235=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 39 (15.62% from 255 or 8.01% from 487); Blue value is 235 (92.19% from 255 or 48.25% from 487); Max value from RGB is 235 - color contains mainly: blue. Hex color #D527EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D527EB is #2AD814. Grayscale: #707070. Windows color (decimal): -2807829 or 15411157. OLE color: 15411157.
HSL color Cylindrical-coordinate representation of color #D527EB: hue angle of 293.27º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D527EB is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 213 | 39 | 235 | - |
| CMYK | 0.09 | 0.83 | 0 | 0.08 |
| HSL | 293.27º | 0.83% | 0.54% | - |
| HSV(B) | 293.27º | 0.83% | 0.92% | - |
| XYZ | 43.16 | 21.6 | 80.49 | - |
| YUV | 113.37 | 196.65 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 39 | 235 | 0.09 | 0.83 | 0 | 0.08 | 293.27 | 0.83 | 0.54 |
| Hex | D5 | 27 | EB | 9 | 53 | 0 | 8 | 125 | 53 | 36 |
| Octal | 325 | 47 | 353 | 11 | 123 | 0 | 10 | 445 | 123 | 66 |
| Binary | 11010101 | 100111 | 11101011 | 1001 | 1010011 | 0 | 1000 | 100100101 | 1010011 | 110110 |
Color Harmonies of #D527EB
Complementary color
Monochromatic Colors of #D527EB
Black with #D527EB
Text Example
Text Example
White with #D527EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D527EB; }
p { color: rgb(213,39,235); }
H1.HeaderClassName
{
color: #D527EB;
}
.AnyTagClassName
{
color: #D527EB;
}
</style>
background-color css
<style>
a { background-color: #D527EB; }
a { background-color: rgb(213,39,235); }
div.DivClassName
{
background-color: #D527EB;
}
.BgClassName
{
background-color: #D527EB;
}
</style>
border-color css
<style>
span { border-color: #D527EB; }
span { border-color: rgb(213,39,235); }
td.TdClassName
{
border-color: #D527EB;
}
.TagClassName
{
border-color: #D527EB;
}
</style>