Shades of Psychedelic Purple #D50FEA
Tints of Psychedelic Purple #D50FEA
RGB
CMYK
RGB Variations
Color information
#D50FEA (or 0xD50FEA) is known color: Psychedelic Purple. HEX triplet: D5, 0F and EA. RGB value is (213,15,234). Sum of RGB (Red+Green+Blue) = 213+15+234=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 15 (6.25% from 255 or 3.25% from 462); Blue value is 234 (91.80% from 255 or 50.65% from 462); Max value from RGB is 234 - color contains mainly: blue. Hex color #D50FEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D50FEA is #2AF015. Grayscale: #626262. Windows color (decimal): -2813974 or 15339477. OLE color: 15339477.
HSL color Cylindrical-coordinate representation of color #D50FEA: hue angle of 294.25º 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 #D50FEA is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 213 | 15 | 234 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.08 |
| HSL | 294.25º | 0.88% | 0.49% | - |
| HSV(B) | 294.25º | 0.94% | 0.92% | - |
| XYZ | 42.46 | 20.43 | 79.55 | - |
| YUV | 99.17 | 204.1 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 15 | 234 | 0.09 | 0.94 | 0 | 0.08 | 294.25 | 0.88 | 0.49 |
| Hex | D5 | F | EA | 9 | 5E | 0 | 8 | 126 | 58 | 31 |
| Octal | 325 | 17 | 352 | 11 | 136 | 0 | 10 | 446 | 130 | 61 |
| Binary | 11010101 | 1111 | 11101010 | 1001 | 1011110 | 0 | 1000 | 100100110 | 1011000 | 110001 |
Color Harmonies of #D50FEA
Complementary color
Monochromatic Colors of #D50FEA
Black with #D50FEA
Text Example
Text Example
White with #D50FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50FEA; }
p { color: rgb(213,15,234); }
H1.HeaderClassName
{
color: #D50FEA;
}
.AnyTagClassName
{
color: #D50FEA;
}
</style>
background-color css
<style>
a { background-color: #D50FEA; }
a { background-color: rgb(213,15,234); }
div.DivClassName
{
background-color: #D50FEA;
}
.BgClassName
{
background-color: #D50FEA;
}
</style>
border-color css
<style>
span { border-color: #D50FEA; }
span { border-color: rgb(213,15,234); }
td.TdClassName
{
border-color: #D50FEA;
}
.TagClassName
{
border-color: #D50FEA;
}
</style>