Shades of Psychedelic Purple #D131F2
Tints of Psychedelic Purple #D131F2
RGB
CMYK
RGB Variations
Color information
#D131F2 (or 0xD131F2) is known color: Psychedelic Purple. HEX triplet: D1, 31 and F2. RGB value is (209,49,242). Sum of RGB (Red+Green+Blue) = 209+49+242=500 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.8% from 500); Green value is 49 (19.53% from 255 or 9.8% from 500); Blue value is 242 (94.92% from 255 or 48.4% from 500); Max value from RGB is 242 - color contains mainly: blue. Hex color #D131F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D131F2 is #2ECE0D. Grayscale: #767676. Windows color (decimal): -3067406 or 15872465. OLE color: 15872465.
HSL color Cylindrical-coordinate representation of color #D131F2: hue angle of 289.74º degrees, saturation: 0.88, 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 #D131F2 is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 49 | 242 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.05 |
| HSL | 289.74º | 0.88% | 0.57% | - |
| HSV(B) | 289.74º | 0.8% | 0.95% | - |
| XYZ | 43.42 | 22.16 | 85.99 | - |
| YUV | 118.84 | 197.51 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 49 | 242 | 0.14 | 0.80 | 0 | 0.05 | 289.74 | 0.88 | 0.57 |
| Hex | D1 | 31 | F2 | E | 50 | 0 | 5 | 122 | 58 | 39 |
| Octal | 321 | 61 | 362 | 16 | 120 | 0 | 5 | 442 | 130 | 71 |
| Binary | 11010001 | 110001 | 11110010 | 1110 | 1010000 | 0 | 101 | 100100010 | 1011000 | 111001 |
Color Harmonies of #D131F2
Complementary color
Monochromatic Colors of #D131F2
Black with #D131F2
Text Example
Text Example
White with #D131F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D131F2; }
p { color: rgb(209,49,242); }
H1.HeaderClassName
{
color: #D131F2;
}
.AnyTagClassName
{
color: #D131F2;
}
</style>
background-color css
<style>
a { background-color: #D131F2; }
a { background-color: rgb(209,49,242); }
div.DivClassName
{
background-color: #D131F2;
}
.BgClassName
{
background-color: #D131F2;
}
</style>
border-color css
<style>
span { border-color: #D131F2; }
span { border-color: rgb(209,49,242); }
td.TdClassName
{
border-color: #D131F2;
}
.TagClassName
{
border-color: #D131F2;
}
</style>