Shades of Psychedelic Purple #D107FE
Tints of Psychedelic Purple #D107FE
RGB
CMYK
RGB Variations
Color information
#D107FE (or 0xD107FE) is known color: Psychedelic Purple. HEX triplet: D1, 07 and FE. RGB value is (209,7,254). Sum of RGB (Red+Green+Blue) = 209+7+254=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 7 (3.12% from 255 or 1.49% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #D107FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D107FE is #2EF801. Grayscale: #5E5E5E. Windows color (decimal): -3078146 or 16648145. OLE color: 16648145.
HSL color Cylindrical-coordinate representation of color #D107FE: hue angle of 289.07º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D107FE is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 209 | 7 | 254 | - |
| CMYK | 0.18 | 0.97 | 0 | 0.00 |
| HSL | 289.07º | 0.99% | 0.51% | - |
| HSV(B) | 289.07º | 0.97% | 1% | - |
| XYZ | 44.26 | 20.86 | 95.46 | - |
| YUV | 95.56 | 217.42 | 208.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 7 | 254 | 0.18 | 0.97 | 0 | 0.00 | 289.07 | 0.99 | 0.51 |
| Hex | D1 | 7 | FE | 12 | 61 | 0 | 0 | 121 | 63 | 33 |
| Octal | 321 | 7 | 376 | 22 | 141 | 0 | 0 | 441 | 143 | 63 |
| Binary | 11010001 | 111 | 11111110 | 10010 | 1100001 | 0 | 0 | 100100001 | 1100011 | 110011 |
Color Harmonies of #D107FE
Complementary color
Monochromatic Colors of #D107FE
Black with #D107FE
Text Example
Text Example
White with #D107FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D107FE; }
p { color: rgb(209,7,254); }
H1.HeaderClassName
{
color: #D107FE;
}
.AnyTagClassName
{
color: #D107FE;
}
</style>
background-color css
<style>
a { background-color: #D107FE; }
a { background-color: rgb(209,7,254); }
div.DivClassName
{
background-color: #D107FE;
}
.BgClassName
{
background-color: #D107FE;
}
</style>
border-color css
<style>
span { border-color: #D107FE; }
span { border-color: rgb(209,7,254); }
td.TdClassName
{
border-color: #D107FE;
}
.TagClassName
{
border-color: #D107FE;
}
</style>