Shades of Psychedelic Purple #D117F5
Tints of Psychedelic Purple #D117F5
RGB
CMYK
RGB Variations
Color information
#D117F5 (or 0xD117F5) is known color: Psychedelic Purple. HEX triplet: D1, 17 and F5. RGB value is (209,23,245). Sum of RGB (Red+Green+Blue) = 209+23+245=477 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.82% from 477); Green value is 23 (9.38% from 255 or 4.82% from 477); Blue value is 245 (96.09% from 255 or 51.36% from 477); Max value from RGB is 245 - color contains mainly: blue. Hex color #D117F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D117F5 is #2EE80A. Grayscale: #676767. Windows color (decimal): -3074059 or 16062417. OLE color: 16062417.
HSL color Cylindrical-coordinate representation of color #D117F5: hue angle of 290.27º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D117F5 is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 23 | 245 | - |
| CMYK | 0.15 | 0.91 | 0 | 0.04 |
| HSL | 290.27º | 0.92% | 0.53% | - |
| HSV(B) | 290.27º | 0.91% | 0.96% | - |
| XYZ | 43.08 | 20.76 | 88.12 | - |
| YUV | 103.92 | 207.62 | 202.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 23 | 245 | 0.15 | 0.91 | 0 | 0.04 | 290.27 | 0.92 | 0.53 |
| Hex | D1 | 17 | F5 | F | 5B | 0 | 4 | 122 | 5C | 35 |
| Octal | 321 | 27 | 365 | 17 | 133 | 0 | 4 | 442 | 134 | 65 |
| Binary | 11010001 | 10111 | 11110101 | 1111 | 1011011 | 0 | 100 | 100100010 | 1011100 | 110101 |
Color Harmonies of #D117F5
Complementary color
Monochromatic Colors of #D117F5
Black with #D117F5
Text Example
Text Example
White with #D117F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D117F5; }
p { color: rgb(209,23,245); }
H1.HeaderClassName
{
color: #D117F5;
}
.AnyTagClassName
{
color: #D117F5;
}
</style>
background-color css
<style>
a { background-color: #D117F5; }
a { background-color: rgb(209,23,245); }
div.DivClassName
{
background-color: #D117F5;
}
.BgClassName
{
background-color: #D117F5;
}
</style>
border-color css
<style>
span { border-color: #D117F5; }
span { border-color: rgb(209,23,245); }
td.TdClassName
{
border-color: #D117F5;
}
.TagClassName
{
border-color: #D117F5;
}
</style>