Shades of Psychedelic Purple #D117FE
Tints of Psychedelic Purple #D117FE
RGB
CMYK
RGB Variations
Color information
#D117FE (or 0xD117FE) is known color: Psychedelic Purple. HEX triplet: D1, 17 and FE. RGB value is (209,23,254). Sum of RGB (Red+Green+Blue) = 209+23+254=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 23 (9.38% from 255 or 4.73% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #D117FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D117FE is #2EE801. Grayscale: #686868. Windows color (decimal): -3074050 or 16652241. OLE color: 16652241.
HSL color Cylindrical-coordinate representation of color #D117FE: hue angle of 288.31º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D117FE is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 209 | 23 | 254 | - |
| CMYK | 0.18 | 0.91 | 0 | 0.00 |
| HSL | 288.31º | 0.99% | 0.54% | - |
| HSV(B) | 288.31º | 0.91% | 1% | - |
| XYZ | 44.49 | 21.32 | 95.54 | - |
| YUV | 104.95 | 212.12 | 202.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 23 | 254 | 0.18 | 0.91 | 0 | 0.00 | 288.31 | 0.99 | 0.54 |
| Hex | D1 | 17 | FE | 12 | 5B | 0 | 0 | 120 | 63 | 36 |
| Octal | 321 | 27 | 376 | 22 | 133 | 0 | 0 | 440 | 143 | 66 |
| Binary | 11010001 | 10111 | 11111110 | 10010 | 1011011 | 0 | 0 | 100100000 | 1100011 | 110110 |
Color Harmonies of #D117FE
Complementary color
Monochromatic Colors of #D117FE
Black with #D117FE
Text Example
Text Example
White with #D117FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D117FE; }
p { color: rgb(209,23,254); }
H1.HeaderClassName
{
color: #D117FE;
}
.AnyTagClassName
{
color: #D117FE;
}
</style>
background-color css
<style>
a { background-color: #D117FE; }
a { background-color: rgb(209,23,254); }
div.DivClassName
{
background-color: #D117FE;
}
.BgClassName
{
background-color: #D117FE;
}
</style>
border-color css
<style>
span { border-color: #D117FE; }
span { border-color: rgb(209,23,254); }
td.TdClassName
{
border-color: #D117FE;
}
.TagClassName
{
border-color: #D117FE;
}
</style>