Shades of Psychedelic Purple #D708E6
Tints of Psychedelic Purple #D708E6
RGB
CMYK
RGB Variations
Color information
#D708E6 (or 0xD708E6) is known color: Psychedelic Purple. HEX triplet: D7, 08 and E6. RGB value is (215,8,230). Sum of RGB (Red+Green+Blue) = 215+8+230=453 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.46% from 453); Green value is 8 (3.52% from 255 or 1.77% from 453); Blue value is 230 (90.23% from 255 or 50.77% from 453); Max value from RGB is 230 - color contains mainly: blue. Hex color #D708E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D708E6 is #28F719. Grayscale: #5E5E5E. Windows color (decimal): -2684698 or 15075543. OLE color: 15075543.
HSL color Cylindrical-coordinate representation of color #D708E6: hue angle of 295.95º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D708E6 is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 215 | 8 | 230 | - |
| CMYK | 0.07 | 0.97 | 0 | 0.10 |
| HSL | 295.95º | 0.93% | 0.47% | - |
| HSV(B) | 295.95º | 0.97% | 0.9% | - |
| XYZ | 42.39 | 20.33 | 76.55 | - |
| YUV | 95.2 | 204.08 | 213.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 8 | 230 | 0.07 | 0.97 | 0 | 0.10 | 295.95 | 0.93 | 0.47 |
| Hex | D7 | 8 | E6 | 7 | 61 | 0 | A | 128 | 5D | 2F |
| Octal | 327 | 10 | 346 | 7 | 141 | 0 | 12 | 450 | 135 | 57 |
| Binary | 11010111 | 1000 | 11100110 | 111 | 1100001 | 0 | 1010 | 100101000 | 1011101 | 101111 |
Color Harmonies of #D708E6
Complementary color
Monochromatic Colors of #D708E6
Black with #D708E6
Text Example
Text Example
White with #D708E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D708E6; }
p { color: rgb(215,8,230); }
H1.HeaderClassName
{
color: #D708E6;
}
.AnyTagClassName
{
color: #D708E6;
}
</style>
background-color css
<style>
a { background-color: #D708E6; }
a { background-color: rgb(215,8,230); }
div.DivClassName
{
background-color: #D708E6;
}
.BgClassName
{
background-color: #D708E6;
}
</style>
border-color css
<style>
span { border-color: #D708E6; }
span { border-color: rgb(215,8,230); }
td.TdClassName
{
border-color: #D708E6;
}
.TagClassName
{
border-color: #D708E6;
}
</style>