Shades of Psychedelic Purple #D701EE
Tints of Psychedelic Purple #D701EE
RGB
CMYK
RGB Variations
Color information
#D701EE (or 0xD701EE) is known color: Psychedelic Purple. HEX triplet: D7, 01 and EE. RGB value is (215,1,238). Sum of RGB (Red+Green+Blue) = 215+1+238=454 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.36% from 454); Green value is 1 (0.78% from 255 or 0.22% from 454); Blue value is 238 (93.36% from 255 or 52.42% from 454); Max value from RGB is 238 - color contains mainly: blue. Hex color #D701EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D701EE is #28FE11. Grayscale: #5B5B5B. Windows color (decimal): -2686482 or 15598039. OLE color: 15598039.
HSL color Cylindrical-coordinate representation of color #D701EE: hue angle of 294.18º 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 #D701EE is Cyan = 0.10, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 1 | 238 | - |
| CMYK | 0.10 | 1.00 | 0 | 0.07 |
| HSL | 294.18º | 0.99% | 0.47% | - |
| HSV(B) | 294.18º | 1% | 0.93% | - |
| XYZ | 43.47 | 20.64 | 82.58 | - |
| YUV | 92 | 210.4 | 215.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 238 | 0.10 | 1.00 | 0 | 0.07 | 294.18 | 0.99 | 0.47 |
| Hex | D7 | 1 | EE | A | 64 | 0 | 7 | 126 | 63 | 2F |
| Octal | 327 | 1 | 356 | 12 | 144 | 0 | 7 | 446 | 143 | 57 |
| Binary | 11010111 | 1 | 11101110 | 1010 | 1100100 | 0 | 111 | 100100110 | 1100011 | 101111 |
Color Harmonies of #D701EE
Complementary color
Monochromatic Colors of #D701EE
Black with #D701EE
Text Example
Text Example
White with #D701EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D701EE; }
p { color: rgb(215,1,238); }
H1.HeaderClassName
{
color: #D701EE;
}
.AnyTagClassName
{
color: #D701EE;
}
</style>
background-color css
<style>
a { background-color: #D701EE; }
a { background-color: rgb(215,1,238); }
div.DivClassName
{
background-color: #D701EE;
}
.BgClassName
{
background-color: #D701EE;
}
</style>
border-color css
<style>
span { border-color: #D701EE; }
span { border-color: rgb(215,1,238); }
td.TdClassName
{
border-color: #D701EE;
}
.TagClassName
{
border-color: #D701EE;
}
</style>