Shades of Psychedelic Purple #D71FF5
Tints of Psychedelic Purple #D71FF5
RGB
CMYK
RGB Variations
Color information
#D71FF5 (or 0xD71FF5) is known color: Psychedelic Purple. HEX triplet: D7, 1F and F5. RGB value is (215,31,245). Sum of RGB (Red+Green+Blue) = 215+31+245=491 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.79% from 491); Green value is 31 (12.5% from 255 or 6.31% from 491); Blue value is 245 (96.09% from 255 or 49.90% from 491); Max value from RGB is 245 - color contains mainly: blue. Hex color #D71FF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D71FF5 is #28E00A. Grayscale: #6D6D6D. Windows color (decimal): -2678795 or 16064471. OLE color: 16064471.
HSL color Cylindrical-coordinate representation of color #D71FF5: hue angle of 291.59º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D71FF5 is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 215 | 31 | 245 | - |
| CMYK | 0.12 | 0.87 | 0 | 0.04 |
| HSL | 291.59º | 0.91% | 0.54% | - |
| HSV(B) | 291.59º | 0.87% | 0.96% | - |
| XYZ | 45 | 22.02 | 88.26 | - |
| YUV | 110.41 | 203.96 | 202.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 31 | 245 | 0.12 | 0.87 | 0 | 0.04 | 291.59 | 0.91 | 0.54 |
| Hex | D7 | 1F | F5 | C | 57 | 0 | 4 | 124 | 5B | 36 |
| Octal | 327 | 37 | 365 | 14 | 127 | 0 | 4 | 444 | 133 | 66 |
| Binary | 11010111 | 11111 | 11110101 | 1100 | 1010111 | 0 | 100 | 100100100 | 1011011 | 110110 |
Color Harmonies of #D71FF5
Complementary color
Monochromatic Colors of #D71FF5
Black with #D71FF5
Text Example
Text Example
White with #D71FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71FF5; }
p { color: rgb(215,31,245); }
H1.HeaderClassName
{
color: #D71FF5;
}
.AnyTagClassName
{
color: #D71FF5;
}
</style>
background-color css
<style>
a { background-color: #D71FF5; }
a { background-color: rgb(215,31,245); }
div.DivClassName
{
background-color: #D71FF5;
}
.BgClassName
{
background-color: #D71FF5;
}
</style>
border-color css
<style>
span { border-color: #D71FF5; }
span { border-color: rgb(215,31,245); }
td.TdClassName
{
border-color: #D71FF5;
}
.TagClassName
{
border-color: #D71FF5;
}
</style>