Shades of Psychedelic Purple #D513EB
Tints of Psychedelic Purple #D513EB
RGB
CMYK
RGB Variations
Color information
#D513EB (or 0xD513EB) is known color: Psychedelic Purple. HEX triplet: D5, 13 and EB. RGB value is (213,19,235). Sum of RGB (Red+Green+Blue) = 213+19+235=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 19 (7.81% from 255 or 4.07% from 467); Blue value is 235 (92.19% from 255 or 50.32% from 467); Max value from RGB is 235 - color contains mainly: blue. Hex color #D513EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D513EB is #2AEC14. Grayscale: #646464. Windows color (decimal): -2812949 or 15406037. OLE color: 15406037.
HSL color Cylindrical-coordinate representation of color #D513EB: hue angle of 293.89º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D513EB is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 213 | 19 | 235 | - |
| CMYK | 0.09 | 0.92 | 0 | 0.08 |
| HSL | 293.89º | 0.85% | 0.5% | - |
| HSV(B) | 293.89º | 0.92% | 0.92% | - |
| XYZ | 42.67 | 20.61 | 80.33 | - |
| YUV | 101.63 | 203.27 | 207.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 19 | 235 | 0.09 | 0.92 | 0 | 0.08 | 293.89 | 0.85 | 0.5 |
| Hex | D5 | 13 | EB | 9 | 5C | 0 | 8 | 126 | 55 | 32 |
| Octal | 325 | 23 | 353 | 11 | 134 | 0 | 10 | 446 | 125 | 62 |
| Binary | 11010101 | 10011 | 11101011 | 1001 | 1011100 | 0 | 1000 | 100100110 | 1010101 | 110010 |
Color Harmonies of #D513EB
Complementary color
Monochromatic Colors of #D513EB
Black with #D513EB
Text Example
Text Example
White with #D513EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D513EB; }
p { color: rgb(213,19,235); }
H1.HeaderClassName
{
color: #D513EB;
}
.AnyTagClassName
{
color: #D513EB;
}
</style>
background-color css
<style>
a { background-color: #D513EB; }
a { background-color: rgb(213,19,235); }
div.DivClassName
{
background-color: #D513EB;
}
.BgClassName
{
background-color: #D513EB;
}
</style>
border-color css
<style>
span { border-color: #D513EB; }
span { border-color: rgb(213,19,235); }
td.TdClassName
{
border-color: #D513EB;
}
.TagClassName
{
border-color: #D513EB;
}
</style>