Shades of Psychedelic Purple #D50FEC
Tints of Psychedelic Purple #D50FEC
RGB
CMYK
RGB Variations
Color information
#D50FEC (or 0xD50FEC) is known color: Psychedelic Purple. HEX triplet: D5, 0F and EC. RGB value is (213,15,236). Sum of RGB (Red+Green+Blue) = 213+15+236=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 15 (6.25% from 255 or 3.23% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #D50FEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D50FEC is #2AF013. Grayscale: #626262. Windows color (decimal): -2813972 or 15470549. OLE color: 15470549.
HSL color Cylindrical-coordinate representation of color #D50FEC: hue angle of 293.76º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D50FEC is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 213 | 15 | 236 | - |
CMYK | 0.10 | 0.94 | 0 | 0.07 |
HSL | 293.76º | 0.88% | 0.49% | - |
HSV(B) | 293.76º | 0.94% | 0.93% | - |
XYZ | 42.75 | 20.54 | 81.07 | - |
YUV | 99.4 | 205.1 | 209.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 15 | 236 | 0.10 | 0.94 | 0 | 0.07 | 293.76 | 0.88 | 0.49 |
Hex | D5 | F | EC | A | 5E | 0 | 7 | 126 | 58 | 31 |
Octal | 325 | 17 | 354 | 12 | 136 | 0 | 7 | 446 | 130 | 61 |
Binary | 11010101 | 1111 | 11101100 | 1010 | 1011110 | 0 | 111 | 100100110 | 1011000 | 110001 |
Color Harmonies of #D50FEC
Complementary color
Monochromatic Colors of #D50FEC
Black with #D50FEC
Text Example
Text Example
White with #D50FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50FEC; }
p { color: rgb(213,15,236); }
H1.HeaderClassName
{
color: #D50FEC;
}
.AnyTagClassName
{
color: #D50FEC;
}
</style>
background-color css
<style>
a { background-color: #D50FEC; }
a { background-color: rgb(213,15,236); }
div.DivClassName
{
background-color: #D50FEC;
}
.BgClassName
{
background-color: #D50FEC;
}
</style>
border-color css
<style>
span { border-color: #D50FEC; }
span { border-color: rgb(213,15,236); }
td.TdClassName
{
border-color: #D50FEC;
}
.TagClassName
{
border-color: #D50FEC;
}
</style>