Shades of Psychedelic Purple #D708E5
Tints of Psychedelic Purple #D708E5
RGB
CMYK
RGB Variations
Color information
#D708E5 (or 0xD708E5) is known color: Psychedelic Purple. HEX triplet: D7, 08 and E5. RGB value is (215,8,229). Sum of RGB (Red+Green+Blue) = 215+8+229=452 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.57% from 452); Green value is 8 (3.52% from 255 or 1.77% from 452); Blue value is 229 (89.84% from 255 or 50.66% from 452); Max value from RGB is 229 - color contains mainly: blue. Hex color #D708E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D708E5 is #28F71A. Grayscale: #5E5E5E. Windows color (decimal): -2684699 or 15010007. OLE color: 15010007.
HSL color Cylindrical-coordinate representation of color #D708E5: hue angle of 296.2º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D708E5 is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 215 | 8 | 229 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.10 |
| HSL | 296.2º | 0.93% | 0.46% | - |
| HSV(B) | 296.2º | 0.97% | 0.9% | - |
| XYZ | 42.25 | 20.28 | 75.82 | - |
| YUV | 95.09 | 203.58 | 213.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 8 | 229 | 0.06 | 0.97 | 0 | 0.10 | 296.2 | 0.93 | 0.46 |
| Hex | D7 | 8 | E5 | 6 | 61 | 0 | A | 128 | 5D | 2E |
| Octal | 327 | 10 | 345 | 6 | 141 | 0 | 12 | 450 | 135 | 56 |
| Binary | 11010111 | 1000 | 11100101 | 110 | 1100001 | 0 | 1010 | 100101000 | 1011101 | 101110 |
Color Harmonies of #D708E5
Complementary color
Monochromatic Colors of #D708E5
Black with #D708E5
Text Example
Text Example
White with #D708E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D708E5; }
p { color: rgb(215,8,229); }
H1.HeaderClassName
{
color: #D708E5;
}
.AnyTagClassName
{
color: #D708E5;
}
</style>
background-color css
<style>
a { background-color: #D708E5; }
a { background-color: rgb(215,8,229); }
div.DivClassName
{
background-color: #D708E5;
}
.BgClassName
{
background-color: #D708E5;
}
</style>
border-color css
<style>
span { border-color: #D708E5; }
span { border-color: rgb(215,8,229); }
td.TdClassName
{
border-color: #D708E5;
}
.TagClassName
{
border-color: #D708E5;
}
</style>