Shades of Psychedelic Purple #D71FE8
Tints of Psychedelic Purple #D71FE8
RGB
CMYK
RGB Variations
Color information
#D71FE8 (or 0xD71FE8) is known color: Psychedelic Purple. HEX triplet: D7, 1F and E8. RGB value is (215,31,232). Sum of RGB (Red+Green+Blue) = 215+31+232=478 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.98% from 478); Green value is 31 (12.5% from 255 or 6.49% from 478); Blue value is 232 (91.02% from 255 or 48.54% from 478); Max value from RGB is 232 - color contains mainly: blue. Hex color #D71FE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D71FE8 is #28E017. Grayscale: #6C6C6C. Windows color (decimal): -2678808 or 15212503. OLE color: 15212503.
HSL color Cylindrical-coordinate representation of color #D71FE8: hue angle of 294.93º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D71FE8 is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 215 | 31 | 232 | - |
| CMYK | 0.07 | 0.87 | 0 | 0.09 |
| HSL | 294.93º | 0.81% | 0.52% | - |
| HSV(B) | 294.93º | 0.87% | 0.91% | - |
| XYZ | 43.08 | 21.25 | 78.18 | - |
| YUV | 108.93 | 197.46 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 31 | 232 | 0.07 | 0.87 | 0 | 0.09 | 294.93 | 0.81 | 0.52 |
| Hex | D7 | 1F | E8 | 7 | 57 | 0 | 9 | 127 | 51 | 34 |
| Octal | 327 | 37 | 350 | 7 | 127 | 0 | 11 | 447 | 121 | 64 |
| Binary | 11010111 | 11111 | 11101000 | 111 | 1010111 | 0 | 1001 | 100100111 | 1010001 | 110100 |
Color Harmonies of #D71FE8
Complementary color
Monochromatic Colors of #D71FE8
Black with #D71FE8
Text Example
Text Example
White with #D71FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71FE8; }
p { color: rgb(215,31,232); }
H1.HeaderClassName
{
color: #D71FE8;
}
.AnyTagClassName
{
color: #D71FE8;
}
</style>
background-color css
<style>
a { background-color: #D71FE8; }
a { background-color: rgb(215,31,232); }
div.DivClassName
{
background-color: #D71FE8;
}
.BgClassName
{
background-color: #D71FE8;
}
</style>
border-color css
<style>
span { border-color: #D71FE8; }
span { border-color: rgb(215,31,232); }
td.TdClassName
{
border-color: #D71FE8;
}
.TagClassName
{
border-color: #D71FE8;
}
</style>