Shades of Psychedelic Purple #D707EE
Tints of Psychedelic Purple #D707EE
RGB
CMYK
RGB Variations
Color information
#D707EE (or 0xD707EE) is known color: Psychedelic Purple. HEX triplet: D7, 07 and EE. RGB value is (215,7,238). Sum of RGB (Red+Green+Blue) = 215+7+238=460 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.74% from 460); Green value is 7 (3.12% from 255 or 1.52% from 460); Blue value is 238 (93.36% from 255 or 51.74% from 460); Max value from RGB is 238 - color contains mainly: blue. Hex color #D707EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D707EE is #28F811. Grayscale: #5E5E5E. Windows color (decimal): -2684946 or 15599575. OLE color: 15599575.
HSL color Cylindrical-coordinate representation of color #D707EE: hue angle of 294.03º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D707EE is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 7 | 238 | - |
| CMYK | 0.10 | 0.97 | 0 | 0.07 |
| HSL | 294.03º | 0.94% | 0.48% | - |
| HSV(B) | 294.03º | 0.97% | 0.93% | - |
| XYZ | 43.53 | 20.77 | 82.6 | - |
| YUV | 95.53 | 208.41 | 213.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 7 | 238 | 0.10 | 0.97 | 0 | 0.07 | 294.03 | 0.94 | 0.48 |
| Hex | D7 | 7 | EE | A | 61 | 0 | 7 | 126 | 5E | 30 |
| Octal | 327 | 7 | 356 | 12 | 141 | 0 | 7 | 446 | 136 | 60 |
| Binary | 11010111 | 111 | 11101110 | 1010 | 1100001 | 0 | 111 | 100100110 | 1011110 | 110000 |
Color Harmonies of #D707EE
Complementary color
Monochromatic Colors of #D707EE
Black with #D707EE
Text Example
Text Example
White with #D707EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D707EE; }
p { color: rgb(215,7,238); }
H1.HeaderClassName
{
color: #D707EE;
}
.AnyTagClassName
{
color: #D707EE;
}
</style>
background-color css
<style>
a { background-color: #D707EE; }
a { background-color: rgb(215,7,238); }
div.DivClassName
{
background-color: #D707EE;
}
.BgClassName
{
background-color: #D707EE;
}
</style>
border-color css
<style>
span { border-color: #D707EE; }
span { border-color: rgb(215,7,238); }
td.TdClassName
{
border-color: #D707EE;
}
.TagClassName
{
border-color: #D707EE;
}
</style>