Shades of Psychedelic Purple #D107FA
Tints of Psychedelic Purple #D107FA
RGB
CMYK
RGB Variations
Color information
#D107FA (or 0xD107FA) is known color: Psychedelic Purple. HEX triplet: D1, 07 and FA. RGB value is (209,7,250). Sum of RGB (Red+Green+Blue) = 209+7+250=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 7 (3.12% from 255 or 1.50% from 466); Blue value is 250 (98.05% from 255 or 53.65% from 466); Max value from RGB is 250 - color contains mainly: blue. Hex color #D107FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D107FA is #2EF805. Grayscale: #5E5E5E. Windows color (decimal): -3078150 or 16386001. OLE color: 16386001.
HSL color Cylindrical-coordinate representation of color #D107FA: hue angle of 289.88º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D107FA is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 7 | 250 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.02 |
| HSL | 289.88º | 0.96% | 0.5% | - |
| HSV(B) | 289.88º | 0.97% | 0.98% | - |
| XYZ | 43.63 | 20.61 | 92.12 | - |
| YUV | 95.1 | 215.42 | 209.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 7 | 250 | 0.16 | 0.97 | 0 | 0.02 | 289.88 | 0.96 | 0.5 |
| Hex | D1 | 7 | FA | 10 | 61 | 0 | 2 | 122 | 60 | 32 |
| Octal | 321 | 7 | 372 | 20 | 141 | 0 | 2 | 442 | 140 | 62 |
| Binary | 11010001 | 111 | 11111010 | 10000 | 1100001 | 0 | 10 | 100100010 | 1100000 | 110010 |
Color Harmonies of #D107FA
Complementary color
Monochromatic Colors of #D107FA
Black with #D107FA
Text Example
Text Example
White with #D107FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D107FA; }
p { color: rgb(209,7,250); }
H1.HeaderClassName
{
color: #D107FA;
}
.AnyTagClassName
{
color: #D107FA;
}
</style>
background-color css
<style>
a { background-color: #D107FA; }
a { background-color: rgb(209,7,250); }
div.DivClassName
{
background-color: #D107FA;
}
.BgClassName
{
background-color: #D107FA;
}
</style>
border-color css
<style>
span { border-color: #D107FA; }
span { border-color: rgb(209,7,250); }
td.TdClassName
{
border-color: #D107FA;
}
.TagClassName
{
border-color: #D107FA;
}
</style>