Shades of Psychedelic Purple #D31FEE
Tints of Psychedelic Purple #D31FEE
RGB
CMYK
RGB Variations
Color information
#D31FEE (or 0xD31FEE) is known color: Psychedelic Purple. HEX triplet: D3, 1F and EE. RGB value is (211,31,238). Sum of RGB (Red+Green+Blue) = 211+31+238=480 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.96% from 480); Green value is 31 (12.5% from 255 or 6.46% from 480); Blue value is 238 (93.36% from 255 or 49.58% from 480); Max value from RGB is 238 - color contains mainly: blue. Hex color #D31FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D31FEE is #2CE011. Grayscale: #6B6B6B. Windows color (decimal): -2940946 or 15605715. OLE color: 15605715.
HSL color Cylindrical-coordinate representation of color #D31FEE: hue angle of 292.17º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D31FEE is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 31 | 238 | - |
| CMYK | 0.11 | 0.87 | 0 | 0.07 |
| HSL | 292.17º | 0.86% | 0.53% | - |
| HSV(B) | 292.17º | 0.87% | 0.93% | - |
| XYZ | 42.79 | 21 | 82.69 | - |
| YUV | 108.42 | 201.13 | 201.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 31 | 238 | 0.11 | 0.87 | 0 | 0.07 | 292.17 | 0.86 | 0.53 |
| Hex | D3 | 1F | EE | B | 57 | 0 | 7 | 124 | 56 | 35 |
| Octal | 323 | 37 | 356 | 13 | 127 | 0 | 7 | 444 | 126 | 65 |
| Binary | 11010011 | 11111 | 11101110 | 1011 | 1010111 | 0 | 111 | 100100100 | 1010110 | 110101 |
Color Harmonies of #D31FEE
Complementary color
Monochromatic Colors of #D31FEE
Black with #D31FEE
Text Example
Text Example
White with #D31FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31FEE; }
p { color: rgb(211,31,238); }
H1.HeaderClassName
{
color: #D31FEE;
}
.AnyTagClassName
{
color: #D31FEE;
}
</style>
background-color css
<style>
a { background-color: #D31FEE; }
a { background-color: rgb(211,31,238); }
div.DivClassName
{
background-color: #D31FEE;
}
.BgClassName
{
background-color: #D31FEE;
}
</style>
border-color css
<style>
span { border-color: #D31FEE; }
span { border-color: rgb(211,31,238); }
td.TdClassName
{
border-color: #D31FEE;
}
.TagClassName
{
border-color: #D31FEE;
}
</style>