Shades of Psychedelic Purple #D007F7
Tints of Psychedelic Purple #D007F7
RGB
CMYK
RGB Variations
Color information
#D007F7 (or 0xD007F7) is known color: Psychedelic Purple. HEX triplet: D0, 07 and F7. RGB value is (208,7,247). Sum of RGB (Red+Green+Blue) = 208+7+247=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 7 (3.12% from 255 or 1.52% from 462); Blue value is 247 (96.88% from 255 or 53.46% from 462); Max value from RGB is 247 - color contains mainly: blue. Hex color #D007F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D007F7 is #2FF808. Grayscale: #5D5D5D. Windows color (decimal): -3143689 or 16189392. OLE color: 16189392.
HSL color Cylindrical-coordinate representation of color #D007F7: hue angle of 290.25º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D007F7 is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 7 | 247 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.03 |
| HSL | 290.25º | 0.94% | 0.5% | - |
| HSV(B) | 290.25º | 0.97% | 0.97% | - |
| XYZ | 42.88 | 20.28 | 89.65 | - |
| YUV | 94.46 | 214.09 | 208.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 7 | 247 | 0.16 | 0.97 | 0 | 0.03 | 290.25 | 0.94 | 0.5 |
| Hex | D0 | 7 | F7 | 10 | 61 | 0 | 3 | 122 | 5E | 32 |
| Octal | 320 | 7 | 367 | 20 | 141 | 0 | 3 | 442 | 136 | 62 |
| Binary | 11010000 | 111 | 11110111 | 10000 | 1100001 | 0 | 11 | 100100010 | 1011110 | 110010 |
Color Harmonies of #D007F7
Complementary color
Monochromatic Colors of #D007F7
Black with #D007F7
Text Example
Text Example
White with #D007F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D007F7; }
p { color: rgb(208,7,247); }
H1.HeaderClassName
{
color: #D007F7;
}
.AnyTagClassName
{
color: #D007F7;
}
</style>
background-color css
<style>
a { background-color: #D007F7; }
a { background-color: rgb(208,7,247); }
div.DivClassName
{
background-color: #D007F7;
}
.BgClassName
{
background-color: #D007F7;
}
</style>
border-color css
<style>
span { border-color: #D007F7; }
span { border-color: rgb(208,7,247); }
td.TdClassName
{
border-color: #D007F7;
}
.TagClassName
{
border-color: #D007F7;
}
</style>