Shades of Psychedelic Purple #D50EF1
Tints of Psychedelic Purple #D50EF1
RGB
CMYK
RGB Variations
Color information
#D50EF1 (or 0xD50EF1) is known color: Psychedelic Purple. HEX triplet: D5, 0E and F1. RGB value is (213,14,241). Sum of RGB (Red+Green+Blue) = 213+14+241=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 14 (5.86% from 255 or 2.99% from 468); Blue value is 241 (94.53% from 255 or 51.50% from 468); Max value from RGB is 241 - color contains mainly: blue. Hex color #D50EF1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D50EF1 is #2AF10E. Grayscale: #626262. Windows color (decimal): -2814223 or 15797973. OLE color: 15797973.
HSL color Cylindrical-coordinate representation of color #D50EF1: hue angle of 292.6º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D50EF1 is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 14 | 241 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.05 |
| HSL | 292.6º | 0.89% | 0.5% | - |
| HSV(B) | 292.6º | 0.94% | 0.95% | - |
| XYZ | 43.47 | 20.81 | 84.94 | - |
| YUV | 99.38 | 207.93 | 209.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 14 | 241 | 0.12 | 0.94 | 0 | 0.05 | 292.6 | 0.89 | 0.5 |
| Hex | D5 | E | F1 | C | 5E | 0 | 5 | 125 | 59 | 32 |
| Octal | 325 | 16 | 361 | 14 | 136 | 0 | 5 | 445 | 131 | 62 |
| Binary | 11010101 | 1110 | 11110001 | 1100 | 1011110 | 0 | 101 | 100100101 | 1011001 | 110010 |
Color Harmonies of #D50EF1
Complementary color
Monochromatic Colors of #D50EF1
Black with #D50EF1
Text Example
Text Example
White with #D50EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50EF1; }
p { color: rgb(213,14,241); }
H1.HeaderClassName
{
color: #D50EF1;
}
.AnyTagClassName
{
color: #D50EF1;
}
</style>
background-color css
<style>
a { background-color: #D50EF1; }
a { background-color: rgb(213,14,241); }
div.DivClassName
{
background-color: #D50EF1;
}
.BgClassName
{
background-color: #D50EF1;
}
</style>
border-color css
<style>
span { border-color: #D50EF1; }
span { border-color: rgb(213,14,241); }
td.TdClassName
{
border-color: #D50EF1;
}
.TagClassName
{
border-color: #D50EF1;
}
</style>