Shades of Psychedelic Purple #D50FEB
Tints of Psychedelic Purple #D50FEB
RGB
CMYK
RGB Variations
Color information
#D50FEB (or 0xD50FEB) is known color: Psychedelic Purple. HEX triplet: D5, 0F and EB. RGB value is (213,15,235). Sum of RGB (Red+Green+Blue) = 213+15+235=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 15 (6.25% from 255 or 3.24% from 463); Blue value is 235 (92.19% from 255 or 50.76% from 463); Max value from RGB is 235 - color contains mainly: blue. Hex color #D50FEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D50FEB is #2AF014. Grayscale: #626262. Windows color (decimal): -2813973 or 15405013. OLE color: 15405013.
HSL color Cylindrical-coordinate representation of color #D50FEB: hue angle of 294º degrees, saturation: 0.88, 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 #D50FEB is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 213 | 15 | 235 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.08 |
| HSL | 294º | 0.88% | 0.49% | - |
| HSV(B) | 294º | 0.94% | 0.92% | - |
| XYZ | 42.61 | 20.49 | 80.31 | - |
| YUV | 99.28 | 204.6 | 209.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 15 | 235 | 0.09 | 0.94 | 0 | 0.08 | 294 | 0.88 | 0.49 |
| Hex | D5 | F | EB | 9 | 5E | 0 | 8 | 126 | 58 | 31 |
| Octal | 325 | 17 | 353 | 11 | 136 | 0 | 10 | 446 | 130 | 61 |
| Binary | 11010101 | 1111 | 11101011 | 1001 | 1011110 | 0 | 1000 | 100100110 | 1011000 | 110001 |
Color Harmonies of #D50FEB
Complementary color
Monochromatic Colors of #D50FEB
Black with #D50FEB
Text Example
Text Example
White with #D50FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50FEB; }
p { color: rgb(213,15,235); }
H1.HeaderClassName
{
color: #D50FEB;
}
.AnyTagClassName
{
color: #D50FEB;
}
</style>
background-color css
<style>
a { background-color: #D50FEB; }
a { background-color: rgb(213,15,235); }
div.DivClassName
{
background-color: #D50FEB;
}
.BgClassName
{
background-color: #D50FEB;
}
</style>
border-color css
<style>
span { border-color: #D50FEB; }
span { border-color: rgb(213,15,235); }
td.TdClassName
{
border-color: #D50FEB;
}
.TagClassName
{
border-color: #D50FEB;
}
</style>