Shades of Psychedelic Purple #D71FFE
Tints of Psychedelic Purple #D71FFE
RGB
CMYK
RGB Variations
Color information
#D71FFE (or 0xD71FFE) is known color: Psychedelic Purple. HEX triplet: D7, 1F and FE. RGB value is (215,31,254). Sum of RGB (Red+Green+Blue) = 215+31+254=500 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43% from 500); Green value is 31 (12.5% from 255 or 6.2% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #D71FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D71FFE is #28E001. Grayscale: #6E6E6E. Windows color (decimal): -2678786 or 16654295. OLE color: 16654295.
HSL color Cylindrical-coordinate representation of color #D71FFE: hue angle of 289.51º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D71FFE is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 215 | 31 | 254 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.00 |
| HSL | 289.51º | 0.99% | 0.56% | - |
| HSV(B) | 289.51º | 0.88% | 1% | - |
| XYZ | 46.4 | 22.58 | 95.68 | - |
| YUV | 111.44 | 208.46 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 31 | 254 | 0.15 | 0.88 | 0 | 0.00 | 289.51 | 0.99 | 0.56 |
| Hex | D7 | 1F | FE | F | 58 | 0 | 0 | 122 | 63 | 38 |
| Octal | 327 | 37 | 376 | 17 | 130 | 0 | 0 | 442 | 143 | 70 |
| Binary | 11010111 | 11111 | 11111110 | 1111 | 1011000 | 0 | 0 | 100100010 | 1100011 | 111000 |
Color Harmonies of #D71FFE
Complementary color
Monochromatic Colors of #D71FFE
Black with #D71FFE
Text Example
Text Example
White with #D71FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71FFE; }
p { color: rgb(215,31,254); }
H1.HeaderClassName
{
color: #D71FFE;
}
.AnyTagClassName
{
color: #D71FFE;
}
</style>
background-color css
<style>
a { background-color: #D71FFE; }
a { background-color: rgb(215,31,254); }
div.DivClassName
{
background-color: #D71FFE;
}
.BgClassName
{
background-color: #D71FFE;
}
</style>
border-color css
<style>
span { border-color: #D71FFE; }
span { border-color: rgb(215,31,254); }
td.TdClassName
{
border-color: #D71FFE;
}
.TagClassName
{
border-color: #D71FFE;
}
</style>