Shades of Psychedelic Purple #D50EF2
Tints of Psychedelic Purple #D50EF2
RGB
CMYK
RGB Variations
Color information
#D50EF2 (or 0xD50EF2) is known color: Psychedelic Purple. HEX triplet: D5, 0E and F2. RGB value is (213,14,242). Sum of RGB (Red+Green+Blue) = 213+14+242=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 14 (5.86% from 255 or 2.99% from 469); Blue value is 242 (94.92% from 255 or 51.60% from 469); Max value from RGB is 242 - color contains mainly: blue. Hex color #D50EF2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D50EF2 is #2AF10D. Grayscale: #626262. Windows color (decimal): -2814222 or 15863509. OLE color: 15863509.
HSL color Cylindrical-coordinate representation of color #D50EF2: hue angle of 292.37º degrees, saturation: 0.9, 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 #D50EF2 is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 14 | 242 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.05 |
| HSL | 292.37º | 0.9% | 0.5% | - |
| HSV(B) | 292.37º | 0.94% | 0.95% | - |
| XYZ | 43.62 | 20.87 | 85.73 | - |
| YUV | 99.49 | 208.43 | 208.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 14 | 242 | 0.12 | 0.94 | 0 | 0.05 | 292.37 | 0.9 | 0.5 |
| Hex | D5 | E | F2 | C | 5E | 0 | 5 | 124 | 5A | 32 |
| Octal | 325 | 16 | 362 | 14 | 136 | 0 | 5 | 444 | 132 | 62 |
| Binary | 11010101 | 1110 | 11110010 | 1100 | 1011110 | 0 | 101 | 100100100 | 1011010 | 110010 |
Color Harmonies of #D50EF2
Complementary color
Monochromatic Colors of #D50EF2
Black with #D50EF2
Text Example
Text Example
White with #D50EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50EF2; }
p { color: rgb(213,14,242); }
H1.HeaderClassName
{
color: #D50EF2;
}
.AnyTagClassName
{
color: #D50EF2;
}
</style>
background-color css
<style>
a { background-color: #D50EF2; }
a { background-color: rgb(213,14,242); }
div.DivClassName
{
background-color: #D50EF2;
}
.BgClassName
{
background-color: #D50EF2;
}
</style>
border-color css
<style>
span { border-color: #D50EF2; }
span { border-color: rgb(213,14,242); }
td.TdClassName
{
border-color: #D50EF2;
}
.TagClassName
{
border-color: #D50EF2;
}
</style>