Shades of Psychedelic Purple #D71FFD
Tints of Psychedelic Purple #D71FFD
RGB
CMYK
RGB Variations
Color information
#D71FFD (or 0xD71FFD) is known color: Psychedelic Purple. HEX triplet: D7, 1F and FD. RGB value is (215,31,253). Sum of RGB (Red+Green+Blue) = 215+31+253=499 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43.09% from 499); Green value is 31 (12.5% from 255 or 6.21% from 499); Blue value is 253 (99.22% from 255 or 50.70% from 499); Max value from RGB is 253 - color contains mainly: blue. Hex color #D71FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D71FFD is #28E002. Grayscale: #6E6E6E. Windows color (decimal): -2678787 or 16588759. OLE color: 16588759.
HSL color Cylindrical-coordinate representation of color #D71FFD: hue angle of 289.73º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D71FFD is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 31 | 253 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.01 |
| HSL | 289.73º | 0.98% | 0.56% | - |
| HSV(B) | 289.73º | 0.88% | 0.99% | - |
| XYZ | 46.24 | 22.52 | 94.84 | - |
| YUV | 111.32 | 207.96 | 201.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 31 | 253 | 0.15 | 0.88 | 0 | 0.01 | 289.73 | 0.98 | 0.56 |
| Hex | D7 | 1F | FD | F | 58 | 0 | 1 | 122 | 62 | 38 |
| Octal | 327 | 37 | 375 | 17 | 130 | 0 | 1 | 442 | 142 | 70 |
| Binary | 11010111 | 11111 | 11111101 | 1111 | 1011000 | 0 | 1 | 100100010 | 1100010 | 111000 |
Color Harmonies of #D71FFD
Complementary color
Monochromatic Colors of #D71FFD
Black with #D71FFD
Text Example
Text Example
White with #D71FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71FFD; }
p { color: rgb(215,31,253); }
H1.HeaderClassName
{
color: #D71FFD;
}
.AnyTagClassName
{
color: #D71FFD;
}
</style>
background-color css
<style>
a { background-color: #D71FFD; }
a { background-color: rgb(215,31,253); }
div.DivClassName
{
background-color: #D71FFD;
}
.BgClassName
{
background-color: #D71FFD;
}
</style>
border-color css
<style>
span { border-color: #D71FFD; }
span { border-color: rgb(215,31,253); }
td.TdClassName
{
border-color: #D71FFD;
}
.TagClassName
{
border-color: #D71FFD;
}
</style>