Shades of Psychedelic Purple #D701E5
Tints of Psychedelic Purple #D701E5
RGB
CMYK
RGB Variations
Color information
#D701E5 (or 0xD701E5) is known color: Psychedelic Purple. HEX triplet: D7, 01 and E5. RGB value is (215,1,229). Sum of RGB (Red+Green+Blue) = 215+1+229=445 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.31% from 445); Green value is 1 (0.78% from 255 or 0.22% from 445); Blue value is 229 (89.84% from 255 or 51.46% from 445); Max value from RGB is 229 - color contains mainly: blue. Hex color #D701E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D701E5 is #28FE1A. Grayscale: #5A5A5A. Windows color (decimal): -2686491 or 15008215. OLE color: 15008215.
HSL color Cylindrical-coordinate representation of color #D701E5: hue angle of 296.32º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D701E5 is Cyan = 0.06, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 215 | 1 | 229 | - |
| CMYK | 0.06 | 1.00 | 0 | 0.10 |
| HSL | 296.32º | 0.99% | 0.45% | - |
| HSV(B) | 296.32º | 1% | 0.9% | - |
| XYZ | 42.18 | 20.13 | 75.79 | - |
| YUV | 90.98 | 205.9 | 216.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 229 | 0.06 | 1.00 | 0 | 0.10 | 296.32 | 0.99 | 0.45 |
| Hex | D7 | 1 | E5 | 6 | 64 | 0 | A | 128 | 63 | 2D |
| Octal | 327 | 1 | 345 | 6 | 144 | 0 | 12 | 450 | 143 | 55 |
| Binary | 11010111 | 1 | 11100101 | 110 | 1100100 | 0 | 1010 | 100101000 | 1100011 | 101101 |
Color Harmonies of #D701E5
Complementary color
Monochromatic Colors of #D701E5
Black with #D701E5
Text Example
Text Example
White with #D701E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D701E5; }
p { color: rgb(215,1,229); }
H1.HeaderClassName
{
color: #D701E5;
}
.AnyTagClassName
{
color: #D701E5;
}
</style>
background-color css
<style>
a { background-color: #D701E5; }
a { background-color: rgb(215,1,229); }
div.DivClassName
{
background-color: #D701E5;
}
.BgClassName
{
background-color: #D701E5;
}
</style>
border-color css
<style>
span { border-color: #D701E5; }
span { border-color: rgb(215,1,229); }
td.TdClassName
{
border-color: #D701E5;
}
.TagClassName
{
border-color: #D701E5;
}
</style>