Shades of Psychedelic Purple #D51FED
Tints of Psychedelic Purple #D51FED
RGB
CMYK
RGB Variations
Color information
#D51FED (or 0xD51FED) is known color: Psychedelic Purple. HEX triplet: D5, 1F and ED. RGB value is (213,31,237). Sum of RGB (Red+Green+Blue) = 213+31+237=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 31 (12.5% from 255 or 6.44% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 237 - color contains mainly: blue. Hex color #D51FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D51FED is #2AE012. Grayscale: #6C6C6C. Windows color (decimal): -2809875 or 15540181. OLE color: 15540181.
HSL color Cylindrical-coordinate representation of color #D51FED: hue angle of 293.01º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D51FED is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 31 | 237 | - |
| CMYK | 0.10 | 0.87 | 0 | 0.07 |
| HSL | 293.01º | 0.85% | 0.53% | - |
| HSV(B) | 293.01º | 0.87% | 0.93% | - |
| XYZ | 43.22 | 21.24 | 81.94 | - |
| YUV | 108.9 | 200.3 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 31 | 237 | 0.10 | 0.87 | 0 | 0.07 | 293.01 | 0.85 | 0.53 |
| Hex | D5 | 1F | ED | A | 57 | 0 | 7 | 125 | 55 | 35 |
| Octal | 325 | 37 | 355 | 12 | 127 | 0 | 7 | 445 | 125 | 65 |
| Binary | 11010101 | 11111 | 11101101 | 1010 | 1010111 | 0 | 111 | 100100101 | 1010101 | 110101 |
Color Harmonies of #D51FED
Complementary color
Monochromatic Colors of #D51FED
Black with #D51FED
Text Example
Text Example
White with #D51FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51FED; }
p { color: rgb(213,31,237); }
H1.HeaderClassName
{
color: #D51FED;
}
.AnyTagClassName
{
color: #D51FED;
}
</style>
background-color css
<style>
a { background-color: #D51FED; }
a { background-color: rgb(213,31,237); }
div.DivClassName
{
background-color: #D51FED;
}
.BgClassName
{
background-color: #D51FED;
}
</style>
border-color css
<style>
span { border-color: #D51FED; }
span { border-color: rgb(213,31,237); }
td.TdClassName
{
border-color: #D51FED;
}
.TagClassName
{
border-color: #D51FED;
}
</style>