Shades of Psychedelic Purple #D131FE
Tints of Psychedelic Purple #D131FE
RGB
CMYK
RGB Variations
Color information
#D131FE (or 0xD131FE) is known color: Psychedelic Purple. HEX triplet: D1, 31 and FE. RGB value is (209,49,254). Sum of RGB (Red+Green+Blue) = 209+49+254=512 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.82% from 512); Green value is 49 (19.53% from 255 or 9.57% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #D131FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D131FE is #2ECE01. Grayscale: #777777. Windows color (decimal): -3067394 or 16658897. OLE color: 16658897.
HSL color Cylindrical-coordinate representation of color #D131FE: hue angle of 286.83º 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 #D131FE is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 209 | 49 | 254 | - |
| CMYK | 0.18 | 0.81 | 0 | 0.00 |
| HSL | 286.83º | 0.99% | 0.59% | - |
| HSV(B) | 286.83º | 0.81% | 1% | - |
| XYZ | 45.28 | 22.91 | 95.8 | - |
| YUV | 120.21 | 203.51 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 49 | 254 | 0.18 | 0.81 | 0 | 0.00 | 286.83 | 0.99 | 0.59 |
| Hex | D1 | 31 | FE | 12 | 51 | 0 | 0 | 11F | 63 | 3B |
| Octal | 321 | 61 | 376 | 22 | 121 | 0 | 0 | 437 | 143 | 73 |
| Binary | 11010001 | 110001 | 11111110 | 10010 | 1010001 | 0 | 0 | 100011111 | 1100011 | 111011 |
Color Harmonies of #D131FE
Complementary color
Monochromatic Colors of #D131FE
Black with #D131FE
Text Example
Text Example
White with #D131FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D131FE; }
p { color: rgb(209,49,254); }
H1.HeaderClassName
{
color: #D131FE;
}
.AnyTagClassName
{
color: #D131FE;
}
</style>
background-color css
<style>
a { background-color: #D131FE; }
a { background-color: rgb(209,49,254); }
div.DivClassName
{
background-color: #D131FE;
}
.BgClassName
{
background-color: #D131FE;
}
</style>
border-color css
<style>
span { border-color: #D131FE; }
span { border-color: rgb(209,49,254); }
td.TdClassName
{
border-color: #D131FE;
}
.TagClassName
{
border-color: #D131FE;
}
</style>