Shades of Psychedelic Purple #D71FEE
Tints of Psychedelic Purple #D71FEE
RGB
CMYK
RGB Variations
Color information
#D71FEE (or 0xD71FEE) is known color: Psychedelic Purple. HEX triplet: D7, 1F and EE. RGB value is (215,31,238). Sum of RGB (Red+Green+Blue) = 215+31+238=484 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.42% from 484); Green value is 31 (12.5% from 255 or 6.40% from 484); Blue value is 238 (93.36% from 255 or 49.17% from 484); Max value from RGB is 238 - color contains mainly: blue. Hex color #D71FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D71FEE is #28E011. Grayscale: #6C6C6C. Windows color (decimal): -2678802 or 15605719. OLE color: 15605719.
HSL color Cylindrical-coordinate representation of color #D71FEE: hue angle of 293.33º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D71FEE is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 31 | 238 | - |
| CMYK | 0.10 | 0.87 | 0 | 0.07 |
| HSL | 293.33º | 0.86% | 0.53% | - |
| HSV(B) | 293.33º | 0.87% | 0.93% | - |
| XYZ | 43.95 | 21.6 | 82.74 | - |
| YUV | 109.61 | 200.46 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 31 | 238 | 0.10 | 0.87 | 0 | 0.07 | 293.33 | 0.86 | 0.53 |
| Hex | D7 | 1F | EE | A | 57 | 0 | 7 | 125 | 56 | 35 |
| Octal | 327 | 37 | 356 | 12 | 127 | 0 | 7 | 445 | 126 | 65 |
| Binary | 11010111 | 11111 | 11101110 | 1010 | 1010111 | 0 | 111 | 100100101 | 1010110 | 110101 |
Color Harmonies of #D71FEE
Complementary color
Monochromatic Colors of #D71FEE
Black with #D71FEE
Text Example
Text Example
White with #D71FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71FEE; }
p { color: rgb(215,31,238); }
H1.HeaderClassName
{
color: #D71FEE;
}
.AnyTagClassName
{
color: #D71FEE;
}
</style>
background-color css
<style>
a { background-color: #D71FEE; }
a { background-color: rgb(215,31,238); }
div.DivClassName
{
background-color: #D71FEE;
}
.BgClassName
{
background-color: #D71FEE;
}
</style>
border-color css
<style>
span { border-color: #D71FEE; }
span { border-color: rgb(215,31,238); }
td.TdClassName
{
border-color: #D71FEE;
}
.TagClassName
{
border-color: #D71FEE;
}
</style>