Shades of Psychedelic Purple #D71FE6
Tints of Psychedelic Purple #D71FE6
RGB
CMYK
RGB Variations
Color information
#D71FE6 (or 0xD71FE6) is known color: Psychedelic Purple. HEX triplet: D7, 1F and E6. RGB value is (215,31,230). Sum of RGB (Red+Green+Blue) = 215+31+230=476 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.17% from 476); Green value is 31 (12.5% from 255 or 6.51% from 476); Blue value is 230 (90.23% from 255 or 48.32% from 476); Max value from RGB is 230 - color contains mainly: blue. Hex color #D71FE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D71FE6 is #28E019. Grayscale: #6C6C6C. Windows color (decimal): -2678810 or 15081431. OLE color: 15081431.
HSL color Cylindrical-coordinate representation of color #D71FE6: hue angle of 295.48º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D71FE6 is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 215 | 31 | 230 | - |
| CMYK | 0.07 | 0.87 | 0 | 0.10 |
| HSL | 295.48º | 0.8% | 0.51% | - |
| HSV(B) | 295.48º | 0.87% | 0.9% | - |
| XYZ | 42.8 | 21.14 | 76.69 | - |
| YUV | 108.7 | 196.46 | 203.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 31 | 230 | 0.07 | 0.87 | 0 | 0.10 | 295.48 | 0.8 | 0.51 |
| Hex | D7 | 1F | E6 | 7 | 57 | 0 | A | 127 | 50 | 33 |
| Octal | 327 | 37 | 346 | 7 | 127 | 0 | 12 | 447 | 120 | 63 |
| Binary | 11010111 | 11111 | 11100110 | 111 | 1010111 | 0 | 1010 | 100100111 | 1010000 | 110011 |
Color Harmonies of #D71FE6
Complementary color
Monochromatic Colors of #D71FE6
Black with #D71FE6
Text Example
Text Example
White with #D71FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71FE6; }
p { color: rgb(215,31,230); }
H1.HeaderClassName
{
color: #D71FE6;
}
.AnyTagClassName
{
color: #D71FE6;
}
</style>
background-color css
<style>
a { background-color: #D71FE6; }
a { background-color: rgb(215,31,230); }
div.DivClassName
{
background-color: #D71FE6;
}
.BgClassName
{
background-color: #D71FE6;
}
</style>
border-color css
<style>
span { border-color: #D71FE6; }
span { border-color: rgb(215,31,230); }
td.TdClassName
{
border-color: #D71FE6;
}
.TagClassName
{
border-color: #D71FE6;
}
</style>