Shades of Psychedelic Purple #D515EA
Tints of Psychedelic Purple #D515EA
RGB
CMYK
RGB Variations
Color information
#D515EA (or 0xD515EA) is known color: Psychedelic Purple. HEX triplet: D5, 15 and EA. RGB value is (213,21,234). Sum of RGB (Red+Green+Blue) = 213+21+234=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 21 (8.59% from 255 or 4.49% from 468); Blue value is 234 (91.80% from 255 or 50% from 468); Max value from RGB is 234 - color contains mainly: blue. Hex color #D515EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D515EA is #2AEA15. Grayscale: #666666. Windows color (decimal): -2812438 or 15341013. OLE color: 15341013.
HSL color Cylindrical-coordinate representation of color #D515EA: hue angle of 294.08º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D515EA is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 213 | 21 | 234 | - |
| CMYK | 0.09 | 0.91 | 0 | 0.08 |
| HSL | 294.08º | 0.84% | 0.5% | - |
| HSV(B) | 294.08º | 0.91% | 0.92% | - |
| XYZ | 42.56 | 20.62 | 79.58 | - |
| YUV | 102.69 | 202.11 | 206.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 21 | 234 | 0.09 | 0.91 | 0 | 0.08 | 294.08 | 0.84 | 0.5 |
| Hex | D5 | 15 | EA | 9 | 5B | 0 | 8 | 126 | 54 | 32 |
| Octal | 325 | 25 | 352 | 11 | 133 | 0 | 10 | 446 | 124 | 62 |
| Binary | 11010101 | 10101 | 11101010 | 1001 | 1011011 | 0 | 1000 | 100100110 | 1010100 | 110010 |
Color Harmonies of #D515EA
Complementary color
Monochromatic Colors of #D515EA
Black with #D515EA
Text Example
Text Example
White with #D515EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D515EA; }
p { color: rgb(213,21,234); }
H1.HeaderClassName
{
color: #D515EA;
}
.AnyTagClassName
{
color: #D515EA;
}
</style>
background-color css
<style>
a { background-color: #D515EA; }
a { background-color: rgb(213,21,234); }
div.DivClassName
{
background-color: #D515EA;
}
.BgClassName
{
background-color: #D515EA;
}
</style>
border-color css
<style>
span { border-color: #D515EA; }
span { border-color: rgb(213,21,234); }
td.TdClassName
{
border-color: #D515EA;
}
.TagClassName
{
border-color: #D515EA;
}
</style>