Shades of Psychedelic Purple #D007FC
Tints of Psychedelic Purple #D007FC
RGB
CMYK
RGB Variations
Color information
#D007FC (or 0xD007FC) is known color: Psychedelic Purple. HEX triplet: D0, 07 and FC. RGB value is (208,7,252). Sum of RGB (Red+Green+Blue) = 208+7+252=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 7 (3.12% from 255 or 1.50% from 467); Blue value is 252 (98.83% from 255 or 53.96% from 467); Max value from RGB is 252 - color contains mainly: blue. Hex color #D007FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D007FC is #2FF803. Grayscale: #5E5E5E. Windows color (decimal): -3143684 or 16517072. OLE color: 16517072.
HSL color Cylindrical-coordinate representation of color #D007FC: hue angle of 289.22º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D007FC is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 7 | 252 | - |
| CMYK | 0.17 | 0.97 | 0 | 0.01 |
| HSL | 289.22º | 0.98% | 0.51% | - |
| HSV(B) | 289.22º | 0.97% | 0.99% | - |
| XYZ | 43.66 | 20.59 | 93.77 | - |
| YUV | 95.03 | 216.59 | 208.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 7 | 252 | 0.17 | 0.97 | 0 | 0.01 | 289.22 | 0.98 | 0.51 |
| Hex | D0 | 7 | FC | 11 | 61 | 0 | 1 | 121 | 62 | 33 |
| Octal | 320 | 7 | 374 | 21 | 141 | 0 | 1 | 441 | 142 | 63 |
| Binary | 11010000 | 111 | 11111100 | 10001 | 1100001 | 0 | 1 | 100100001 | 1100010 | 110011 |
Color Harmonies of #D007FC
Complementary color
Monochromatic Colors of #D007FC
Black with #D007FC
Text Example
Text Example
White with #D007FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D007FC; }
p { color: rgb(208,7,252); }
H1.HeaderClassName
{
color: #D007FC;
}
.AnyTagClassName
{
color: #D007FC;
}
</style>
background-color css
<style>
a { background-color: #D007FC; }
a { background-color: rgb(208,7,252); }
div.DivClassName
{
background-color: #D007FC;
}
.BgClassName
{
background-color: #D007FC;
}
</style>
border-color css
<style>
span { border-color: #D007FC; }
span { border-color: rgb(208,7,252); }
td.TdClassName
{
border-color: #D007FC;
}
.TagClassName
{
border-color: #D007FC;
}
</style>