Shades of Psychedelic Purple #D31FF5
Tints of Psychedelic Purple #D31FF5
RGB
CMYK
RGB Variations
Color information
#D31FF5 (or 0xD31FF5) is known color: Psychedelic Purple. HEX triplet: D3, 1F and F5. RGB value is (211,31,245). Sum of RGB (Red+Green+Blue) = 211+31+245=487 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.33% from 487); Green value is 31 (12.5% from 255 or 6.37% from 487); Blue value is 245 (96.09% from 255 or 50.31% from 487); Max value from RGB is 245 - color contains mainly: blue. Hex color #D31FF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D31FF5 is #2CE00A. Grayscale: #6C6C6C. Windows color (decimal): -2940939 or 16064467. OLE color: 16064467.
HSL color Cylindrical-coordinate representation of color #D31FF5: hue angle of 290.47º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D31FF5 is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 31 | 245 | - |
| CMYK | 0.14 | 0.87 | 0 | 0.04 |
| HSL | 290.47º | 0.91% | 0.54% | - |
| HSV(B) | 290.47º | 0.87% | 0.96% | - |
| XYZ | 43.84 | 21.42 | 88.21 | - |
| YUV | 109.22 | 204.63 | 200.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 31 | 245 | 0.14 | 0.87 | 0 | 0.04 | 290.47 | 0.91 | 0.54 |
| Hex | D3 | 1F | F5 | E | 57 | 0 | 4 | 122 | 5B | 36 |
| Octal | 323 | 37 | 365 | 16 | 127 | 0 | 4 | 442 | 133 | 66 |
| Binary | 11010011 | 11111 | 11110101 | 1110 | 1010111 | 0 | 100 | 100100010 | 1011011 | 110110 |
Color Harmonies of #D31FF5
Complementary color
Monochromatic Colors of #D31FF5
Black with #D31FF5
Text Example
Text Example
White with #D31FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31FF5; }
p { color: rgb(211,31,245); }
H1.HeaderClassName
{
color: #D31FF5;
}
.AnyTagClassName
{
color: #D31FF5;
}
</style>
background-color css
<style>
a { background-color: #D31FF5; }
a { background-color: rgb(211,31,245); }
div.DivClassName
{
background-color: #D31FF5;
}
.BgClassName
{
background-color: #D31FF5;
}
</style>
border-color css
<style>
span { border-color: #D31FF5; }
span { border-color: rgb(211,31,245); }
td.TdClassName
{
border-color: #D31FF5;
}
.TagClassName
{
border-color: #D31FF5;
}
</style>