Shades of Psychedelic Purple #D007F8
Tints of Psychedelic Purple #D007F8
RGB
CMYK
RGB Variations
Color information
#D007F8 (or 0xD007F8) is known color: Psychedelic Purple. HEX triplet: D0, 07 and F8. RGB value is (208,7,248). Sum of RGB (Red+Green+Blue) = 208+7+248=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 7 (3.12% from 255 or 1.51% from 463); Blue value is 248 (97.27% from 255 or 53.56% from 463); Max value from RGB is 248 - color contains mainly: blue. Hex color #D007F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D007F8 is #2FF807. Grayscale: #5D5D5D. Windows color (decimal): -3143688 or 16254928. OLE color: 16254928.
HSL color Cylindrical-coordinate representation of color #D007F8: hue angle of 290.04º degrees, saturation: 0.95, 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 #D007F8 is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 7 | 248 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.03 |
| HSL | 290.04º | 0.95% | 0.5% | - |
| HSV(B) | 290.04º | 0.97% | 0.97% | - |
| XYZ | 43.03 | 20.34 | 90.46 | - |
| YUV | 94.57 | 214.59 | 208.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 7 | 248 | 0.16 | 0.97 | 0 | 0.03 | 290.04 | 0.95 | 0.5 |
| Hex | D0 | 7 | F8 | 10 | 61 | 0 | 3 | 122 | 5F | 32 |
| Octal | 320 | 7 | 370 | 20 | 141 | 0 | 3 | 442 | 137 | 62 |
| Binary | 11010000 | 111 | 11111000 | 10000 | 1100001 | 0 | 11 | 100100010 | 1011111 | 110010 |
Color Harmonies of #D007F8
Complementary color
Monochromatic Colors of #D007F8
Black with #D007F8
Text Example
Text Example
White with #D007F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D007F8; }
p { color: rgb(208,7,248); }
H1.HeaderClassName
{
color: #D007F8;
}
.AnyTagClassName
{
color: #D007F8;
}
</style>
background-color css
<style>
a { background-color: #D007F8; }
a { background-color: rgb(208,7,248); }
div.DivClassName
{
background-color: #D007F8;
}
.BgClassName
{
background-color: #D007F8;
}
</style>
border-color css
<style>
span { border-color: #D007F8; }
span { border-color: rgb(208,7,248); }
td.TdClassName
{
border-color: #D007F8;
}
.TagClassName
{
border-color: #D007F8;
}
</style>