Shades of Psychedelic Purple #D71DF5
Tints of Psychedelic Purple #D71DF5
RGB
CMYK
RGB Variations
Color information
#D71DF5 (or 0xD71DF5) is known color: Psychedelic Purple. HEX triplet: D7, 1D and F5. RGB value is (215,29,245). Sum of RGB (Red+Green+Blue) = 215+29+245=489 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.97% from 489); Green value is 29 (11.72% from 255 or 5.93% from 489); Blue value is 245 (96.09% from 255 or 50.10% from 489); Max value from RGB is 245 - color contains mainly: blue. Hex color #D71DF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D71DF5 is #28E20A. Grayscale: #6C6C6C. Windows color (decimal): -2679307 or 16063959. OLE color: 16063959.
HSL color Cylindrical-coordinate representation of color #D71DF5: hue angle of 291.67º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D71DF5 is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 215 | 29 | 245 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.04 |
| HSL | 291.67º | 0.92% | 0.54% | - |
| HSV(B) | 291.67º | 0.88% | 0.96% | - |
| XYZ | 44.95 | 21.92 | 88.25 | - |
| YUV | 109.24 | 204.62 | 203.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 29 | 245 | 0.12 | 0.88 | 0 | 0.04 | 291.67 | 0.92 | 0.54 |
| Hex | D7 | 1D | F5 | C | 58 | 0 | 4 | 124 | 5C | 36 |
| Octal | 327 | 35 | 365 | 14 | 130 | 0 | 4 | 444 | 134 | 66 |
| Binary | 11010111 | 11101 | 11110101 | 1100 | 1011000 | 0 | 100 | 100100100 | 1011100 | 110110 |
Color Harmonies of #D71DF5
Complementary color
Monochromatic Colors of #D71DF5
Black with #D71DF5
Text Example
Text Example
White with #D71DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71DF5; }
p { color: rgb(215,29,245); }
H1.HeaderClassName
{
color: #D71DF5;
}
.AnyTagClassName
{
color: #D71DF5;
}
</style>
background-color css
<style>
a { background-color: #D71DF5; }
a { background-color: rgb(215,29,245); }
div.DivClassName
{
background-color: #D71DF5;
}
.BgClassName
{
background-color: #D71DF5;
}
</style>
border-color css
<style>
span { border-color: #D71DF5; }
span { border-color: rgb(215,29,245); }
td.TdClassName
{
border-color: #D71DF5;
}
.TagClassName
{
border-color: #D71DF5;
}
</style>