Shades of Psychedelic Purple #D808F7
Tints of Psychedelic Purple #D808F7
RGB
CMYK
RGB Variations
Color information
#D808F7 (or 0xD808F7) is known color: Psychedelic Purple. HEX triplet: D8, 08 and F7. RGB value is (216,8,247). Sum of RGB (Red+Green+Blue) = 216+8+247=471 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.86% from 471); Green value is 8 (3.52% from 255 or 1.70% from 471); Blue value is 247 (96.88% from 255 or 52.44% from 471); Max value from RGB is 247 - color contains mainly: blue. Hex color #D808F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D808F7 is #27F708. Grayscale: #606060. Windows color (decimal): -2619145 or 16189656. OLE color: 16189656.
HSL color Cylindrical-coordinate representation of color #D808F7: hue angle of 292.22º 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 #D808F7 is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 216 | 8 | 247 | - |
| CMYK | 0.13 | 0.97 | 0 | 0.03 |
| HSL | 292.22º | 0.94% | 0.5% | - |
| HSV(B) | 292.22º | 0.97% | 0.97% | - |
| XYZ | 45.19 | 21.49 | 89.76 | - |
| YUV | 97.44 | 212.41 | 212.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 8 | 247 | 0.13 | 0.97 | 0 | 0.03 | 292.22 | 0.94 | 0.5 |
| Hex | D8 | 8 | F7 | D | 61 | 0 | 3 | 124 | 5E | 32 |
| Octal | 330 | 10 | 367 | 15 | 141 | 0 | 3 | 444 | 136 | 62 |
| Binary | 11011000 | 1000 | 11110111 | 1101 | 1100001 | 0 | 11 | 100100100 | 1011110 | 110010 |
Color Harmonies of #D808F7
Complementary color
Monochromatic Colors of #D808F7
Black with #D808F7
Text Example
Text Example
White with #D808F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D808F7; }
p { color: rgb(216,8,247); }
H1.HeaderClassName
{
color: #D808F7;
}
.AnyTagClassName
{
color: #D808F7;
}
</style>
background-color css
<style>
a { background-color: #D808F7; }
a { background-color: rgb(216,8,247); }
div.DivClassName
{
background-color: #D808F7;
}
.BgClassName
{
background-color: #D808F7;
}
</style>
border-color css
<style>
span { border-color: #D808F7; }
span { border-color: rgb(216,8,247); }
td.TdClassName
{
border-color: #D808F7;
}
.TagClassName
{
border-color: #D808F7;
}
</style>