Shades of Psychedelic Purple #D007FA
Tints of Psychedelic Purple #D007FA
RGB
CMYK
RGB Variations
Color information
#D007FA (or 0xD007FA) is known color: Psychedelic Purple. HEX triplet: D0, 07 and FA. RGB value is (208,7,250). Sum of RGB (Red+Green+Blue) = 208+7+250=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 7 (3.12% from 255 or 1.51% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #D007FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D007FA is #2FF805. Grayscale: #5E5E5E. Windows color (decimal): -3143686 or 16386000. OLE color: 16386000.
HSL color Cylindrical-coordinate representation of color #D007FA: hue angle of 289.63º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D007FA is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 7 | 250 | - |
| CMYK | 0.17 | 0.97 | 0 | 0.02 |
| HSL | 289.63º | 0.96% | 0.5% | - |
| HSV(B) | 289.63º | 0.97% | 0.98% | - |
| XYZ | 43.34 | 20.46 | 92.11 | - |
| YUV | 94.8 | 215.59 | 208.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 7 | 250 | 0.17 | 0.97 | 0 | 0.02 | 289.63 | 0.96 | 0.5 |
| Hex | D0 | 7 | FA | 11 | 61 | 0 | 2 | 122 | 60 | 32 |
| Octal | 320 | 7 | 372 | 21 | 141 | 0 | 2 | 442 | 140 | 62 |
| Binary | 11010000 | 111 | 11111010 | 10001 | 1100001 | 0 | 10 | 100100010 | 1100000 | 110010 |
Color Harmonies of #D007FA
Complementary color
Monochromatic Colors of #D007FA
Black with #D007FA
Text Example
Text Example
White with #D007FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D007FA; }
p { color: rgb(208,7,250); }
H1.HeaderClassName
{
color: #D007FA;
}
.AnyTagClassName
{
color: #D007FA;
}
</style>
background-color css
<style>
a { background-color: #D007FA; }
a { background-color: rgb(208,7,250); }
div.DivClassName
{
background-color: #D007FA;
}
.BgClassName
{
background-color: #D007FA;
}
</style>
border-color css
<style>
span { border-color: #D007FA; }
span { border-color: rgb(208,7,250); }
td.TdClassName
{
border-color: #D007FA;
}
.TagClassName
{
border-color: #D007FA;
}
</style>