Shades of Psychedelic Purple #D701E9
Tints of Psychedelic Purple #D701E9
RGB
CMYK
RGB Variations
Color information
#D701E9 (or 0xD701E9) is known color: Psychedelic Purple. HEX triplet: D7, 01 and E9. RGB value is (215,1,233). Sum of RGB (Red+Green+Blue) = 215+1+233=449 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.88% from 449); Green value is 1 (0.78% from 255 or 0.22% from 449); Blue value is 233 (91.41% from 255 or 51.89% from 449); Max value from RGB is 233 - color contains mainly: blue. Hex color #D701E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D701E9 is #28FE16. Grayscale: #5A5A5A. Windows color (decimal): -2686487 or 15270359. OLE color: 15270359.
HSL color Cylindrical-coordinate representation of color #D701E9: hue angle of 295.34º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D701E9 is Cyan = 0.08, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 215 | 1 | 233 | - |
| CMYK | 0.08 | 1.00 | 0 | 0.09 |
| HSL | 295.34º | 0.99% | 0.46% | - |
| HSV(B) | 295.34º | 1% | 0.91% | - |
| XYZ | 42.74 | 20.35 | 78.77 | - |
| YUV | 91.43 | 207.9 | 216.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 233 | 0.08 | 1.00 | 0 | 0.09 | 295.34 | 0.99 | 0.46 |
| Hex | D7 | 1 | E9 | 8 | 64 | 0 | 9 | 127 | 63 | 2E |
| Octal | 327 | 1 | 351 | 10 | 144 | 0 | 11 | 447 | 143 | 56 |
| Binary | 11010111 | 1 | 11101001 | 1000 | 1100100 | 0 | 1001 | 100100111 | 1100011 | 101110 |
Color Harmonies of #D701E9
Complementary color
Monochromatic Colors of #D701E9
Black with #D701E9
Text Example
Text Example
White with #D701E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D701E9; }
p { color: rgb(215,1,233); }
H1.HeaderClassName
{
color: #D701E9;
}
.AnyTagClassName
{
color: #D701E9;
}
</style>
background-color css
<style>
a { background-color: #D701E9; }
a { background-color: rgb(215,1,233); }
div.DivClassName
{
background-color: #D701E9;
}
.BgClassName
{
background-color: #D701E9;
}
</style>
border-color css
<style>
span { border-color: #D701E9; }
span { border-color: rgb(215,1,233); }
td.TdClassName
{
border-color: #D701E9;
}
.TagClassName
{
border-color: #D701E9;
}
</style>