Shades of Psychedelic Purple #D50EEA
Tints of Psychedelic Purple #D50EEA
RGB
CMYK
RGB Variations
Color information
#D50EEA (or 0xD50EEA) is known color: Psychedelic Purple. HEX triplet: D5, 0E and EA. RGB value is (213,14,234). Sum of RGB (Red+Green+Blue) = 213+14+234=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 14 (5.86% from 255 or 3.04% from 461); Blue value is 234 (91.80% from 255 or 50.76% from 461); Max value from RGB is 234 - color contains mainly: blue. Hex color #D50EEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D50EEA is #2AF115. Grayscale: #616161. Windows color (decimal): -2814230 or 15339221. OLE color: 15339221.
HSL color Cylindrical-coordinate representation of color #D50EEA: hue angle of 294.27º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D50EEA is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 213 | 14 | 234 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.08 |
| HSL | 294.27º | 0.89% | 0.49% | - |
| HSV(B) | 294.27º | 0.94% | 0.92% | - |
| XYZ | 42.45 | 20.4 | 79.54 | - |
| YUV | 98.58 | 204.43 | 209.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 14 | 234 | 0.09 | 0.94 | 0 | 0.08 | 294.27 | 0.89 | 0.49 |
| Hex | D5 | E | EA | 9 | 5E | 0 | 8 | 126 | 59 | 31 |
| Octal | 325 | 16 | 352 | 11 | 136 | 0 | 10 | 446 | 131 | 61 |
| Binary | 11010101 | 1110 | 11101010 | 1001 | 1011110 | 0 | 1000 | 100100110 | 1011001 | 110001 |
Color Harmonies of #D50EEA
Complementary color
Monochromatic Colors of #D50EEA
Black with #D50EEA
Text Example
Text Example
White with #D50EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50EEA; }
p { color: rgb(213,14,234); }
H1.HeaderClassName
{
color: #D50EEA;
}
.AnyTagClassName
{
color: #D50EEA;
}
</style>
background-color css
<style>
a { background-color: #D50EEA; }
a { background-color: rgb(213,14,234); }
div.DivClassName
{
background-color: #D50EEA;
}
.BgClassName
{
background-color: #D50EEA;
}
</style>
border-color css
<style>
span { border-color: #D50EEA; }
span { border-color: rgb(213,14,234); }
td.TdClassName
{
border-color: #D50EEA;
}
.TagClassName
{
border-color: #D50EEA;
}
</style>