Shades of Psychedelic Purple #D50EEF
Tints of Psychedelic Purple #D50EEF
RGB
CMYK
RGB Variations
Color information
#D50EEF (or 0xD50EEF) is known color: Psychedelic Purple. HEX triplet: D5, 0E and EF. RGB value is (213,14,239). Sum of RGB (Red+Green+Blue) = 213+14+239=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 14 (5.86% from 255 or 3.00% from 466); Blue value is 239 (93.75% from 255 or 51.29% from 466); Max value from RGB is 239 - color contains mainly: blue. Hex color #D50EEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D50EEF is #2AF110. Grayscale: #626262. Windows color (decimal): -2814225 or 15666901. OLE color: 15666901.
HSL color Cylindrical-coordinate representation of color #D50EEF: hue angle of 293.07º degrees, saturation: 0.89, 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 #D50EEF is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 14 | 239 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.06 |
| HSL | 293.07º | 0.89% | 0.5% | - |
| HSV(B) | 293.07º | 0.94% | 0.94% | - |
| XYZ | 43.18 | 20.69 | 83.38 | - |
| YUV | 99.15 | 206.93 | 209.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 14 | 239 | 0.11 | 0.94 | 0 | 0.06 | 293.07 | 0.89 | 0.5 |
| Hex | D5 | E | EF | B | 5E | 0 | 6 | 125 | 59 | 32 |
| Octal | 325 | 16 | 357 | 13 | 136 | 0 | 6 | 445 | 131 | 62 |
| Binary | 11010101 | 1110 | 11101111 | 1011 | 1011110 | 0 | 110 | 100100101 | 1011001 | 110010 |
Color Harmonies of #D50EEF
Complementary color
Monochromatic Colors of #D50EEF
Black with #D50EEF
Text Example
Text Example
White with #D50EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50EEF; }
p { color: rgb(213,14,239); }
H1.HeaderClassName
{
color: #D50EEF;
}
.AnyTagClassName
{
color: #D50EEF;
}
</style>
background-color css
<style>
a { background-color: #D50EEF; }
a { background-color: rgb(213,14,239); }
div.DivClassName
{
background-color: #D50EEF;
}
.BgClassName
{
background-color: #D50EEF;
}
</style>
border-color css
<style>
span { border-color: #D50EEF; }
span { border-color: rgb(213,14,239); }
td.TdClassName
{
border-color: #D50EEF;
}
.TagClassName
{
border-color: #D50EEF;
}
</style>