Shades of Psychedelic Purple #D708FA
Tints of Psychedelic Purple #D708FA
RGB
CMYK
RGB Variations
Color information
#D708FA (or 0xD708FA) is known color: Psychedelic Purple. HEX triplet: D7, 08 and FA. RGB value is (215,8,250). Sum of RGB (Red+Green+Blue) = 215+8+250=473 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.45% from 473); Green value is 8 (3.52% from 255 or 1.69% from 473); Blue value is 250 (98.05% from 255 or 52.85% from 473); Max value from RGB is 250 - color contains mainly: blue. Hex color #D708FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D708FA is #28F705. Grayscale: #606060. Windows color (decimal): -2684678 or 16386263. OLE color: 16386263.
HSL color Cylindrical-coordinate representation of color #D708FA: hue angle of 291.32º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D708FA is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 8 | 250 | - |
| CMYK | 0.14 | 0.97 | 0 | 0.02 |
| HSL | 291.32º | 0.96% | 0.51% | - |
| HSV(B) | 291.32º | 0.97% | 0.98% | - |
| XYZ | 45.37 | 21.52 | 92.21 | - |
| YUV | 97.48 | 214.08 | 211.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 8 | 250 | 0.14 | 0.97 | 0 | 0.02 | 291.32 | 0.96 | 0.51 |
| Hex | D7 | 8 | FA | E | 61 | 0 | 2 | 123 | 60 | 33 |
| Octal | 327 | 10 | 372 | 16 | 141 | 0 | 2 | 443 | 140 | 63 |
| Binary | 11010111 | 1000 | 11111010 | 1110 | 1100001 | 0 | 10 | 100100011 | 1100000 | 110011 |
Color Harmonies of #D708FA
Complementary color
Monochromatic Colors of #D708FA
Black with #D708FA
Text Example
Text Example
White with #D708FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D708FA; }
p { color: rgb(215,8,250); }
H1.HeaderClassName
{
color: #D708FA;
}
.AnyTagClassName
{
color: #D708FA;
}
</style>
background-color css
<style>
a { background-color: #D708FA; }
a { background-color: rgb(215,8,250); }
div.DivClassName
{
background-color: #D708FA;
}
.BgClassName
{
background-color: #D708FA;
}
</style>
border-color css
<style>
span { border-color: #D708FA; }
span { border-color: rgb(215,8,250); }
td.TdClassName
{
border-color: #D708FA;
}
.TagClassName
{
border-color: #D708FA;
}
</style>