Shades of Psychedelic Purple #D009F7
Tints of Psychedelic Purple #D009F7
RGB
CMYK
RGB Variations
Color information
#D009F7 (or 0xD009F7) is known color: Psychedelic Purple. HEX triplet: D0, 09 and F7. RGB value is (208,9,247). Sum of RGB (Red+Green+Blue) = 208+9+247=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 9 (3.91% from 255 or 1.94% from 464); Blue value is 247 (96.88% from 255 or 53.23% from 464); Max value from RGB is 247 - color contains mainly: blue. Hex color #D009F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D009F7 is #2FF608. Grayscale: #5E5E5E. Windows color (decimal): -3143177 or 16189904. OLE color: 16189904.
HSL color Cylindrical-coordinate representation of color #D009F7: hue angle of 290.17º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D009F7 is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 9 | 247 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.03 |
| HSL | 290.17º | 0.94% | 0.5% | - |
| HSV(B) | 290.17º | 0.96% | 0.97% | - |
| XYZ | 42.9 | 20.32 | 89.66 | - |
| YUV | 95.63 | 213.43 | 208.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 9 | 247 | 0.16 | 0.96 | 0 | 0.03 | 290.17 | 0.94 | 0.5 |
| Hex | D0 | 9 | F7 | 10 | 60 | 0 | 3 | 122 | 5E | 32 |
| Octal | 320 | 11 | 367 | 20 | 140 | 0 | 3 | 442 | 136 | 62 |
| Binary | 11010000 | 1001 | 11110111 | 10000 | 1100000 | 0 | 11 | 100100010 | 1011110 | 110010 |
Color Harmonies of #D009F7
Complementary color
Monochromatic Colors of #D009F7
Black with #D009F7
Text Example
Text Example
White with #D009F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D009F7; }
p { color: rgb(208,9,247); }
H1.HeaderClassName
{
color: #D009F7;
}
.AnyTagClassName
{
color: #D009F7;
}
</style>
background-color css
<style>
a { background-color: #D009F7; }
a { background-color: rgb(208,9,247); }
div.DivClassName
{
background-color: #D009F7;
}
.BgClassName
{
background-color: #D009F7;
}
</style>
border-color css
<style>
span { border-color: #D009F7; }
span { border-color: rgb(208,9,247); }
td.TdClassName
{
border-color: #D009F7;
}
.TagClassName
{
border-color: #D009F7;
}
</style>