Shades of Psychedelic Purple #D50FEF
Tints of Psychedelic Purple #D50FEF
RGB
CMYK
RGB Variations
Color information
#D50FEF (or 0xD50FEF) is known color: Psychedelic Purple. HEX triplet: D5, 0F and EF. RGB value is (213,15,239). Sum of RGB (Red+Green+Blue) = 213+15+239=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 15 (6.25% from 255 or 3.21% from 467); Blue value is 239 (93.75% from 255 or 51.18% from 467); Max value from RGB is 239 - color contains mainly: blue. Hex color #D50FEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D50FEF is #2AF010. Grayscale: #636363. Windows color (decimal): -2813969 or 15667157. OLE color: 15667157.
HSL color Cylindrical-coordinate representation of color #D50FEF: hue angle of 293.04º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D50FEF is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 15 | 239 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.06 |
| HSL | 293.04º | 0.88% | 0.5% | - |
| HSV(B) | 293.04º | 0.94% | 0.94% | - |
| XYZ | 43.19 | 20.72 | 83.38 | - |
| YUV | 99.74 | 206.6 | 208.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 15 | 239 | 0.11 | 0.94 | 0 | 0.06 | 293.04 | 0.88 | 0.5 |
| Hex | D5 | F | EF | B | 5E | 0 | 6 | 125 | 58 | 32 |
| Octal | 325 | 17 | 357 | 13 | 136 | 0 | 6 | 445 | 130 | 62 |
| Binary | 11010101 | 1111 | 11101111 | 1011 | 1011110 | 0 | 110 | 100100101 | 1011000 | 110010 |
Color Harmonies of #D50FEF
Complementary color
Monochromatic Colors of #D50FEF
Black with #D50FEF
Text Example
Text Example
White with #D50FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50FEF; }
p { color: rgb(213,15,239); }
H1.HeaderClassName
{
color: #D50FEF;
}
.AnyTagClassName
{
color: #D50FEF;
}
</style>
background-color css
<style>
a { background-color: #D50FEF; }
a { background-color: rgb(213,15,239); }
div.DivClassName
{
background-color: #D50FEF;
}
.BgClassName
{
background-color: #D50FEF;
}
</style>
border-color css
<style>
span { border-color: #D50FEF; }
span { border-color: rgb(213,15,239); }
td.TdClassName
{
border-color: #D50FEF;
}
.TagClassName
{
border-color: #D50FEF;
}
</style>