Shades of Psychedelic Purple #D31EF0
Tints of Psychedelic Purple #D31EF0
RGB
CMYK
RGB Variations
Color information
#D31EF0 (or 0xD31EF0) is known color: Psychedelic Purple. HEX triplet: D3, 1E and F0. RGB value is (211,30,240). Sum of RGB (Red+Green+Blue) = 211+30+240=481 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.87% from 481); Green value is 30 (12.11% from 255 or 6.24% from 481); Blue value is 240 (94.14% from 255 or 49.90% from 481); Max value from RGB is 240 - color contains mainly: blue. Hex color #D31EF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D31EF0 is #2CE10F. Grayscale: #6B6B6B. Windows color (decimal): -2941200 or 15736531. OLE color: 15736531.
HSL color Cylindrical-coordinate representation of color #D31EF0: hue angle of 291.71º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D31EF0 is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 30 | 240 | - |
| CMYK | 0.12 | 0.87 | 0 | 0.06 |
| HSL | 291.71º | 0.88% | 0.53% | - |
| HSV(B) | 291.71º | 0.88% | 0.94% | - |
| XYZ | 43.06 | 21.07 | 84.24 | - |
| YUV | 108.06 | 202.47 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 30 | 240 | 0.12 | 0.87 | 0 | 0.06 | 291.71 | 0.88 | 0.53 |
| Hex | D3 | 1E | F0 | C | 57 | 0 | 6 | 124 | 58 | 35 |
| Octal | 323 | 36 | 360 | 14 | 127 | 0 | 6 | 444 | 130 | 65 |
| Binary | 11010011 | 11110 | 11110000 | 1100 | 1010111 | 0 | 110 | 100100100 | 1011000 | 110101 |
Color Harmonies of #D31EF0
Complementary color
Monochromatic Colors of #D31EF0
Black with #D31EF0
Text Example
Text Example
White with #D31EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31EF0; }
p { color: rgb(211,30,240); }
H1.HeaderClassName
{
color: #D31EF0;
}
.AnyTagClassName
{
color: #D31EF0;
}
</style>
background-color css
<style>
a { background-color: #D31EF0; }
a { background-color: rgb(211,30,240); }
div.DivClassName
{
background-color: #D31EF0;
}
.BgClassName
{
background-color: #D31EF0;
}
</style>
border-color css
<style>
span { border-color: #D31EF0; }
span { border-color: rgb(211,30,240); }
td.TdClassName
{
border-color: #D31EF0;
}
.TagClassName
{
border-color: #D31EF0;
}
</style>