Shades of Psychedelic Purple #D131F3
Tints of Psychedelic Purple #D131F3
RGB
CMYK
RGB Variations
Color information
#D131F3 (or 0xD131F3) is known color: Psychedelic Purple. HEX triplet: D1, 31 and F3. RGB value is (209,49,243). Sum of RGB (Red+Green+Blue) = 209+49+243=501 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.72% from 501); Green value is 49 (19.53% from 255 or 9.78% from 501); Blue value is 243 (95.31% from 255 or 48.50% from 501); Max value from RGB is 243 - color contains mainly: blue. Hex color #D131F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D131F3 is #2ECE0C. Grayscale: #767676. Windows color (decimal): -3067405 or 15938001. OLE color: 15938001.
HSL color Cylindrical-coordinate representation of color #D131F3: hue angle of 289.48º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D131F3 is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 49 | 243 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.05 |
| HSL | 289.48º | 0.89% | 0.57% | - |
| HSV(B) | 289.48º | 0.8% | 0.95% | - |
| XYZ | 43.57 | 22.22 | 86.79 | - |
| YUV | 118.96 | 198.01 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 49 | 243 | 0.14 | 0.80 | 0 | 0.05 | 289.48 | 0.89 | 0.57 |
| Hex | D1 | 31 | F3 | E | 50 | 0 | 5 | 121 | 59 | 39 |
| Octal | 321 | 61 | 363 | 16 | 120 | 0 | 5 | 441 | 131 | 71 |
| Binary | 11010001 | 110001 | 11110011 | 1110 | 1010000 | 0 | 101 | 100100001 | 1011001 | 111001 |
Color Harmonies of #D131F3
Complementary color
Monochromatic Colors of #D131F3
Black with #D131F3
Text Example
Text Example
White with #D131F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D131F3; }
p { color: rgb(209,49,243); }
H1.HeaderClassName
{
color: #D131F3;
}
.AnyTagClassName
{
color: #D131F3;
}
</style>
background-color css
<style>
a { background-color: #D131F3; }
a { background-color: rgb(209,49,243); }
div.DivClassName
{
background-color: #D131F3;
}
.BgClassName
{
background-color: #D131F3;
}
</style>
border-color css
<style>
span { border-color: #D131F3; }
span { border-color: rgb(209,49,243); }
td.TdClassName
{
border-color: #D131F3;
}
.TagClassName
{
border-color: #D131F3;
}
</style>