Shades of Psychedelic Purple #D708EE
Tints of Psychedelic Purple #D708EE
RGB
CMYK
RGB Variations
Color information
#D708EE (or 0xD708EE) is known color: Psychedelic Purple. HEX triplet: D7, 08 and EE. RGB value is (215,8,238). Sum of RGB (Red+Green+Blue) = 215+8+238=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 8 (3.52% from 255 or 1.74% from 461); Blue value is 238 (93.36% from 255 or 51.63% from 461); Max value from RGB is 238 - color contains mainly: blue. Hex color #D708EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D708EE is #28F711. Grayscale: #5F5F5F. Windows color (decimal): -2684690 or 15599831. OLE color: 15599831.
HSL color Cylindrical-coordinate representation of color #D708EE: hue angle of 294º degrees, saturation: 0.93, 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 #D708EE is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 8 | 238 | - |
| CMYK | 0.10 | 0.97 | 0 | 0.07 |
| HSL | 294º | 0.93% | 0.48% | - |
| HSV(B) | 294º | 0.97% | 0.93% | - |
| XYZ | 43.54 | 20.79 | 82.61 | - |
| YUV | 96.11 | 208.08 | 212.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 8 | 238 | 0.10 | 0.97 | 0 | 0.07 | 294 | 0.93 | 0.48 |
| Hex | D7 | 8 | EE | A | 61 | 0 | 7 | 126 | 5D | 30 |
| Octal | 327 | 10 | 356 | 12 | 141 | 0 | 7 | 446 | 135 | 60 |
| Binary | 11010111 | 1000 | 11101110 | 1010 | 1100001 | 0 | 111 | 100100110 | 1011101 | 110000 |
Color Harmonies of #D708EE
Complementary color
Monochromatic Colors of #D708EE
Black with #D708EE
Text Example
Text Example
White with #D708EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D708EE; }
p { color: rgb(215,8,238); }
H1.HeaderClassName
{
color: #D708EE;
}
.AnyTagClassName
{
color: #D708EE;
}
</style>
background-color css
<style>
a { background-color: #D708EE; }
a { background-color: rgb(215,8,238); }
div.DivClassName
{
background-color: #D708EE;
}
.BgClassName
{
background-color: #D708EE;
}
</style>
border-color css
<style>
span { border-color: #D708EE; }
span { border-color: rgb(215,8,238); }
td.TdClassName
{
border-color: #D708EE;
}
.TagClassName
{
border-color: #D708EE;
}
</style>