Shades of Psychedelic Purple #D50CEF
Tints of Psychedelic Purple #D50CEF
RGB
CMYK
RGB Variations
Color information
#D50CEF (or 0xD50CEF) is known color: Psychedelic Purple. HEX triplet: D5, 0C and EF. RGB value is (213,12,239). Sum of RGB (Red+Green+Blue) = 213+12+239=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 12 (5.08% from 255 or 2.59% from 464); Blue value is 239 (93.75% from 255 or 51.51% from 464); Max value from RGB is 239 - color contains mainly: blue. Hex color #D50CEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D50CEF is #2AF310. Grayscale: #616161. Windows color (decimal): -2814737 or 15666389. OLE color: 15666389.
HSL color Cylindrical-coordinate representation of color #D50CEF: hue angle of 293.13º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D50CEF is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 12 | 239 | - |
| CMYK | 0.11 | 0.95 | 0 | 0.06 |
| HSL | 293.13º | 0.9% | 0.49% | - |
| HSV(B) | 293.13º | 0.95% | 0.94% | - |
| XYZ | 43.15 | 20.64 | 83.37 | - |
| YUV | 97.98 | 207.59 | 210.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 12 | 239 | 0.11 | 0.95 | 0 | 0.06 | 293.13 | 0.9 | 0.49 |
| Hex | D5 | C | EF | B | 5F | 0 | 6 | 125 | 5A | 31 |
| Octal | 325 | 14 | 357 | 13 | 137 | 0 | 6 | 445 | 132 | 61 |
| Binary | 11010101 | 1100 | 11101111 | 1011 | 1011111 | 0 | 110 | 100100101 | 1011010 | 110001 |
Color Harmonies of #D50CEF
Complementary color
Monochromatic Colors of #D50CEF
Black with #D50CEF
Text Example
Text Example
White with #D50CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50CEF; }
p { color: rgb(213,12,239); }
H1.HeaderClassName
{
color: #D50CEF;
}
.AnyTagClassName
{
color: #D50CEF;
}
</style>
background-color css
<style>
a { background-color: #D50CEF; }
a { background-color: rgb(213,12,239); }
div.DivClassName
{
background-color: #D50CEF;
}
.BgClassName
{
background-color: #D50CEF;
}
</style>
border-color css
<style>
span { border-color: #D50CEF; }
span { border-color: rgb(213,12,239); }
td.TdClassName
{
border-color: #D50CEF;
}
.TagClassName
{
border-color: #D50CEF;
}
</style>