Shades of Psychedelic Purple #D701ED
Tints of Psychedelic Purple #D701ED
RGB
CMYK
RGB Variations
Color information
#D701ED (or 0xD701ED) is known color: Psychedelic Purple. HEX triplet: D7, 01 and ED. RGB value is (215,1,237). Sum of RGB (Red+Green+Blue) = 215+1+237=453 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.46% from 453); Green value is 1 (0.78% from 255 or 0.22% from 453); Blue value is 237 (92.97% from 255 or 52.32% from 453); Max value from RGB is 237 - color contains mainly: blue. Hex color #D701ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D701ED is #28FE12. Grayscale: #5B5B5B. Windows color (decimal): -2686483 or 15532503. OLE color: 15532503.
HSL color Cylindrical-coordinate representation of color #D701ED: hue angle of 294.41º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D701ED is Cyan = 0.09, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 1 | 237 | - |
| CMYK | 0.09 | 1.00 | 0 | 0.07 |
| HSL | 294.41º | 0.99% | 0.47% | - |
| HSV(B) | 294.41º | 1% | 0.93% | - |
| XYZ | 43.32 | 20.58 | 81.81 | - |
| YUV | 91.89 | 209.9 | 215.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 237 | 0.09 | 1.00 | 0 | 0.07 | 294.41 | 0.99 | 0.47 |
| Hex | D7 | 1 | ED | 9 | 64 | 0 | 7 | 126 | 63 | 2F |
| Octal | 327 | 1 | 355 | 11 | 144 | 0 | 7 | 446 | 143 | 57 |
| Binary | 11010111 | 1 | 11101101 | 1001 | 1100100 | 0 | 111 | 100100110 | 1100011 | 101111 |
Color Harmonies of #D701ED
Complementary color
Monochromatic Colors of #D701ED
Black with #D701ED
Text Example
Text Example
White with #D701ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D701ED; }
p { color: rgb(215,1,237); }
H1.HeaderClassName
{
color: #D701ED;
}
.AnyTagClassName
{
color: #D701ED;
}
</style>
background-color css
<style>
a { background-color: #D701ED; }
a { background-color: rgb(215,1,237); }
div.DivClassName
{
background-color: #D701ED;
}
.BgClassName
{
background-color: #D701ED;
}
</style>
border-color css
<style>
span { border-color: #D701ED; }
span { border-color: rgb(215,1,237); }
td.TdClassName
{
border-color: #D701ED;
}
.TagClassName
{
border-color: #D701ED;
}
</style>