Shades of Psychedelic Purple #D507EE
Tints of Psychedelic Purple #D507EE
RGB
CMYK
RGB Variations
Color information
#D507EE (or 0xD507EE) is known color: Psychedelic Purple. HEX triplet: D5, 07 and EE. RGB value is (213,7,238). Sum of RGB (Red+Green+Blue) = 213+7+238=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 7 (3.12% from 255 or 1.53% from 458); Blue value is 238 (93.36% from 255 or 51.97% from 458); Max value from RGB is 238 - color contains mainly: blue. Hex color #D507EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D507EE is #2AF811. Grayscale: #5E5E5E. Windows color (decimal): -2816018 or 15599573. OLE color: 15599573.
HSL color Cylindrical-coordinate representation of color #D507EE: hue angle of 293.51º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D507EE is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 7 | 238 | - |
| CMYK | 0.11 | 0.97 | 0 | 0.07 |
| HSL | 293.51º | 0.94% | 0.48% | - |
| HSV(B) | 293.51º | 0.97% | 0.93% | - |
| XYZ | 42.95 | 20.47 | 82.58 | - |
| YUV | 94.93 | 208.75 | 212.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 7 | 238 | 0.11 | 0.97 | 0 | 0.07 | 293.51 | 0.94 | 0.48 |
| Hex | D5 | 7 | EE | B | 61 | 0 | 7 | 126 | 5E | 30 |
| Octal | 325 | 7 | 356 | 13 | 141 | 0 | 7 | 446 | 136 | 60 |
| Binary | 11010101 | 111 | 11101110 | 1011 | 1100001 | 0 | 111 | 100100110 | 1011110 | 110000 |
Color Harmonies of #D507EE
Complementary color
Monochromatic Colors of #D507EE
Black with #D507EE
Text Example
Text Example
White with #D507EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D507EE; }
p { color: rgb(213,7,238); }
H1.HeaderClassName
{
color: #D507EE;
}
.AnyTagClassName
{
color: #D507EE;
}
</style>
background-color css
<style>
a { background-color: #D507EE; }
a { background-color: rgb(213,7,238); }
div.DivClassName
{
background-color: #D507EE;
}
.BgClassName
{
background-color: #D507EE;
}
</style>
border-color css
<style>
span { border-color: #D507EE; }
span { border-color: rgb(213,7,238); }
td.TdClassName
{
border-color: #D507EE;
}
.TagClassName
{
border-color: #D507EE;
}
</style>