Shades of Psychedelic Purple #D31FF0
Tints of Psychedelic Purple #D31FF0
RGB
CMYK
RGB Variations
Color information
#D31FF0 (or 0xD31FF0) is known color: Psychedelic Purple. HEX triplet: D3, 1F and F0. RGB value is (211,31,240). Sum of RGB (Red+Green+Blue) = 211+31+240=482 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.78% from 482); Green value is 31 (12.5% from 255 or 6.43% from 482); Blue value is 240 (94.14% from 255 or 49.79% from 482); Max value from RGB is 240 - color contains mainly: blue. Hex color #D31FF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D31FF0 is #2CE00F. Grayscale: #6B6B6B. Windows color (decimal): -2940944 or 15736787. OLE color: 15736787.
HSL color Cylindrical-coordinate representation of color #D31FF0: hue angle of 291.67º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D31FF0 is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 31 | 240 | - |
| CMYK | 0.12 | 0.87 | 0 | 0.06 |
| HSL | 291.67º | 0.87% | 0.53% | - |
| HSV(B) | 291.67º | 0.87% | 0.94% | - |
| XYZ | 43.08 | 21.12 | 84.24 | - |
| YUV | 108.65 | 202.13 | 201.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 31 | 240 | 0.12 | 0.87 | 0 | 0.06 | 291.67 | 0.87 | 0.53 |
| Hex | D3 | 1F | F0 | C | 57 | 0 | 6 | 124 | 57 | 35 |
| Octal | 323 | 37 | 360 | 14 | 127 | 0 | 6 | 444 | 127 | 65 |
| Binary | 11010011 | 11111 | 11110000 | 1100 | 1010111 | 0 | 110 | 100100100 | 1010111 | 110101 |
Color Harmonies of #D31FF0
Complementary color
Monochromatic Colors of #D31FF0
Black with #D31FF0
Text Example
Text Example
White with #D31FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31FF0; }
p { color: rgb(211,31,240); }
H1.HeaderClassName
{
color: #D31FF0;
}
.AnyTagClassName
{
color: #D31FF0;
}
</style>
background-color css
<style>
a { background-color: #D31FF0; }
a { background-color: rgb(211,31,240); }
div.DivClassName
{
background-color: #D31FF0;
}
.BgClassName
{
background-color: #D31FF0;
}
</style>
border-color css
<style>
span { border-color: #D31FF0; }
span { border-color: rgb(211,31,240); }
td.TdClassName
{
border-color: #D31FF0;
}
.TagClassName
{
border-color: #D31FF0;
}
</style>