Shades of Psychedelic Purple #D71FED
Tints of Psychedelic Purple #D71FED
RGB
CMYK
RGB Variations
Color information
#D71FED (or 0xD71FED) is known color: Psychedelic Purple. HEX triplet: D7, 1F and ED. RGB value is (215,31,237). Sum of RGB (Red+Green+Blue) = 215+31+237=483 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.51% from 483); Green value is 31 (12.5% from 255 or 6.42% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 237 - color contains mainly: blue. Hex color #D71FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D71FED is #28E012. Grayscale: #6C6C6C. Windows color (decimal): -2678803 or 15540183. OLE color: 15540183.
HSL color Cylindrical-coordinate representation of color #D71FED: hue angle of 293.59º 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 #D71FED is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 31 | 237 | - |
| CMYK | 0.09 | 0.87 | 0 | 0.07 |
| HSL | 293.59º | 0.85% | 0.53% | - |
| HSV(B) | 293.59º | 0.87% | 0.93% | - |
| XYZ | 43.8 | 21.54 | 81.97 | - |
| YUV | 109.5 | 199.96 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 31 | 237 | 0.09 | 0.87 | 0 | 0.07 | 293.59 | 0.85 | 0.53 |
| Hex | D7 | 1F | ED | 9 | 57 | 0 | 7 | 126 | 55 | 35 |
| Octal | 327 | 37 | 355 | 11 | 127 | 0 | 7 | 446 | 125 | 65 |
| Binary | 11010111 | 11111 | 11101101 | 1001 | 1010111 | 0 | 111 | 100100110 | 1010101 | 110101 |
Color Harmonies of #D71FED
Complementary color
Monochromatic Colors of #D71FED
Black with #D71FED
Text Example
Text Example
White with #D71FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71FED; }
p { color: rgb(215,31,237); }
H1.HeaderClassName
{
color: #D71FED;
}
.AnyTagClassName
{
color: #D71FED;
}
</style>
background-color css
<style>
a { background-color: #D71FED; }
a { background-color: rgb(215,31,237); }
div.DivClassName
{
background-color: #D71FED;
}
.BgClassName
{
background-color: #D71FED;
}
</style>
border-color css
<style>
span { border-color: #D71FED; }
span { border-color: rgb(215,31,237); }
td.TdClassName
{
border-color: #D71FED;
}
.TagClassName
{
border-color: #D71FED;
}
</style>