Shades of Psychedelic Purple #D631FE
Tints of Psychedelic Purple #D631FE
RGB
CMYK
RGB Variations
Color information
#D631FE (or 0xD631FE) is known color: Psychedelic Purple. HEX triplet: D6, 31 and FE. RGB value is (214,49,254). Sum of RGB (Red+Green+Blue) = 214+49+254=517 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.39% from 517); Green value is 49 (19.53% from 255 or 9.48% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #D631FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D631FE is #29CE01. Grayscale: #797979. Windows color (decimal): -2739714 or 16658902. OLE color: 16658902.
HSL color Cylindrical-coordinate representation of color #D631FE: hue angle of 288.29º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D631FE is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 214 | 49 | 254 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.00 |
| HSL | 288.29º | 0.99% | 0.59% | - |
| HSV(B) | 288.29º | 0.81% | 1% | - |
| XYZ | 46.72 | 23.65 | 95.87 | - |
| YUV | 121.71 | 202.66 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 49 | 254 | 0.16 | 0.81 | 0 | 0.00 | 288.29 | 0.99 | 0.59 |
| Hex | D6 | 31 | FE | 10 | 51 | 0 | 0 | 120 | 63 | 3B |
| Octal | 326 | 61 | 376 | 20 | 121 | 0 | 0 | 440 | 143 | 73 |
| Binary | 11010110 | 110001 | 11111110 | 10000 | 1010001 | 0 | 0 | 100100000 | 1100011 | 111011 |
Color Harmonies of #D631FE
Complementary color
Monochromatic Colors of #D631FE
Black with #D631FE
Text Example
Text Example
White with #D631FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D631FE; }
p { color: rgb(214,49,254); }
H1.HeaderClassName
{
color: #D631FE;
}
.AnyTagClassName
{
color: #D631FE;
}
</style>
background-color css
<style>
a { background-color: #D631FE; }
a { background-color: rgb(214,49,254); }
div.DivClassName
{
background-color: #D631FE;
}
.BgClassName
{
background-color: #D631FE;
}
</style>
border-color css
<style>
span { border-color: #D631FE; }
span { border-color: rgb(214,49,254); }
td.TdClassName
{
border-color: #D631FE;
}
.TagClassName
{
border-color: #D631FE;
}
</style>